# Agent Settings

Agent Settings define the complete behavioral, cognitive, and operational configuration of an Agent.\
Each parameter directly affects how the Agent interprets inputs, reasons about context, and executes actions using connected MCPs, Tools, and Workflows.

This section details every configurable field available in the **Agent Builder** interface.

***

### Summary

| Section             | Description                                            |
| ------------------- | ------------------------------------------------------ |
| **Model Selection** | Defines the LLM provider and model used for reasoning. |
| **Role**            | Establishes the Agent’s identity and purpose.          |
| **Prompt**          | Configures tone, logic, and communication rules.       |
| **Temperature**     | Controls creativity vs. consistency.                   |
| **Effort**          | Determines reasoning depth and iteration count.        |
| **Planning**        | Enables task decomposition and multi-step execution.   |
| **Supervision**     | Allows iterative validation and self-correction.       |
| **Tasks**           | Adds conditional automated behaviors.                  |
| **Internal Chat**   | Interactive space for testing and fine-tuning.         |

Together, these settings define how each Agent **thinks, decides, and acts** inside the Endless ecosystem.


---

# 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.zaia.app/agents/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.
