# MCP Integration

- [Overview](https://inistate.gitbook.io/home/mcp-integration/mcp.md): Connect AI assistants like Claude to your Inistate workspace using the Model Context Protocol (MCP).
- [Getting Started](https://inistate.gitbook.io/home/mcp-integration/getting-started.md): Connect your AI assistant to the hosted Inistate MCP endpoint in minutes.
- [Working with Entries](https://inistate.gitbook.io/home/mcp-integration/working-with-entries.md): Query, create, edit, and delete entries, and view full audit history — all through natural conversation.
- [File Uploads & Downloads](https://inistate.gitbook.io/home/mcp-integration/file-uploads.md): Attach files to entries and retrieve existing files through your AI assistant.
- [Designing Modules](https://inistate.gitbook.io/home/mcp-integration/designing-modules.md): Use AI to design a complete FACTSOps workflow module from a plain-language description.
- [Modifying Modules](https://inistate.gitbook.io/home/mcp-integration/modifying-modules.md): Add fields, states, or activities to existing modules without disrupting live data.
- [Building Custom UIs](https://inistate.gitbook.io/home/mcp-integration/building-custom-uis.md): Generate Vue or React code that calls the Inistate REST API directly.
- [Reference](https://inistate.gitbook.io/home/mcp-integration/reference.md): Complete reference for all MCP tools, prompts, and resources exposed by the Inistate MCP server.
- [Tools](https://inistate.gitbook.io/home/mcp-integration/reference/tools.md): Complete reference for all tools exposed by the Inistate MCP server.
- [Prompts](https://inistate.gitbook.io/home/mcp-integration/reference/prompts.md): The 4 guided prompts that orchestrate multi-step workflows in the Inistate MCP server.
- [Resources](https://inistate.gitbook.io/home/mcp-integration/reference/resources.md): The MCP resources exposed by the Inistate MCP server — schemas, guides, and module canvas URIs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://inistate.gitbook.io/home/mcp-integration.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.
