> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/ai/readme.md).

# AI at Limio

Limio provides AI tools that let you manage your subscription platform through natural conversation. Ask an AI assistant to create offers, pull reporting data, or speed up development — without switching between dashboards.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>MCP Server</strong></td><td>Connect Claude or other AI assistants to your Limio environment</td><td></td><td><a href="/pages/gRHekAIhmI82ZoJZCPxh">/pages/gRHekAIhmI82ZoJZCPxh</a></td></tr><tr><td><strong>Limio Agents</strong></td><td>Configure Limio's conversational agent and build chat experiences on it</td><td></td><td><a href="/pages/HfEwherFJNxtl0BihUSg">/pages/HfEwherFJNxtl0BihUSg</a></td></tr><tr><td><strong>Claude Code Skills</strong></td><td>Pre-built workflows for developers building on Limio</td><td></td><td><a href="/pages/Icb5C8evbV6wEvHsYdOx">/pages/Icb5C8evbV6wEvHsYdOx</a></td></tr><tr><td><strong>First-party AI Agents</strong></td><td>Connect agents like Agentforce or Qualified to sell through Limio</td><td></td><td><a href="/pages/hdo2LN1yjrJh9vMmgSRw">/pages/hdo2LN1yjrJh9vMmgSRw</a></td></tr></tbody></table>

{% hint style="info" %}
Looking for something experimental? Check out [Limio Labs](https://docs.limio.com/labs/) for early-stage AI features and prototypes.
{% endhint %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.limio.com/ai/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
