# DAS Documents

## english

- [Introduction](https://docs.da.systems/docs/readme.md)
- [FAQ](https://docs.da.systems/docs/faq.md)
- [Glossary](https://docs.da.systems/docs/terminology.md)
- [Pricing](https://docs.da.systems/docs/register-das/pricing.md)
- [Open Registration Rules](https://docs.da.systems/docs/register-das/open-registration-rules.md)
- [Charsets](https://docs.da.systems/docs/register-das/charsets.md)
- [Contribute to DAS](https://docs.da.systems/docs/contribute-to-das/build-together.md)
- [Promoters](https://docs.da.systems/docs/contribute-to-das/referral.md)
- [Channel](https://docs.da.systems/docs/contribute-to-das/channel.md)
- [Registrar](https://docs.da.systems/docs/contribute-to-das/registrar.md)
- [Keeper](https://docs.da.systems/docs/contribute-to-das/keeper.md)
- [Wallet Integration](https://docs.da.systems/docs/developers/wallet-integration.md)
- [Build applications on DAS](https://docs.da.systems/docs/developers/build-application.md)
- [Records namespace](https://docs.da.systems/docs/developers/records-key-namespace.md)
- [Position List](https://docs.da.systems/docs/we-are-hiring/position-list.md)
- [Chief Evangelist](https://docs.da.systems/docs/we-are-hiring/chief-evangelist.md)
- [Frontend Engineer](https://docs.da.systems/docs/we-are-hiring/frontend-engineer.md)
- [Backend Engineer - Golang](https://docs.da.systems/docs/we-are-hiring/backend-engineer-golang.md)
- [Smart Contract Engineer - Rust](https://docs.da.systems/docs/we-are-hiring/smart-contract-engineer-rust.md)
- [Why assets on CKB can be managed by BTC address?](https://docs.da.systems/docs/others/why-assets-on-ckb-can-be-managed-by-btc-address.md)

## chinese

- [Introduction](https://docs.da.systems/docs/chinese-1/readme.md)
- [常见问题](https://docs.da.systems/docs/chinese-1/faq.md)
- [术语](https://docs.da.systems/docs/chinese-1/terminology.md)
- [定价](https://docs.da.systems/docs/chinese-1/zhu-ce-das/pricing.md)
- [开放注册规则](https://docs.da.systems/docs/chinese-1/zhu-ce-das/open-registration-rules.md)
- [字符集](https://docs.da.systems/docs/chinese-1/zhu-ce-das/charsets.md)
- [参与 DAS 建设](https://docs.da.systems/docs/chinese-1/gong-tong-jian-she/build-together.md)
- [爱好者/推广者](https://docs.da.systems/docs/chinese-1/gong-tong-jian-she/referral.md)
- [渠道商](https://docs.da.systems/docs/chinese-1/gong-tong-jian-she/channel.md)
- [注册商](https://docs.da.systems/docs/chinese-1/gong-tong-jian-she/registrar.md)
- [Keeper](https://docs.da.systems/docs/chinese-1/gong-tong-jian-she/keeper.md)
- [钱包集成 DAS](https://docs.da.systems/docs/chinese-1/kai-fa-zhe/wallet-integration.md)
- [基于 DAS 开发应用](https://docs.da.systems/docs/chinese-1/kai-fa-zhe/build-application.md)
- [解析记录命名空间](https://docs.da.systems/docs/chinese-1/kai-fa-zhe/records-key-namespace.md)
- [BTC 地址如何管理 CKB 链上的资产](https://docs.da.systems/docs/chinese-1/qi-ta/why-assets-on-ckb-can-managed-by-btc-address.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.da.systems/docs/readme.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.
