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

# 其他内容

- [部门职责分工](https://document.cawabj.cn/other/bu-men-zhi-ze-fen-gong.md)
- [理事会监事成员](https://document.cawabj.cn/other/members.md)
- [法人登记证书](https://document.cawabj.cn/other/fa-ren-deng-ji-zheng-shu.md)
- [章程](https://document.cawabj.cn/other/constitution.md)
- [首都爱护动物协会 2025年审计报告](https://document.cawabj.cn/other/shou-du-ai-hu-dong-wu-xie-hui-2025-nian-shen-ji-bao-gao.md)
- [2025 年度财务相关情况专项说明的审核报告](https://document.cawabj.cn/other/2025-nian-du-cai-wu-xiang-guan-qing-kuang-zhuan-xiang-shuo-ming-de-shen-he-bao-gao.md)
- [首都爱护动物协会2024年度财务相关情况专项说明的审核报告](https://document.cawabj.cn/other/shou-du-ai-hu-dong-wu-xie-hui-2024-nian-du-cai-wu-xiang-guan-qing-kuang-zhuan-xiang-shuo-ming-de-she.md)
- [首都爱护动物协会2023年度财务相关情况专项说明的审核报告](https://document.cawabj.cn/other/2023.md)
- [首都爱护动物协会2022年度财务相关情况专项说明审核报告](https://document.cawabj.cn/other/2023-1.md)
- [2021年度财务相关情况专项说明的审核报告](https://document.cawabj.cn/other/2021.md)
- [2020年度财务相关情况专项说明审核报告](https://document.cawabj.cn/other/2020.md)
- [2024年年检材料](https://document.cawabj.cn/other/2024-nian-nian-jian-cai-liao.md)
- [2024年大额支出](https://document.cawabj.cn/other/2024-nian-daezhi-chu.md)
- [2024年大额收入](https://document.cawabj.cn/other/2024-nian-daeshou-ru.md)
- [2024年第二次理事会会议纪要](https://document.cawabj.cn/other/2024-nian-di-er-ci-li-shi-hui-hui-yi-ji-yao.md)
- [2024年第1次理事会会议纪要](https://document.cawabj.cn/other/2024-nian-di-1-ci-li-shi-hui-hui-yi-ji-yao.md)
- [2024年第九届第2次会员大会会议纪要](https://document.cawabj.cn/other/2024-nian-di-jiu-jie-di-2-ci-hui-yuan-da-hui-hui-yi-ji-yao.md)
- [2023年年检材料](https://document.cawabj.cn/other/2023-nian-nian-jian-cai-liao.md)
- [2023年大额支出](https://document.cawabj.cn/other/2023-nian-daezhi-chu.md)
- [2023年大额收入](https://document.cawabj.cn/other/2023-nian-daeshou-ru.md)
- [2023年换届会员代表大会纪要](https://document.cawabj.cn/other/2023-nian-huan-jie-hui-yuan-dai-biao-da-hui-ji-yao.md)
- [2023年第八届第5次理事会会议纪要](https://document.cawabj.cn/other/2023-nian-di-ba-jie-di-5-ci-li-shi-hui-hui-yi-ji-yao.md)
- [2023年第1次理事会会议纪要](https://document.cawabj.cn/other/2023-nian-di-1-ci-li-shi-hui-hui-yi-ji-yao.md)
- [2023年第2次理事会会议纪要](https://document.cawabj.cn/other/2023-nian-di-2-ci-li-shi-hui-hui-yi-ji-yao.md)
- [理事会工作报告-2023年](https://document.cawabj.cn/other/li-shi-hui-gong-zuo-bao-gao-2023-nian.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://document.cawabj.cn/other.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.
