> 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-the-primary-administrator.md).

# Change the primary administrator

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

To change the representative administrator, have the current representative administrator click the '**Delegate Authority'** Please press the button.

<figure><img src="https://941686070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8pQgXiR5QAzduV54W8Om%2Fuploads%2F1p7Blosf65vpNdGtHPNt%2F%E1%84%86%E1%85%A6%E1%86%B7%E1%84%87%E1%85%A5%2076.png?alt=media&amp;token=fe20df44-513b-43cd-a8c3-112a5e20f57e" 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 Authority] button is disabled</summary>

The button is disabled in the cases below. Please try again after everything is done.

* When the representative 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. It will be delegated immediately or completed with just agreement to the terms.

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

* **If you are the representative**: you can verify it with existing documents, so you do not need to submit anything additionally.
* **If you are an agent**: a seal certificate, power of attorney, and a copy of ID are required.

<figure><img src="https://941686070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8pQgXiR5QAzduV54W8Om%2Fuploads%2F1s3HjqYEnFHrosLw20Jc%2Fimage.png?alt=media&amp;token=ec427d61-01e4-4d6d-a44e-b82a6025783e" alt=""><figcaption></figcaption></figure>

> **Business verification was rejected**
>
> If business verification is rejected during representative administrator delegation, check the reason for rejection and the person receiving the authority delegation must resubmit it directly. The reason for rejection can be found in the email and in the 'Partner Information' menu above.

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

* If not, the delegation will be completed immediately without additional procedures.
* If yes, the person receiving the authority delegation must agree to the terms by email for the delegation to be completed.

<figure><img src="https://941686070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8pQgXiR5QAzduV54W8Om%2Fuploads%2FoCktlwcLW2ggv67Kpdi9%2Fimage.png?alt=media&amp;token=745ea515-558e-412a-a47f-484514ba0989" 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-the-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.
