> 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/fallback-responses.md).

# Fallback Responses

## Overview

#### What are Fallback Responses?

These are responses triggered when the system fails to match the user's query with a predefined response or lacks the necessary data to generate an appropriate reply.

If we don't have a specific answer, the system will respond with one of two options:

* If the question is vague/unclear or there is no closely related information, we will send back *no\_response.*&#x20;
* If the question is understood and there is closely related information, we will send back a generated response.&#x20;

{% tabs %}
{% tab title="Generated Response with Related Information" %}

<figure><img src="https://167344003-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsxN9AGLZMIc5C8dx3zU7%2Fuploads%2F9qOmp765WSamvWX5T2Of%2Fimage.png?alt=media&amp;token=3f1507ec-5082-4445-8e1b-cbe559a3d1b3" alt="" width="375"><figcaption><p>Generated Response with Related Information</p></figcaption></figure>
{% endtab %}

{% tab title="No\_Response" %}

<figure><img src="https://167344003-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsxN9AGLZMIc5C8dx3zU7%2Fuploads%2FI9Ar7v99LJmoTitJMMhk%2Fimage.png?alt=media&amp;token=f385941d-56ac-45cf-8d9b-6fb5f180011d" alt="" width="375"><figcaption><p>No_Response</p></figcaption></figure>
{% endtab %}
{% endtabs %}

## FAQs

<details>

<summary>Can I edit my <em>no_response</em>?</summary>

Yes! This is a prewritten response available to you in the response library. Note that if the system find relevant information,&#x20;

</details>

<details>

<summary>Can I redirect the LLM myself to show other information I feel is more relevant vs. what the system chooses?</summary>

No; however, you can add relevant docs or web imports to your volume to change the behavior.

</details>
