> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/ai-agent-engine/manage-your-content/response-types/generated-responses.md).

# Generated Responses

## Overview

#### What are Generated Responses?

Responses created by the LLM model using your website, feeds, or documented source data.

## Key Things to Know

* Since responses are generated, you no longer need to craft text responses yourself; however, you will need to ensure that provided data remains up-to-date and relevant&#x20;
* Each response is pre-moderated on offensive language or hallucinations
* Enrichments cannot be added directly to documented or web-scraped data that creates generated responses

## Create/Update Generated Responses

To learn more about creating/updating generated responses, click one of the cards below to get started!

<table data-view="cards"><thead><tr><th></th><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td align="center"><strong>Web-Scraped Data</strong></td><td align="center">Data pulled from your website through our web-scraping tool to generate responses</td><td><a href="/files/HHwUWXcdwTaGQgyw456H">/files/HHwUWXcdwTaGQgyw456H</a></td><td><a href="/pages/B8w9sFO7dQqQOR8cF1e5">/pages/B8w9sFO7dQqQOR8cF1e5</a></td></tr><tr><td></td><td align="center"><strong>Documented Data</strong></td><td align="center">Data pulled from uploaded documents in the dashboard to generate responses</td><td><a href="/files/0aDwwfDZsWdXLvTwscq1">/files/0aDwwfDZsWdXLvTwscq1</a></td><td><a href="/pages/Iz2MvK2U2HWsB7IW7skr">/pages/Iz2MvK2U2HWsB7IW7skr</a></td></tr><tr><td></td><td align="center"><strong>Enrich Responses</strong></td><td align="center">Enrich your generated responses with buttons, quick replies or images</td><td><a href="/files/i3atBsc1R9u49s0LvIex">/files/i3atBsc1R9u49s0LvIex</a></td><td><a href="/pages/0ld8C9DWQ4BRd2RlU1tZ">/pages/0ld8C9DWQ4BRd2RlU1tZ</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:

```
GET https://docs.satisfilabs.com/resource-center/ai-agent-engine/manage-your-content/response-types/generated-responses.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.
