# Settings

Depending on the selected model, additional configuration options may be available.

<table><thead><tr><th width="156">Properties</th><th width="441">Description</th></tr></thead><tbody><tr><td><strong>Connection</strong></td><td>Defines the AI connection used by the agent. This must be configured before the agent can execute. See <a href="/pages/VweGESzuidzF6Ydfat9U">Connections</a>.</td></tr><tr><td><strong>Model</strong></td><td>Defines the model family (e.g. GPT-4, GPT-4 mini). See <a href="/pages/QQ5AOyi3aoQ9n7I5ydK6">Model</a></td></tr><tr><td></td><td></td></tr><tr><td><strong>Is Chat</strong></td><td>Enables chat-based interaction with the agent. When disabled, the agent only runs in execution mode.</td></tr><tr><td><strong>Verbosity</strong></td><td>Tells the model what level of detail the final response should have.</td></tr><tr><td><strong>Reasoning effort</strong></td><td>Tells the model how many effort should be applied to reasoning, higher levels generally mean longer requests and more tokens used.</td></tr><tr><td><strong>Image analysis</strong></td><td>Tells the model what level of detail to use when processing and understanding images.</td></tr><tr><td><strong>Max tool calls</strong></td><td>The maximum number of total calls to built-in tools that can be processed in a response. This maximum number applies across all built-in tool calls, not per individual tool.</td></tr><tr><td><strong>Max file size</strong></td><td>Sets the maximum combined size of files that will be handled in the request in MB.</td></tr><tr><td></td><td></td></tr><tr><td><strong>Enable history</strong></td><td>When enabled the agent will keep track of previous interactions. When set additional cleanup properties will be enabled. See <a href="/pages/jsZ47Q23MnqtCqdTo1WK">History</a>.</td></tr></tbody></table>


---

# 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://academy.any2info.com/any2info-academy/no-code-platform/ai-studio/create-agent/settings.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.
