> For the complete documentation index, see [llms.txt](https://docs.neurotrackerx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neurotrackerx.com/how-to-use-neurotracker.md).

# How to Use NeuroTracker

- [Purchase a subscription](https://docs.neurotrackerx.com/how-to-use-neurotracker/purchase-a-subscription.md)
- [Create your NeuroTracker account](https://docs.neurotrackerx.com/how-to-use-neurotracker/create-your-neurotracker-account.md)
- [Download the app](https://docs.neurotrackerx.com/how-to-use-neurotracker/download-the-app.md)
- [Getting the right training set-up](https://docs.neurotrackerx.com/how-to-use-neurotracker/getting-the-right-training-set-up.md)
- [Doing your first session](https://docs.neurotrackerx.com/how-to-use-neurotracker/doing-your-first-session.md)
- [Understanding the dashboard](https://docs.neurotrackerx.com/how-to-use-neurotracker/understanding-the-dashboard.md)
- [Understanding Your Scores](https://docs.neurotrackerx.com/how-to-use-neurotracker/understanding-your-scores.md)
- [How NeuroTracker Training Evolves](https://docs.neurotrackerx.com/how-to-use-neurotracker/how-neurotracker-training-evolves.md)
- [Understanding Your Training Program](https://docs.neurotrackerx.com/how-to-use-neurotracker/understanding-your-training-program.md)
- [Session Modes](https://docs.neurotrackerx.com/how-to-use-neurotracker/understanding-your-training-program/session-modes.md)
- [Advanced Sessions](https://docs.neurotrackerx.com/how-to-use-neurotracker/understanding-your-training-program/advanced-sessions.md)
- [Dual Task training](https://docs.neurotrackerx.com/how-to-use-neurotracker/understanding-your-training-program/dual-task-training.md)
- [Rewards Program](https://docs.neurotrackerx.com/how-to-use-neurotracker/rewards-program.md): Refer four and pay no more.
- [Using Open Training](https://docs.neurotrackerx.com/how-to-use-neurotracker/using-open-training.md)
- [NeuroTrackerX Motivational Tools](https://docs.neurotrackerx.com/how-to-use-neurotracker/neurotrackerx-motivational-tools.md)
- [NeuroTrackerX 3D and UI Options](https://docs.neurotrackerx.com/how-to-use-neurotracker/neurotrackerx-3d-and-ui-options.md)
- [NeuroTracker Exercise Answer Input Options](https://docs.neurotrackerx.com/how-to-use-neurotracker/neurotracker-exercise-answer-input-options.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.neurotrackerx.com/how-to-use-neurotracker.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
