The Guide Knowledge Base lets you paste your own facts, figures and house rules so the AI guide generator builds articles on real ground truth instead of guessing. It lives under Smart Directory › Settings › Knowledge Base, and it is internal only: entries never get a public URL, never appear in site search, and are never exposed through the REST API.
What the knowledge base is
Each entry is a titled block of plain-text notes, up to roughly 5,000 words. When you generate a guide, the entries you select are injected into the planning prompt and into every section the model writes, marked as authoritative facts it must not contradict. That is the single most effective way to stop a long-form guide from inventing details.
Adding an entry
Click Add entry, give it a clear title, and paste your notes into the content box. A live word count shows underneath. Save, and the entry appears in the list with its word count and an In use toggle.
The In use toggle is a master switch. Turn it off to keep an entry on file without feeding it into generation. Turning it off does not delete anything.
Using entries in a guide
Open any guide and find the AI guide generator box. Under Knowledge base context you can tick the specific entries to use for that guide. Leave them all unticked to use every enabled entry by default.
Privacy and storage
Entries are stored in a dedicated database table, not as posts. There is no custom post type, so nothing is ever queryable on the front end. Access is restricted to administrators, and every save or delete is nonce-checked.
FAQ
Will visitors ever see these notes?
No. They have no URL, are excluded from search, and are not in the REST API. They exist only to inform generation.
How long can an entry be?
Up to roughly 5,000 words per entry. You can add as many entries as you like and split topics across them.
Does the model always obey the notes?
The notes are passed as ground truth the model is told to build on and not contradict. In testing, planted facts reliably appear in the finished guide rather than being overwritten by guesses.