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

# Introduction

- [What is Redbrick? 🧱](https://docs.redbrick.land/introduction/what-is-redbrick.md)
- [Redbrick: Creator & Token Economy](https://docs.redbrick.land/introduction/what-is-redbrick/redbrick-creator-and-token-economy.md): The Redbrick token economy is built for sustainable, long-term growth, offering balanced revenue opportunities for all participants. With robust infrastructure in place, Redbrick makes it easy for use
- [$BRIC: Token Allocation](https://docs.redbrick.land/introduction/what-is-redbrick/usdbric-token-allocation.md): Below is a detailed breakdown of BRIC’s fully diluted end-state allocation, along with an overview of its distribution schedule over time.
- [레드브릭에 관하여](https://docs.redbrick.land/introduction/kr.md)
- [크레에이터 & 토큰 이코노미](https://docs.redbrick.land/introduction/tokenomics-kr.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.redbrick.land/introduction.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.
