# Why ToggleX

## Why ToggleX

Every AI tool you've used makes you do the work twice. First you do the actual work — reading, writing, clicking, researching. Then when you want AI help, you have to stop and re-explain everything you just did so the AI can catch up.

ToggleX flips that entirely.

Because it runs as a browser extension alongside your actual work, ToggleX continuously builds context from what you're doing. By the time you ask it a question, it already knows the answer's background. It knows which project you're in, what you worked on this morning, which documents are relevant, and where things stand.

#### The difference this makes

**With a typical AI tool:** "I'm working on a landing page for our product Toggle. Here's the copy doc \[paste]. Here's the Figma link. We had feedback from the team last week that said \[paste]. Based on all that, can you..."

**With ToggleX:** "What should I focus on for the landing page today?"

That's it. ToggleX has the rest.

#### Not just chat — structured memory

ToggleX doesn't just remember your last question. It organizes your entire work history into structured projects, tasks, and timelines. It knows what's in progress, what's stalled, and what just got done. This means its answers aren't just contextually aware — they're grounded in the actual shape of your work.


---

# 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/why-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.
