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

# Getting Started

{% hint style="info" %}
To start, users need to download the Atlas Navi app
{% endhint %}

* **Download the Atlas Navi app** \
  Download from [**AppStore**](https://apps.apple.com/us/app/atlas-navi/id1524636663) or [**Google PlayStore**](https://play.google.com/store/apps/details?id=com.navi.driver)&#x20;
* **Sign-up for the Atlas Navi account**\
  All you need is an email address and phone number. You will receive an SMS  verification code that you need to validate in the app.
* **Create your Driving Club** \
  Access to Atlas Navi is limited to those who have an invite code " referral code". If you join us in the Beta phase, you can ask our communities for a referral code.\
  Build your own Driving Club, getting rewards for each member who joins up to 3 levels deep (one-time rewards + % of miles driven). \
  Earn Navi when they join and MILE rewards whenever they drive with the Atlas Navi app.
* Congrats! You are all set. **You can start navigating and earn MILE**

## Video overview

Got 1 minute? Check out a video overview of our product:

{% embed url="<https://www.youtube.com/watch?v=B1exyv83rlQ>" %}


---

# 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.atlasnavi.com/overview/getting-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.
