> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/generative-ai/advanced/other-generative-ai-settings.md).

# Advaced AI settings

This section walks you through the advanced settings that let you customize your Agent's behavior and optimize its responses for your specific needs.

### AI settings

Open your Agent's Settings and click **AI** to access the dedicated section. From here, you can:

1. [**Enable or disable generative AI**](/en/generative-ai/activate-generative-ai-and-change-model.md#how-to-enable-generative-ai-for-your-agent);
2. Enable or disable [**Deep Thought**](/en/extensions/deep-thinking.md) and [edit its instructions](/en/extensions/deep-thinking/writing-effective-instructions-for-deep-thinking.md);
3. Edit the [**instructions**](/en/generative-ai/ai-instructions.md);
4. [**Change the AI models**](/en/generative-ai/activate-generative-ai-and-change-model.md#how-to-change-your-agents-model) your Agent uses.

### Advanced settings

In the "Advanced settings" section, you'll also find:

* [Choosing model (import/export)](#model-import);
* [Choosing model (Deep Thought)](#model-deep-thought);
* [Maximum token count](#maximum-token-count);
* [Temperature](#temperature).

Let's look at each one in detail 👇

#### Choosing model (import/export) <a href="#model-import" id="model-import"></a>

The import model is used specifically in the [Import section](/en/agent-training/document-import.md) fo your Agent: it is used to create several questions and answers based on the document uploaded.

#### Choosing model (Deep Thought) <a href="#model-deep-thought" id="model-deep-thought"></a>

The [Deep Thought](/en/extensions/deep-thinking.md) model is used for the processes and tasks of Deep Thought.&#x20;

#### Maximum token count

This parameter controls the **maximum length of each AI-generated response**.

On the platform, you can select between 256 and 32,000 maximum tokens per AI-generated response (the default is 4.000). If you're using a model that supports a higher output token count, you can adjust this value via the API.

To roughly convert tokens to characters: **1 token ≈ 4 characters** in English.

{% hint style="info" %} <mark style="color:blue;">**Not all models support a high output token count**</mark><mark style="color:blue;">. Make sure to check the model's maximum output token limit. Please note that if the LLM is not able to provide an answer in 20 minutes, the response will be interrupted and the user won't be able to read it.</mark>
{% endhint %}

#### Temperature

Temperature controls how creative your Agent's responses are. It's a number from 0 (more predictable and consistent responses) to 1 (less predictable and more creative responses). The default value is set to 0.5.

**When creating an Agent, we recommend setting temperature to 0**: you'll get more consistent responses. If you're looking for more creative answers, you can gradually increase the temperature.

### Optimizing settings

Finding the perfect configuration for your Agent may take some trial and error. Don't hesitate to experiment with these settings to find the right balance between accuracy, creativity, and performance.

Every project has unique needs. Use these powerful options to shape your Agent and make it perfect for your specific use case!
