# Sanctum

## Sanctum

- [Overview](https://help.sanctum.ai/overview.md)
- [System Requirements](https://help.sanctum.ai/system-requirements.md)
- [Architecture & Privacy](https://help.sanctum.ai/architecture-and-privacy.md)
- [File manager](https://help.sanctum.ai/file-manager.md): File Manager is built to make interacting with your files effortless, empowering you to use AI to extract information, analyze documents, and hold meaningful conversations directly with your files.
- [Keyboard Shortcuts](https://help.sanctum.ai/keyboard-shortcuts.md): Keyboard shortcuts for macOS and Windows to streamline your workflow.
- [Models Management](https://help.sanctum.ai/models/models-management.md)
- [Model Performance](https://help.sanctum.ai/models/model-performance.md)
- [Toolbox](https://help.sanctum.ai/models/toolbox.md): The Toolbox is a collection of helper models designed to extract and transform information from various file formats into a structure that LLMs can easily read and interact with.
- [Advanced Model Settings](https://help.sanctum.ai/dev-mode/advanced-model-settings.md)
- [Local Server](https://help.sanctum.ai/dev-mode/local-server.md): Start a local HTTP server that mimics OpenAI's API functionality, allowing you to test and interact with your application locally.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help.sanctum.ai/overview.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
