Core vs. supplementary sources
By default, searches cover the core Canon — the foundational scripture. Supplementary material (sermons, transcripts, later commentary) is marked extra and stays out of results unless you ask for it, so a plain question isn't answered from a one-off talk.
To pull the supplementary sources in, tell your AI client to
include the extra sources — it sets includeExtras: true
on search_principles (and related_principles),
which searches the core Canon plus every extra source at once:
search_principles(query: "the meaning of special grace", includeExtras: true)
To narrow to one speaker or book instead, name it — e.g.
“only look through Damien Dunkley” sets
figures: ["damien-dunkley"]. Call list_works to
see every Work and whether it's core or extra.