> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-console/settings-and-preferences/partner-clients/my-partner.md).

# My Partner

In “**My Partner**", you can authorize or revoke a partner's access.

{% hint style="warning" %}
This menu is only available if the company has been previously registered as a client by the **Skyone** support team.
{% endhint %}

### How to access

1. Click the drop-down menu in the upper right corner of the screen and choose an option.
2. On the left sidebar, select "**My Partner**".

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

### Authorize Partner

To add a partner, the token must first be created in the “**My Clients**”menu. Once the token is created, follow these steps:

1. Click “**Authorize Partner**".
2. In the “Token" field, paste the token previously created in “**My Clients**".
3. Select the desired permissions for the partner. The available options are:

* Ticket Management
* Server Management
* Ticket User

{% hint style="info" %}
[Read more about **Skyone Platform** permissions](/english/skyone-console/settings-and-preferences/user-management/types-of-user-permissions.md).
{% endhint %}

4. Click “**Authorize**" to finalize.

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

After authorization, the token will become active in the "**My Clients** menu, allowing the addition of users with access to the partner company.  Read more in "[**Authorize Use**](/english/skyone-console/settings-and-preferences/partner-clients/my-clients.md#authorize-user)[**r**](/english/skyone-console/settings-and-preferences/partner-clients/my-clients.md#authorize-user)**".**

### Edit partner

To modify a partner’s permissions, follow these steps:

1. Click “**More options**” (three-dot icon).
2. Select “**Edit**”.

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

3. Choose the new desired permissions.

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

4. Click “**Edit**” to confirm.<br>

### Revoke partner

To revoke a partner's access, follow these steps:

1. Click “**More options**” (three-dot icon).
2. Select “**Revoke Permissions**”.
3. A confirmation message will appear. Click “**Ok**” to confirm.


---

# 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://docs.skyone.cloud/english/skyone-console/settings-and-preferences/partner-clients/my-partner.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.
