# What is Deep Thinking

Deep Thinking is a **revolutionary AIsuru feature** that turns your Agent into a **personalized conversation companion for every user**. This technology allows Agents to develop **long-term memory specific to each individual**, creating unique, tailored experiences for every person.

#### How Deep Thinking works

Imagine an AI assistant that adapts and responds differently to each user:

1. **Per-user memory**: the Agent remembers key details, preferences, and specific context for each individual user;
2. **Communication style adaptation**: adjusts the way it communicates based on individual preferences;
3. **Information contextualization**: uses the history of interactions to better understand each user's new requests;
4. **Continuous evolution**: constantly improves its understanding of each person's specific needs.

#### A practical example

To better understand the potential of Deep Thinking, consider two different users:

* **User A**: prefers short, concise answers. Uses the Agent to manage a specific project.
  * The Agent will remember this preference and always provide brief responses.
  * It will keep the project details in memory, offering contextualized answers without needing information repeated.
* **User B**: wants detailed, in-depth answers. Uses the Agent to write documentation.
  * The Agent will provide articulate, detail-rich responses.
  * It will remember the documentation context, offering relevant and consistent suggestions over time.

These two users will have **completely different experiences** interacting with the same Agent, thanks to Deep Thinking.

#### Benefits of Deep Thinking

Enabling Deep Thinking offers a number of advantages:

* **Extreme personalization**: every user gets a tailored experience;
* **Conversation continuity**: the Agent can pick up previous discussions without losing the thread;
* **Greater efficiency**: avoids repeating information that has already been provided;
* **Per-user learning**: the Agent becomes more effective with each individual interaction;
* **Improved user experience**: users feel understood and valued as individuals.

#### What Deep Thinking can do

This feature opens up new possibilities for conversational AI:

* **Personalized customer support**: offer support that adapts to each customer's communication style;
* **Adaptive tutoring**: create learning paths that evolve based on individual progress;
* **Tailored consulting**: provide increasingly accurate advice based on each user's specific history;
* **Flexible project management**: adapt your management style to each team member's preferences;
* **Customer retention**: build long-term relationships through meaningful, individually personalized interactions.

With Deep Thinking, your Agent becomes a **unique conversation companion for every user**, capable of delivering a truly personalized experience that keeps getting better over time.


---

# 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/extensions/deep-thinking/what-is-deep-thinking.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.
