# Getting Started

1. **Download the App**: Download the Ninjapay app from the Google Play Store or App Store.
2. **Accept Terms and Conditions**: Upon opening the app for the first time, you will be prompted to accept the terms and conditions.
3. **Select Your Country**: Choose your country from the dropdown menu or list provided.
4. **Sign Up**: You can sign up using your phone number, email address, or Apple login.
   * For phone signup, enter your phone number. You will receive an OTP (One-Time Password) for verification. Enter the OTP when prompted.
   * For email signup, enter your email address and follow the instructions sent to your email for verification.
   * For Apple signup, follow the prompts to sign in with your Apple ID.
5. **Create a Ninjatag**: After verifying your sign-up method, you will be directed to create a unique Ninjatag, which must be a minimum of 5 characters. \
   Note: Anyone can tip you using your Ninjatag. For example, navigating to [www.ninjapay.me/your-ninjatag](http://www.ninjapay.me/your-ninjatag) will open your payment methods for receiving payments.
6. **Log In**: Once your Ninjatag is set up, you are logged into the app.
7. **Link Another Verification Method**: To use the services, you need to link another verification method. If you signed up with your phone, you need to link your email, and vice versa. If you signed up with Apple, you need to link your phone number.\
   Note: Upon linking, you can use it for logging in into the app along with the primary.
8. **Verify Your Identity (KYC)**: After linking another verification method, you will be taken to verify your identity (KYC - Know Your Customer) to get access to services.


---

# 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://ninjapay.gitbook.io/ninjapay-knowledge-base/how-to/getting-started.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.
