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

# Tutorials and FAQS

- [Video Library](https://docs.districts.xyz/districts/tutorials-and-faqs/video-library.md)
- [How to use the Bridge](https://docs.districts.xyz/districts/tutorials-and-faqs/video-library/how-to-use-the-bridge.md)
- [How to select your username](https://docs.districts.xyz/districts/tutorials-and-faqs/video-library/how-to-select-your-username.md)
- [How to mint a Land Pixel](https://docs.districts.xyz/districts/tutorials-and-faqs/video-library/how-to-mint-a-land-pixel.md)
- [How to buy Land in Districts](https://docs.districts.xyz/districts/tutorials-and-faqs/video-library/how-to-buy-land-in-districts.md)
- [How to sell Land in Districts](https://docs.districts.xyz/districts/tutorials-and-faqs/video-library/how-to-sell-land-in-districts.md)
- [How to sell to Land Bank in Districts](https://docs.districts.xyz/districts/tutorials-and-faqs/video-library/how-to-sell-to-land-bank-in-districts.md)
- [Frequently Asked Questions](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions.md)
- [Who is Districts for?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/who-is-districts-for.md)
- [Who is behind Districts?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/who-is-behind-districts.md)
- [How can I get started with Districts?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/how-can-i-get-started-with-districts.md)
- [When is the Districts LandRush?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/when-is-the-districts-landrush.md)
- [Can anyone participate in the LandRush, and how do I claim land?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/can-anyone-participate-in-the-landrush-and-how-do-i-claim-land.md)
- [Will land in multiple locations be available at launch?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/will-land-in-multiple-locations-be-available-at-launch.md)
- [What makes Districts unique?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/what-makes-districts-unique.md)
- [How Districts innovates virtual land ownership?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/how-districts-innovates-virtual-land-ownership.md)
- [What tokens can be used in Districts?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/what-tokens-can-be-used-in-districts.md)
- [How does the Land Bank work?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/how-does-the-land-bank-work.md)
- [What are Land Pixels?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/what-are-land-pixels.md)
- [Can I resell my land once I claim it?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/can-i-resell-my-land-once-i-claim-it.md)
- [What are the Rare Genesis NFTs, and what benefits do they provide?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/what-are-the-rare-genesis-nfts-and-what-benefits-do-they-provide.md)
- [What does “blockchain-based” mean?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/what-does-blockchain-based-mean.md)
- [What can you do in Districts?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/what-can-you-do-in-districts.md)
- [How can I stay updated on Districts developments?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/how-can-i-stay-updated-on-districts-developments.md)
- [How Do I Delete My Districts Account?](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/how-do-i-delete-my-districts-account.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.districts.xyz/districts/tutorials-and-faqs.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.
