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

# I’m Ready, What’s Next?

{% stepper %}
{% step %}

### Set Up Your Spexi Account

* First, [download the Spexi App](https://explorer.spexi.com/download) to your Android device (make sure it is the correct version for your drone)
* Create a pilot account using an email or by linking your existing metamask wallet. If you use an email address, a digital asset wallet will be automatically created for you when you sign up. This wallet is where your USDC rewards will be deposited. If you link an existing metamask wallet, your USDC rewards will be deposited in that wallet.

<figure><img src="/files/t7LcoZqbKRnj3MvFBh3n" alt="" width="241"><figcaption></figcaption></figure>

Once your account is set up:

* Confirm your contact details
* Review eligibility and equipment requirements. License approvals typically take less than 24 hours. If your approval remains pending, open a [support ticket](https://spexi.freshdesk.com/support/home).
* Access missions on the map
  {% endstep %}

{% step %}

### Request and Fly Test Missions

New pilots can request six, one-time paid missions to:

* Test your drone setup at a nearby location
* See what it’s like to fly with the Spexi App
* Become familiar with capturing missions using the automated flight plan
* Ensure uploads and approvals work smoothly on the [Spexi Explorer](http://explorer.spexi.com)

These test missions are designed to help you get comfortable flying on the LayerDrone Network with the Spexi App so you’re ready for future mission launches.&#x20;

{% hint style="info" icon="memo-circle-check" %}
You’ll receive an email when you create your account with instructions on how to request your onboarding missions.&#x20;
{% endhint %}
{% endstep %}

{% step %}

### Join the Community (Highly Recommended)

To stay updated on new missions and flight opportunities:

* Join the [Discord community](https://discord.com/invite/rCNp9Mhedm)
* Opt in for [mission notifications here](https://rl7l9.share.hsforms.com/2NK8lHFdCQjGFySvAec7NqQ)

These are the best ways to know when new regions go live or when new missions are launched in your area.
{% endstep %}
{% endstepper %}

<figure><img src="/files/girjtprZP9TZZBezDtfR" alt=""><figcaption></figcaption></figure>


---

# 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.spexi.com/get-started/im-ready-whats-next.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.
