# Show Data Sources in Chat Widget

Enable to show the data sources of the chatbot's response in the chat widget.

When an AI agent responds and is shown to a user, a little dropdown menu toggle will show up underneath the message response showing the links to where the AI agent found the answers.&#x20;

This is only available for public websites scraped with the AI agent scraper.

<figure><img src="https://1359281993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLIQnOFYHkQtdWxUzzFE%2Fuploads%2F8kzyhvz0RwxQmmrNfpvC%2FScreenshot%202024-07-03%20at%203.03.56%E2%80%AFPM.jpg?alt=media&#x26;token=11988843-e186-4c4b-8304-de16a841690a" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.stammer.ai/stammer.ai-docs/chat-ai-agents/general-settings/show-data-sources-in-chat-widget.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.
