> ## Documentation Index
> Fetch the complete documentation index at: https://docs.userintuition.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Intelligence Hub

> 18 MCP tools for the file search store, sessions, studio outputs, and report/PowerPoint generation.

File search store backed by Gemini, plus sessions and studio outputs (reports, PowerPoints). 18 tools.

| Tool                    | Description                                               |
| ----------------------- | --------------------------------------------------------- |
| `get_file_search_store` | Get info about a file search store                        |
| `list_documents`        | List uploaded documents in a store                        |
| `delete_document`       | Delete a document from a store                            |
| `query_intelligence`    | Ask a grounded question against the store (non-streaming) |
| `list_chat_history`     | Paginated chat history                                    |
| `create_session`        | Create a new intelligence-hub session                     |
| `list_sessions`         | List sessions                                             |
| `get_session`           | Fetch a session                                           |
| `update_session`        | Replace name/description                                  |
| `patch_session`         | Partially update a session                                |
| `delete_session`        | Cascading delete of session + its store + chat history    |
| `create_studio_output`  | Save analysis content as a studio output                  |
| `list_studio_outputs`   | List outputs for a session                                |
| `get_studio_output`     | Fetch one (use to poll generation status)                 |
| `update_studio_output`  | Update name/content/metadata                              |
| `delete_studio_output`  | Delete an output                                          |
| `generate_report`       | Background-generate a report from the store               |
| `generate_powerpoint`   | Background-generate a PowerPoint via Gamma                |

> File **uploads** are dashboard-only (multipart binary, incompatible with the MCP tool model).

## How User Intuition handles this

The Intelligence Hub is User Intuition's persistent research memory — upload documents via the dashboard, then use `query_intelligence` to ask grounded questions against your document store from any MCP client. `generate_report` and `generate_powerpoint` turn stored research into shareable deliverables automatically. Learn more at [`/platform/agentic-research/`](https://www.userintuition.ai/platform/agentic-research/).
