> 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/agents/readme.md).

# Agents at Limio

A **Limio Agent** is a conversational sales surface. It answers questions about your offers, guides a customer to the right subscription, and completes the purchase — without the customer navigating a pricing page or a checkout form.

Configure the agent against your live catalog, decide what outcomes it can drive, then put it on your site.

<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>Limio Agents</strong></td><td>Configure the agent, its workflows, theming and the outcomes it can complete</td><td></td><td><a href="/pages/HfEwherFJNxtl0BihUSg">/pages/HfEwherFJNxtl0BihUSg</a></td></tr><tr><td><strong>Chat Embed</strong></td><td>Put the agent on any website with a script tag, and identify signed-in visitors</td><td></td><td><a href="/pages/L3JzShM8RYa4CdSdzQWp">/pages/L3JzShM8RYa4CdSdzQWp</a></td></tr><tr><td><strong>First-party AI Agents</strong></td><td>Let agents you already run — Agentforce, Qualified — sell through Limio</td><td></td><td><a href="https://docs.limio.com/guides/developer-guides/first-party-agents-commerce">https://docs.limio.com/guides/developer-guides/first-party-agents-commerce</a></td></tr></tbody></table>

## Building on the agent

To build your own chat surface on the agent client SDK rather than using Chat Embed, start with the [SDK Reference](/agents/limio-agents/sdk-reference.md) and [Vibe Coding a Chat Surface](/agents/limio-agents/vibe-coding-a-chat-surface.md).

{% hint style="info" %}
**Looking for the other AI tooling?** It moved:

* **MCP Server** — manage your Limio tenant by talking to Claude → [Product](https://docs.limio.com/product/mcp-server)
* **Claude Code Skills** — pre-built workflows for building custom components → [Developers](https://docs.limio.com/developers/custom-components/claude-code-skill)
* Early-stage experiments → [Limio Labs](https://docs.limio.com/labs/)
  {% 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/agents/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.
