# Profile and Preferences

### How to Access

To access it, click on the drop-down menu next to your name and then **“Profile”**.

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

### Edit Profile

To edit the settings, click on “**Edit**” in the top right corner.

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

Note that after clicking the “Edit” button, the fields are cleared for editing, except for the e-mail address.

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

After making any changes, click on “**Save**”. If you don't want to make any changes, simply choose “**Cancel**”.

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

### Reset Password

In this area you can change your platform password. Choose one of the following options to reset your password:

* **Send by e-mail**: An e-mail will be sent so that you can reset your password.
* **Enter password manually**: When you select this option, a modal will be displayed. In it, you will have to:

1. Enter the new password.
2. Confirm the new password.
3. Enter your current password.

***

### Language

You can change the language at any time by clicking on the globe icon in the top right-hand corner of the screen. The languages available are: Portuguese, English and Spanish.

***

### API Integration

In this section, you can manage access to the **Skyone Platform** API. We offer features for creating and managing operators and authentication tokens, ensuring greater control and security when using the API.

#### Fields

* **Description**: Explanatory message about the token's purpose.
* **Creation date**: Date when the token was generated.
* **Expiration date**: The date set for the token's expiration.
* **Account**: Account associated with the token.
* **Requires IP validation**: Indicates whether the token is linked to an IP. Displays "**Yes**" if there is an associated IP, or "**No**" otherwise.
* **IPs**: List of IP addresses authorized to use the token, configured during creation.
* **Actions**: Allows editing or deleting the token as needed.

#### To add a token, follow these steps:

1. Click on "**Add Token**"

* Find and select the "**Add Token**" option.\ <br>

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

2. Choose a description and expiration date

* Enter an appropriate description for the token and set the desired expiration date.<br>

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

3. Choose an account

* Select the account to which the token will be associated.\ <br>

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

4. IP filtering (optional)

* If you wish to restrict token usage to a specific IP address, enable the IP filtering flag and provide the IP address.\ <br>

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

5. Save and view

* Click save to create the token. It will then appear on your profile screen.\ <br>

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

6. A confirmation modal will be displayed, allowing you to export the token as a **CSV** file. The token will appear in the token list.

<figure><img src="/files/35kQF8TycXyenCwYvBKR" alt=""><figcaption></figcaption></figure>

#### Exporting a Token to a CSV file

Only newly created tokens can be exported to a **CSV** file.

* To export a token, click the "**Download Token CSV**" button.
* A **CSV** file containing the token will be saved on your computer.

***

#### Editing a Token

To edit a token:

1. Click the "**Actions**" button next to the IP you wish to edit and select the "**Edit**" option.

<figure><img src="/files/6sgisBQE0qtEdQ40Msit" alt=""><figcaption></figcaption></figure>

2. Make the necessary changes and click **Save**.

<figure><img src="/files/7Z0ePUyJFb8MJaUHqqxN" alt=""><figcaption></figcaption></figure>

#### Deleting a Token

To delete a token:

1. Click the "**Actions**" button next to the IP you wish to delete and select the "**Delete**" option.

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

2. Click "**Delete**" to confirm the deletion.

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


---

# Agent Instructions: 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:

```
GET https://docs.skyone.cloud/english/cloud-computer/skyone-autosky/profile-and-preferences.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
