# Citations/ Sources

You have the option to enable/ disable the ability for users to see which sources from the knowledge base were used by the A.I. to find the answer.&#x20;

Example: When you ask a question, the A.I. Agent will respond with an answer and then also provide the links to the user from where it got that information under the dropdown "Answer Sources".

<figure><img src="/files/tOdXxfGkuf16GVkprwuk" alt=""><figcaption></figcaption></figure>

## How to Enable / Disable

Go into the Update tab on any chatbot and navigate to the Advanced Settings.&#x20;

Scroll to the bottom and look for the checkbox next to "Show Data Sources"

This will show the data sources of the chatbot's response in the chat widget.

<figure><img src="/files/GuPsGEpwNzGQ4VEpusRS" 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/knowledge-base-explained/citations-sources.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.
