# Getting Started

Setting up ToggleX takes under two minutes.

#### 1. Install the extension

Download the ToggleX browser extension from the Chrome Web Store (or your browser's extension marketplace). Click **Add to browser** and confirm the permissions.&#x20;

#### 2. Create your account

Open the extension and sign up with your email. You'll be taken through a short onboarding that lets you pick which types of workflows you want ToggleX to focus on first.

#### 3. Start browsing

That's it. Go about your normal work. ToggleX begins observing your activity and will surface its first summaries and insights within your first session. The more you use it, the smarter it gets.

#### 4. Check your dashboard

Visit [x.toggle.pro](https://x.toggle.pro) to see your personalized dashboard. Here you'll find daily recaps, focus time tracking, active time breakdowns, and AI-generated insights about your work patterns.


---

# 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/getting-started.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.
