# Aisera Answer

The Aisera Answer feature generates a natural language response to a current case, based on the company’s knowledge base, historical cases, allowed public knowledge or other configured content sources.&#x20;

The Aisera Answer software utilizes Retrieval-Augmented Generation (RAG)  to search across external sources to extract and generate a direct natural language response to the question reported in a case. Agents can post or email this response to the case reporter or copy the answer, edit the answer, and then send it to the reporter.&#x20;

Agents are able to provide feedback on each answer in the app, and this feedback will be utilized by the Aisera software to continuously learn and improve the accuracy of the responses.

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

**Aisera Answer - View Analytics by Knowledge Base Data Source**

You can now view analytics sorted by the Knowledge Base Data Source to see how Knowledge Base Articles from one source are performing compared to Knowledge Base Articles from another source.

<div align="left"><figure><img src="https://aisera.gitbook.io/~gitbook/image?url=https%3A%2F%2F2983236984-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FiZkLJr3EjXkd2tHYiQJP%252Fuploads%252FwHUNUfGi1wP0DWAbO074%252Frn7.png%3Falt%3Dmedia%26token%3D6c17cd08-00a1-4fa0-80a2-05ff890a2d50&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=ec4131df&#x26;sv=2" alt="" width="563"><figcaption><p>Analytics on Agent Assist Window</p></figcaption></figure></div>

This provides granularity about which KB Articles have room for improvement.


---

# 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.aisera.com/agent-assist/aisera-answer.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.
