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

# Sagent

Find everything you need to set up, customize, and optimize your Sagent. This section guides you through creating an effective and working guided selling Sagent.

Sagent is an AI-powered guided selling assistant. It uses your product catalog and category knowledge to guide shoppers through natural conversations and recommend relevant products.

<table data-view="cards"><thead><tr><th>Title</th><th>Description</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>Setup</strong></td><td>Create Sagent and set its basic details.</td><td><a href="/how-to-guides/sagent/setup.md">Setup</a></td></tr><tr><td><strong>Data</strong></td><td>Configure products, knowledge, and guidance.</td><td><a href="/how-to-guides/sagent/data.md">Data</a></td></tr><tr><td><strong>Behavior</strong></td><td>Configure conversation behavior and recommendations.</td><td><a href="/how-to-guides/sagent/setup/behavior.md">Behavior</a></td></tr><tr><td><strong>Content</strong></td><td>Configure copy, privacy content, and AI disclosure.</td><td><a href="/how-to-guides/sagent/setup/content.md">Content</a></td></tr><tr><td><strong>Design</strong></td><td>Match Sagent's visual design to your brand.</td><td><a href="/how-to-guides/sagent/setup/design.md">Design</a></td></tr><tr><td><strong>Translations</strong></td><td>Localize Sagent.</td><td><a href="/how-to-guides/sagent/translations.md">Translations</a></td></tr><tr><td><strong>Deploy</strong></td><td>Publish Sagent through entry points.</td><td><a href="/how-to-guides/sagent/deploy.md">Deploy</a></td></tr><tr><td><strong>Validate before launch</strong></td><td>Test Sagent before it reaches shoppers.</td><td><a href="/how-to-guides/sagent/validate-before-launch.md">Validate before launch</a></td></tr><tr><td><strong>Monitoring</strong></td><td>Track conversation health and flagged sessions.</td><td><a href="/how-to-guides/sagent/monitoring.md">Monitoring</a></td></tr><tr><td><strong>Analytics</strong></td><td>Track Sagent performance and conversation data.</td><td><a href="/how-to-guides/sagent/analytics.md">Analytics</a></td></tr></tbody></table>


---

# 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.crobox.com/how-to-guides/sagent.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.
