# Account Creation

{% hint style="info" %}
Coinpilot is publicly available for [iOS](https://apps.apple.com/us/app/coinpilot/id6747697788) and [Android](https://play.google.com/store/apps/details?id=bot.coinpilot.app). Download the app and get started.
{% endhint %}

{% stepper %}
{% step %}

#### Create your Coinpilot account

Enter your email and verify with a one-time code.
{% endstep %}

{% step %}

#### Enter a referral code (optional)

Enter a referral code to get 10% trading fee rebate, or skip if you don’t have one.

Welcome to join our [Discord](https://discord.com/invite/UTfdDcMTHH) to find a referral code.
{% endstep %}

{% step %}

#### Account created

Your account is ready!
{% endstep %}

{% step %}

#### Check your registration email

You can always check your registration email from ⚙️ Settings on Profile page.
{% endstep %}
{% endstepper %}


---

# 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/profile/account-creation.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.
