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

# English Doc

- [Welcome to Heaven City](https://docs.neet.gg/english-doc/welcome-to-heaven-city.md): Japanese anime and gaming community
- [NEET Products](https://docs.neet.gg/english-doc/neet-products.md)
- [NEET Raffles](https://docs.neet.gg/english-doc/neet-products/neet-raffles.md): How to create a raffle
- [Discord AI](https://docs.neet.gg/english-doc/neet-products/discord-ai.md)
- [NeoSen AI](https://docs.neet.gg/english-doc/neet-products/neosen-ai.md)
- [NeoSen Core](https://docs.neet.gg/english-doc/neet-products/neosen-ai/neosen-core.md)
- [NeoSen Setup Wizard](https://docs.neet.gg/english-doc/neet-products/neosen-ai/neosen-setup-wizard.md)
- [Fractal RED](https://docs.neet.gg/english-doc/neet-products/fractal-red.md)
- [NEET dApp Staking](https://docs.neet.gg/english-doc/neet-products/neet-dapp-staking.md)
- [Create a Polkadot.js Wallet](https://docs.neet.gg/english-doc/neet-products/neet-dapp-staking/create-a-polkadot.js-wallet.md): Explore the Polkadot.js extension.
- [How to Connect Your Wallet:](https://docs.neet.gg/english-doc/neet-products/neet-dapp-staking/how-to-connect-your-wallet.md)
- [NEET DApp Staking](https://docs.neet.gg/english-doc/neet-products/neet-dapp-staking/neet-dapp-staking.md)
- [Roadmap](https://docs.neet.gg/english-doc/roadmap.md): Creating the culture, not by the roadmap!
- [Official links](https://docs.neet.gg/english-doc/official-links.md): How to stay connected
- [Contact us](https://docs.neet.gg/english-doc/contact-us.md): There is NO customer support for NEET.
- [Legal](https://docs.neet.gg/english-doc/legal.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.neet.gg/english-doc.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.
