# Question & Answer Pairs

You can add questions and answers manually, via a CSV upload or via "training better response" and saving an updated response.&#x20;

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

### Export Q/A Data

This allows you to download your question & answer pairs into a .CSV file which is formatted perfectly to be uploaded into another bot's knowledge base.&#x20;

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

The export should look like this:

<figure><img src="/files/uCMaNp4Za9FYVmbdY92A" 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/question-and-answer-pairs.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.
