> 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/extensions/deep-thinking/activation-and-configuration.md).

# Activation and configuration

Deep Thinking is an **advanced AIsuru feature** that allows your Agent to develop long-term memory, remembering key information from interactions with users. This tool transforms your Agent from a simple assistant into a **personalized, context-aware conversation companion**.

### How to activate and configure Deep Thinking

To activate and configure this powerful feature, follow these simple steps:

1. Go to your Agent's  **Settings** >  AI;
2. Find the "Deep Thinking" subsection and enable the toggle;
3. In the same section, find the "Deep Thinking instructions" field and write in what you want the Agent to remember;
4. Select an advanced language model in the "Advanced settings" section.

✨ Congratulations! You've just upgraded your Agent with the ability to remember things, and configured it for optimal performance!

{% hint style="info" %}
Deep Thinking is an advanced feature that **requires a powerful language model to work at its best**. We recommend using the most capable models to ensure optimal performance and a thorough understanding of context in conversations.
{% endhint %}

### Memory configuration

The real power of Deep Thinking lies in how configurable it is. You can tell your Agent what to remember and what to ignore, customizing its memory to fit your needs perfectly.

To configure your Agent's memory:

1. Go to your Agent's  **Settings**;
2. Select the  AI tab;
3. Scroll to the "Deep Thinking instructions" section;
4. Enter your instructions for memory management.

Try this feature out and watch your Agent become more intuitive and helpful with each interaction! You'll find some tips in the ["writing effective instructions for Deep Thinking"](/en/extensions/deep-thinking/writing-effective-instructions-for-deep-thinking.md) section.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aisuru.com/en/extensions/deep-thinking/activation-and-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
