# Getting Started

- [Create an Account](https://nikafinance.gitbook.io/docs/getting-started/create-an-account.md): Set up your Nika account in under 30 seconds. No KYC or personal data required—your privacy is protected.
- [Manage Your Wallet](https://nikafinance.gitbook.io/docs/getting-started/manage-your-wallet.md): Nika makes web3 easy with built in wallets. Your keys, your custody.
- [Fund Your Account](https://nikafinance.gitbook.io/docs/getting-started/fund-your-account.md)
- [Deposit Crypto](https://nikafinance.gitbook.io/docs/getting-started/fund-your-account/deposit-crypto.md): You can deposit tokens from another wallet directly into your Nika account.
- [Buy Crypto](https://nikafinance.gitbook.io/docs/getting-started/fund-your-account/buy-crypto.md): You can deposit funds into your Nika account by using cash (e.g. debit card) to buy crypto.


---

# 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://nikafinance.gitbook.io/docs/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.
