# 开发者文档

- [加密链接](https://www.happ.su/main/zh/dev-docs/crypto-link.md)
- [应用管理](https://www.happ.su/main/zh/dev-docs/app-management.md): 通过订阅管理应用程序设置
- [Provide ID](https://www.happ.su/main/zh/dev-docs/provide-id.md)
- [路由](https://www.happ.su/main/zh/dev-docs/routing.md)
- [显示国旗和表情符号](https://www.happ.su/main/zh/dev-docs/emoji.md)
- [链接和参数示例](https://www.happ.su/main/zh/dev-docs/examples-of-links-and-parameters.md)
- [Android TV API](https://www.happ.su/main/zh/dev-docs/android-tv-api.md)


---

# Agent Instructions: 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:

```
GET https://www.happ.su/main/zh/dev-docs.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.
