# Step 1: Quick onboard

{% stepper %}
{% step %}

### Get Coinpilot mobile app

Coinpilot is live on both App Store and Google Play. It's not a TestFlight version.

* [iOS](https://apps.apple.com/us/app/coinpilot/id6747697788)
* [Android](https://play.google.com/store/apps/details?id=bot.coinpilot.app\&pcampaignid=web_share)
  {% endstep %}

{% step %}

### Register using your email

* The email auth is secured and supported by [Privy](https://x.com/privy_io) on Coinpilot.&#x20;
* Enter your email address for registration and verification. You’ll receive a **6-digit code** via email — enter it to continue.
  {% endstep %}

{% step %}

### Add a referral code

* Enter a **Referral Code** to get a **10% fee rebate**.&#x20;
* Don't have one? Join our [Discord](https://discord.com/invite/UTfdDcMTHH) to get a ref code from the fam.
  {% endstep %}

{% step %}

### Review **Terms of Use** & **Privacy Policy**

Read and agree to our **Terms of Use** and **Privacy Policy** to proceed.
{% endstep %}

{% step %}

### Self-custodial wallet automatically created

* Once onboarding is complete, a **non-custodial wallet** is automatically created for you using [Privy](https://x.com/privy_io) **infrastructure**.
* Only **you** have access to this wallet, Coinpilot does not and cannot access your funds. You can view your wallet address and export private keys anytime on the **Profile** page.
  {% endstep %}
  {% endstepper %}

> ✅ Done! You’re now in.


---

# 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://docs.coinpilot.com/start-here/quickstart-guide/step-1-quick-onboard.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.
