# Chat Limit & Conversation Summarizer

Ever noticed how Dualite sometimes “forgets” what you said earlier?\
That’s not bad memory, it’s the **chat limit**, technically called the **context window**.\
\
Think of it like a whiteboard. Dualite writes everything you say on it, your questions, instructions, and even its own responses. But the board isn’t infinite. Once it’s full, the oldest stuff gets faded to make space for new things.

Why does this matter?\
Because every message you send to Dualite, from your “make the button blue” to “connect this form to Supabase” — eats into that chat limit.

More context = smarter results.\
But too much = confusion for Dualite.

That's why we introduced a conversation summarizer. This automatically gets activated after you're reaching AI's optimal memory window. Conversation Summarizer helps you to keep working on your project by summarising all the previous conversations into a short, accurate description. This keeps Dualite faster, more accurate and intelligent.\
\
\&#xNAN;*Keep Building!*


---

# 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://alphadocs.dualite.dev/prompting/chat-limit.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.
