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

# Getting Started

## To join the Capy Pals game, follow these steps:

1. **Register on the website, discord or in-game**\
   Sign up on our website or connect to the game server to create an account.
2. **Download & Install Capy Pals from Google Play or App Store(in development)**\
   Visit our website to download the game launcher. Or find it in Google Play/App Store.
3. **Create a Wallet or Connect a Wallet**\
   Find the Wallet icon in the upper right corner of the screen. The game will generate a 12-word secret phrase, which you should save in a safe place for potential recovery purposes.
4. **Choose your Capy**\
   Once your wallet is connected, select your NFT character to enter the game world and start earning $CAPY.

Upon completing these steps, you will be fully immersed in the Capy Pals world.

{% hint style="info" %}
Capy Pals is currently under development, so the content of the technical documentation may change in the future.
{% endhint %}


---

# 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:

```
GET https://capy-pals.gitbook.io/product-docs/overview/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.
