# Agent Selection

Next to the chat history on the left side, you will find the **Agent Selection** area. In this section, you can choose from specific agents assigned to you for different purposes. It is important to check which agent you are using to ensure you receive the appropriate assistance.

<p align="center">1) Click the dropdown arrow circled in red to view the list of agents you have available.</p>

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

2\) Agent List: Select your desired agent from the list provided. You can search by agent name.

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

<p align="center"></p>


---

# 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/agent-selection.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.
