# Suggested Questions

In the middle of the screen, you will see the **Suggested Questions** section. This section contains a list of pre-programmed questions that are designed to assist you with common inquiries. You can either click on these questions to send them directly into the chat or edit them to better fit your needs before sending.

* **Suggested Questions**: Click on any question to send it directly to the chat.
* **Edit and Send**: Modify the suggested question as needed and then send it into the chat.

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

If you have a question you’d like added to an agent built for you—or if there’s a frequently asked question you think should be included for broader use within your company—please reach out to your admin. They can update and tailor the agent’s suggested questions to better fit your needs.


---

# 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.aicrisk.com/user-documentation/getting-started/user-chat-page/suggested-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.
