> 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/members.md).

# 理事会监事成员

好的，这是转换后的Markdown表格：

### 理事会人员

| 序号 | 姓名  | 社团职务          | 性别 | 政治面貌   |
| -- | --- | ------------- | -- | ------ |
| 1  | 李莹蓓 | 副秘书长          | 女  | 共青团员   |
| 2  | 于红梅 | 副理事长(副会长、副主席) | 女  | 共青团员   |
| 3  | 绛云  | 理事            | 女  | 中共预备党员 |
| 4  | 秦肖娜 | 理事            | 女  | 民革党员   |
| 5  | 于德智 | 理事长(会长、主席)    | 男  | 群众     |
| 6  | 曹金巍 | 秘书长           | 男  | 群众     |
| 7  | 龚欢  | 理事            | 女  | 群众     |
| 8  | 安宁  | 理事            | 女  | 群众     |
| 9  | 乔新燕 | 理事            | 男  | 群众     |

### 监事成员

| 序号 | 姓名  | 社团职务 | 性别 | 政治面貌 |
| -- | --- | ---- | -- | ---- |
| 1  | 陈晓蕾 | 监事长  | 女  | 群众   |


---

# 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/members.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.
