# Frequently Asked Questions

In addition to passages, agents can learn specific information and support Frequently Asked Questions. The developer can provide different frequently asked questions on different topics and the agent could use this information to provide answers to Users.

![](/files/QLBZQJvQKe2jPdy0rxUJ)

The needed information can be added using the *KnowledgeManagement->FrequentlyAskedQuestions* section.

![](/files/vnbdWMDOvfmd69Dr99h3)

Each question supports auto-translate, which can be enabled using the *Auto-Translate* radio button.

![](/files/JVBMge6vDhRVjMxdw1rX)

For each question, the developer can provide variations using the *Variation* button.

![](/files/xyHxGnMb9wK8MwatbrZd)

Variations are possible different phrasing of the same question. This is highly useful as different users might use different approaches to ask the same question.

The developer can provide *answers* to the questions as well using the *Answers* button. Similar to the questions, the answers also support auto-translation.

![](/files/rRKhR1vJ0xEb6AvE3pj0)

&#x20;If the user wants to enter a question in a specific language, he can use the Language Dropdown at the top left corner.


---

# 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://readme.dhee.ai/platform-reference/knowledge-management/frequently-asked-questions.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.
