> 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-clients.md).

# My Clients

In "**My Clients**, you can create or deactivate tokens, authorize users, and manage access.

{% hint style="warning" %}
This feature is only available if the company has been previously registered as a partner 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 Clients**".

<figure><img src="/files/4oXrL5U9rRq7iOfUjg8U" alt=""><figcaption></figcaption></figure>

### Add Token

Once the **Skyone** support team has granted the necessary permissions, you can create a token. To do so, follow these steps:

1. Click “**Add Token**".
2. A confirmation message will appear. Click "**Confirm**".&#x20;
3. Done! The token has been created and will be displayed on the screen.&#x20;

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

{% hint style="danger" %}
Each company has a unique token. After creation, its status will remain pending until the other party completes the process. Read more about [Authorizing a Partner](/english/skyone-console/settings-and-preferences/partner-clients/my-partner.md#authorize-partner).
{% endhint %}

### Client Details

To check more information about a client’s access permissions, follow these steps:

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

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

On this screen, in addition to viewing token and permission details, you can authorize users to access the company.

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

#### Authorize user

To authorize access for users from the partner company, follow these steps:

1. Click “**Authorize Users**".&#x20;
2. Select users from the list who have been previously registered on the platform.
3. Choose the permissions according to the rules defined in “**My Partner**”.

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

4. Click “**Authorize**” to complete the process.

#### Edit User

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

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

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

3. After making the changes, click “**Edit**”.

#### Revoke Permissions

To remove a user's permissions:

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

### Disable Token

To remove a company's access permission, follow these steps:

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

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

1. A confirmation message will appear. Click “**Confirm**”.

### Activate Token

To reactivate a company's access permission, follow these steps:

1. Click “**More options**” (three-dot icon).
2. Select “**Activate Token**”.
3. A confirmation message will appear. Click “**Confirm**”.

### Delete Token

To permanently delete a company's access permission, follow these steps:

1. Click “**More options**” (three-dot icon).
2. Select “**Delete Token**”.
3. A confirmation message will appear. Click “**Confirm**”.

{% hint style="danger" %}
This action **cannot** be undone.
{% endhint %}


---

# 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-clients.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.
