> For the complete documentation index, see [llms.txt](https://ninjapay.gitbook.io/ninjapay-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ninjapay.gitbook.io/ninjapay-knowledge-base/how-to/getting-started.md).

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