# Getting Started

- [Blockchain & Tokens & Crypto wallet](https://planft-docs.gitbook.io/docs/tutorial/getting-started/blockchain-and-tokens-and-crypto-wallet.md): Crypto wallets store digital currencies and facilitate transactions on the blockchain.
- [Avatar Wallet](https://planft-docs.gitbook.io/docs/tutorial/getting-started/avatar-wallet.md)
- [Conventional Wallet](https://planft-docs.gitbook.io/docs/tutorial/getting-started/conventional-wallet.md): Elements of a conventional crypto wallet include the private key, the recovery phrase, and the wallet address.
- [Account Portrait & Name](https://planft-docs.gitbook.io/docs/tutorial/getting-started/account-portrait-and-name.md)


---

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