# Chat with ToggleX

The ToggleX chat is an AI conversation that starts with full context instead of a blank slate.

Because ToggleX has been observing your work, you can ask questions like:

* "What did I work on today?"
* "Summarize my progress on the MSI project this week"
* "What are the open items I still need to finish?"
* "What was that article I was reading yesterday about compliance?"

You don't need to provide links, paste documents, or set the scene. ToggleX already has that context.

#### How to use it

The chat is available directly in your dashboard at [x.toggle.pro](https://x.toggle.pro), and also through the browser extension. You can chat about your day, about specific projects, or about anything you've encountered on the web.

#### Project-level chat

Each project in your sidebar has its own chat. When you open a project chat, ToggleX scopes its context to that project — so answers are focused and relevant to that specific stream of work.

You can also check all your projects, in the Project page, for more insights and options.

<figure><img src="/files/tE6XhkNSNmo7EKI6fGpU" alt=""><figcaption></figcaption></figure>

#### What it's great at

* Recapping what you've done across a session, day, or week
* Surfacing things you've seen or worked on but can't quite find
* Giving you a structured view of where a project stands
* Helping you plan your next steps based on what's actually in progress


---

# 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://toggle.gitbook.io/togglex/chat-with-togglex.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.
