# Activate generative AI and change the model

Generative AI makes your Agents smarter and more dynamic: once enabled, your Agent will adapt its responses based on the conversation and independently understand the context of each request.

### Generative AI: when to use it

Generative AI is particularly useful for:

* **Generating more natural responses** that fit the context;
* **Dynamically adapting** to different user requests;
* **Providing more detailed and relevant information**;
* **Personalizing the tone and style** of responses based on context.

{% hint style="warning" %}
Generative AI **can also give users incorrect information**. AIsuru offers many tools to minimize generative AI errors, but it's always possible that a response may be wrong or partially wrong. Response quality depends heavily on the [provider and model you choose](/en/generative-ai/providers.md).
{% endhint %}

### How to enable generative AI for your Agent

To start using generative AI, follow these simple steps:

1. Open the management panel for the Agent you want to configure;
2. In the sidebar, click  **Settings**;
3. Inside the Settings page, click  **AI** to expand that section;
4. **Toggle the switch** next to **"Enable AI-generated responses"**.

✨ Congratulations! You've just enabled generative AI for your Agent.

### How to change your Agent's model

In the **"Provider settings"** section at the bottom, you'll find three dropdown menus:

1. **Q\&A configuration**: this is the main model that:
   1. Reads and follows instructions;
   2. Analyzes the most relevant [contents](/en/agent-training/contents.md) in your Agent;
   3. Generates responses to user questions;
   4. Decides when to use functions or dynamic intents.
2. **Import/export configuration**: lets you change the model that handles [importing your text documents](/en/agent-training/document-import/importing-text-documents.md);
3. [**Deep Thinking**](/en/extensions/deep-thinking.md) **configuration**: lets you change the model that decides what to remember from conversations with each user (only active when Deep Thinking is enabled).

From these three dropdowns, you can change the model used for each task. The default models chosen by AIsuru already deliver excellent response quality:

* **Q\&A** configuration: Anthropic - Claude 4.5 Sonnet;
* **Import/export** configuration: OpenAI - GPT 4o Mini;
* **Deep Thinking** configuration: Anthropic - Claude 4.5 Sonnet.

After enabling generative AI and configuring your models, you can:

* Edit the [**instructions**](/en/generative-ai/ai-instructions.md);
* Enable or disable [**Deep Thinking**](/en/extensions/deep-thinking.md);
* Configure [**other generative AI settings**](/en/generative-ai/advanced/other-generative-ai-settings.md).


---

# 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.aisuru.com/en/generative-ai/activate-generative-ai-and-change-model.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.
