What is Brain Access?
Brain Access controls whether the AI assistant can search and cite your vault documents. When Brain Access is enabled for a vault or file, the Brain can find and reference that content when answering questions in chat.Per-Vault Control
Toggling Brain Access on a Vault
When Brain Access is OFF for a vault:
- A “NO AI” badge appears next to the vault name in the sidebar
- None of the files in that vault are searchable by the Brain
- Files are still stored and accessible to users — they just aren’t included in AI search
Alex’s screenshot note: Take a screenshot of the vault sidebar showing one vault with the “NO AI” badge next to its name, and the dropdown menu open on another vault showing the Brain toggle in the ON state.
Per-File Control
You can also control Brain Access on individual files:Right-Click Method
- Right-click a file
- Select Add to Brain (to enable) or Remove from Brain (to disable)
Status Indicator
In list view, the Status column shows a brain icon for files that are indexed and Brain-accessible.When to Disable Brain Access
Common reasons to disable Brain Access:- Sensitive documents — HR files, legal documents, salary data that shouldn’t appear in AI responses
- Drafts — Work-in-progress documents that aren’t ready to be cited
- Archived content — Old files that might confuse the AI with outdated information
- Personal files — Files you don’t want surfaced in team conversations
How Indexing Works
When Brain Access is enabled, files go through this pipeline:Embedding generation
The text is converted into vector embeddings using OpenAI’s
text-embedding-3-large model.