> 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/en/operation/change-primary-administrator.md).

# Change Primary Administrator

### 1. Click the 'Members' tab in the workspace

To change the primary administrator, the current primary administrator should click the '**Delegate Permissions'** button.

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

### 2. Select the member to delegate to

<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>The [Delegate Permissions] button is disabled</summary>

The button is disabled in the following cases. Please try again after everything is finished.

* When the primary administrator delegation process is already in progress
* When business information verification has not yet been completed

</details>

***

### Delegation process

#### 1) Is business information registered in the workspace?

If you have never registered business information, no additional verification is needed. Delegation will be completed immediately, or it will finish with only agreement to the terms.

If business information is already registered, you need to verify that the person receiving the delegation belongs to the same company. Click the \[Register Business Information] button in the guide email to move to the console, then submit the information.

* **If you are the representative**: It can be verified with existing documents, so you don't need to submit anything additional.
* **If you are an agent**: A seal certificate, power of attorney, and a copy of your ID are required.

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

> **Business verification was rejected**
>
> If business verification is rejected during primary administrator delegation, check the reason for rejection, then the person receiving the delegation must resubmit it directly. You can find the reason for rejection in the email and in the above 'Partner Information' menu.

#### 2) Has the previous primary administrator ever agreed to the terms?

* If not, the delegation ends immediately without any additional steps.
* If they have, the person receiving the delegation must agree to the terms by email for the delegation to be completed.

<figure><img src="/files/7ad1a25161d127439eb5e9f52fa4d898aa9dfd44" 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/en/operation/change-primary-administrator.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.
