> For the complete documentation index, see [llms.txt](https://cleyrop.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cleyrop.gitbook.io/docs/documentation-fr-en/personal-space/profil-utilisateur.md).

# User profile

The personal space brings together your account information, your API access tokens, your SSH keys, and your active sessions. Accessible from the menu at the top right by clicking on your name.

***

## Profile & Tokens

### Personal information

Your account information is displayed read-only: last name, first name, username, email, profile, and creation date.

### Your token access

A token is an access key that allows you to use Cleyrop APIs. Tokens provide read-only access.

#### Create a token

1. Click **+ Create**
2. Enter a name and a validity period
3. Copy and keep the token value; it will no longer be displayed after creation

#### Revoke a token

Click the 🗑️ icon to the right of the relevant token.

{% hint style="warning" %}
Never share your tokens with sites or people you do not trust.
{% endhint %}

#### Using a token with the Data Serve API

To use your token with the Data Serve API, see the [API technical reference](/docs/documentation-fr-en/support-and-resources/references-techniques-api-sdk.md).

### Active sessions

The section **Active sessions** displays the devices currently connected to your account: IP address, device and browser, start date and last access. The current session is identified by the badge **"Current"**.

* **Revoke a session** : click the 🗑️ icon to the right of the corresponding row.
* **Revoke all other sessions** : click the button **Revoke all other sessions** at the top right of the section.

{% hint style="danger" %}
If you do not recognize a session, revoke it immediately and change your password.
{% endhint %}

<figure><img src="/files/2514b0f34a2d5e1e9d253fee69bfdb39b468525f" alt=""><figcaption></figcaption></figure>

## SSH Key Management

The SSH Keys page brings together two distinct sections.

### Cleyrop internal keys

These SSH public keys are generated by the platform. They allow Cleyrop to access your external Git repositories in read-only mode.

Two keys are available:

* **SSH Key - The Factory** : to add as a Deploy Key in your Git repositories to allow App builds.
* **SSH Key - DevSpace** : to add as a Deploy Key in your Git repositories to clone from your DevSpace.

### Your SSH keys

These SSH keys allow secure access to your DevSpace from your devices.

#### Add a key

1. Click **+ Add**
2. Give the key a name
3. Paste your SSH public key

#### Delete a key

* Click the 🗑️ icon to the right of the corresponding row.

## Languages

From the menu at the top right, click **Language** to choose the language of the interface and notifications.

Available languages are French, English, and German.
