> For the complete documentation index, see [llms.txt](https://docs.nine-chronicles.com/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nine-chronicles.com/introduction/guide.md).

# GUIDE

- [How to play](https://docs.nine-chronicles.com/introduction/guide/how-to-play.md)
- [Installation Guide](https://docs.nine-chronicles.com/introduction/guide/how-to-play/installation-guide.md)
- [FAQs](https://docs.nine-chronicles.com/introduction/guide/faqs.md)
- [Mobile / Back up your private key](https://docs.nine-chronicles.com/introduction/guide/faqs/mobile-back-up-your-private-key.md)
- [PC / Back up your private key](https://docs.nine-chronicles.com/introduction/guide/faqs/pc-back-up-your-private-key.md): Why Backing Up Your Private Key is Essential and How to Back it up
- [Import your mobile account to PC](https://docs.nine-chronicles.com/introduction/guide/faqs/import-your-mobile-account-to-pc.md)
- [Restoring your Account with Private Key](https://docs.nine-chronicles.com/introduction/guide/faqs/restoring-your-account-with-private-key.md)
- [Nine Chronicles Portal](https://docs.nine-chronicles.com/introduction/guide/nine-chronicles-portal.md)
- [Connect Nine Chronicles address to the portal](https://docs.nine-chronicles.com/introduction/guide/nine-chronicles-portal/connect-nine-chronicles-address-to-the-portal.md)
- [How to connect multiple account providers](https://docs.nine-chronicles.com/introduction/guide/nine-chronicles-portal/how-to-connect-multiple-account-providers.md)
- [Recover your portal access](https://docs.nine-chronicles.com/introduction/guide/nine-chronicles-portal/recover-your-portal-access.md): Check this document when you're not able to access your Twitter or Discord.
- [Redeem code](https://docs.nine-chronicles.com/introduction/guide/nine-chronicles-portal/redeem-code.md)
- [Patron](https://docs.nine-chronicles.com/introduction/guide/nine-chronicles-portal/patron.md): What is a Patron and why do I need to sign up to the portal?
- [In case you pre-registered with Discord or Twitter](https://docs.nine-chronicles.com/introduction/guide/nine-chronicles-portal/in-case-you-pre-registered-with-discord-or-twitter.md)
- [How to send WNCG to Heimdall](https://docs.nine-chronicles.com/introduction/guide/nine-chronicles-portal/how-to-send-wncg-to-heimdall.md)


---

# 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://docs.nine-chronicles.com/introduction/guide.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.
