> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/guide/zh/operation/geng-gai-zhu-guan-li-yuan.md).

# 更改主管理员

### 1. 点击工作区的“成员”标签

如果要更换代表管理员，请当前代表管理员点击自己名字右侧的“**“权限委任”** 按钮。请点击。

<figure><img src="/files/721ff45732ce032eec593aa4f8be8c603e68e7e1" alt=""><figcaption></figcaption></figure>

### 2. 选择要委任的成员

<figure><img src="https://3177177630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8pQgXiR5QAzduV54W8Om%2Fuploads%2FLb2zmegc3QDSzbgJzNUm%2Fimage.png?alt=media&#x26;token=fc595a03-c508-41a4-b3e2-cd38304ae33b" alt=""><figcaption></figcaption></figure>

<details>

<summary>[权限委任] 按钮处于不可用状态</summary>

在以下情况下，按钮会被禁用。全部完成后请再试一次。

* 当代表管理员委任流程已在进行中时
* 当企业信息确认尚未完成时

</details>

***

### 委任流程

#### 1) 工作区中是否已注册企业信息？

如果从未注册过企业信息，则无需额外确认。会直接完成委任，或仅通过同意条款即可结束。

如果企业信息已经注册，需要确认接收权限委任的人是否确实属于同一公司。请点击通知邮件中的 \[注册企业信息] 按钮进入控制台后提交信息。

* **如果是代表人**: 可通过现有文件确认，因此无需额外提交。
* **如果是代理人**: 需要印鉴证明、委任书、身份证复印件。

<figure><img src="/files/b13209db68a481862212a24ed1ec589cf552bfc6" alt=""><figcaption></figcaption></figure>

> **企业认证被驳回了**
>
> 如果在代表管理员委任过程中企业认证被驳回，请确认驳回原因后，由接收权限委任的人亲自重新提交。驳回原因可在邮件和上方的“合作伙伴信息”菜单中查看。

#### 2) 之前的代表管理员是否曾同意过条款？

* 如果从未同意过，则无需额外步骤，委任会立即完成。
* 如果曾经同意过，则接收权限委任的人需要通过电子邮件同意条款，委任才会完成。

<figure><img src="/files/5b4180729c457a181efad11cc361ff6e5b7b78d9" alt=""><figcaption></figcaption></figure>


---

# 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://developers-apps-in-toss.toss.im/guide/zh/operation/geng-gai-zhu-guan-li-yuan.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.
