> 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/what-is-neurotracker/how-do-i-get-started.md).

# How do I get started?

## Start a Free Trial!&#x20;

NeuroTracker offers a 14-day free trial! This allows you to:&#x20;

* Do the brain performance assessment and see your results
* Start your training by doing as many 2D sessions as you like
* View your performance and analytics

You don't even need to enter any payment details in order to start the trial. When you are ready you can purchase a subscription which means you will get unlimited access to NeuroTracker beyond the trial, as well as our 3D glasses will be shipped to you. Practicing in 3D is essential in order to get the full benefits of NeuroTracker.&#x20;

## Purchasing a Subscription

To purchase a subscription simply visit the Pricing page

{% embed url="<https://www.neurotrackerx.com/pricing>" %}

If you are a **business** looking to use NeuroTracker within your organization, schedule a call with us here: &#x20;

{% content-ref url="/pages/aW18qAaA8c0GJxAFWzcq" %}
[Purchasing a business license](/neurotracker-for-business/purchasing-a-business-license.md)
{% endcontent-ref %}

## Join Our Thriving Community

Connect with fellow NeuroTracker users in our vibrant community! Share experiences, gain insights, and find motivation on platforms like Discord and Facebook. Join us today and enhance your NeuroTracker journey! 🌟🤝

{% content-ref url="/pages/xhJyc3GGO8TeMPfxnIun" %}
[Community](/community.md)
{% endcontent-ref %}


---

# 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/what-is-neurotracker/how-do-i-get-started.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.
