> For the complete documentation index, see [llms.txt](https://o2oa.gitbook.io/course/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://o2oa.gitbook.io/course/ping-tai-shi-shi/zu-zhi-guan-li/jiao-se-guan-li/nei-zhi-jiao-se-jie-shao.md).

# 内置角色介绍

| 角色名称                   | 角色中文名称    | 角色功能说明                                      |
| ---------------------- | --------- | ------------------------------------------- |
| AttendanceManager      | 考勤系统管理员   | 可以管理考勤系统，拥有数据导入，分析，统计的权限                    |
| BSSManager             | 论坛系统管理员   | 可以在论坛系统中创建栏目、版块，以及对其进行各类权限设置                |
| CalendarManager        | 日程管理系统管理员 | 拥有在日程管理应用中进行系统设置，权限配置等权限                    |
| CRMManager             | 客户关系系统管理员 | 可以在客户关系管理系统中进行各类设置和权限管理                     |
| CMSManager             | 信息管理系统管理员 | 可以在信息管理系统中进行栏目、分类的管理以及各类权限的管理               |
| OKRManager             | 目标管理系统管理员 | 可以在目标和工作管理系统中进行各类配置管理                       |
| RoleManager            | 角色管理系统管理员 | 可以在组织管理-角色管理中进行所有角色信息的各类管理操作                |
| PortalManager          | 门户管理系统管理员 | 可以在门户管理平台中进行门户应用的创建以及各类管理操作                 |
| OrganizationManager    | 组织管理系统管理员 | 可以在组织管理-组织架构中对组织信息进行创建以及各类管理操作              |
| ProcessPlatformCreator | 流程应用创建者   | 可以在流程应用管理平台中对流程应用进行创建操作                     |
| MeetingManager         | 会议管理系统管理员 | 可以在会议管理系统中对会议室，办公楼以及系统设置进行各类管理操作            |
| ProcessPlatformManager | 流程平台系统管理员 | 可以在流程应用管理平台中对流程应用进行创建，对流程、表单、视图以及权限进行各类管理操作 |
| GroupManager           | 群组信息管理员   | 可以在组织管理-群组信息管理中对群组信息进行各类管理操作                |
| PersonManager          | 人员信息管理员   | 可以在组织管理-人员信息管理中对人员信息进行各类管理操作                |
| UnitManager            | 组织信息管理员   | 可以在组织管理-组织架构中对组织信息进行各类管理操作                  |
| Manager                | 系统管理员     | 可以对平台各个系统进行各类管理操作                           |


---

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

```
GET https://o2oa.gitbook.io/course/ping-tai-shi-shi/zu-zhi-guan-li/jiao-se-guan-li/nei-zhi-jiao-se-jie-shao.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.
