# Usage

The usage settings empower users to customize the agent's behavior and response generation process according to specific requirements and preferences. By adjusting settings such as Max Messages and LLM Temperature, users can optimize the agent's performance, enhance conversational quality, and tailor interactions to suit diverse use cases and scenarios.

<figure><img src="/files/rQOySrclXmNUmJgzSP9d" 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.aicrisk.com/admin/ai-agents/adding-a-new-agent/advanced-settings/usage.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.
