> For the complete documentation index, see [llms.txt](https://docs.stoik.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoik.io/msp/fr/gestion-du-compte/adding-an-account.md).

# Ajout d'un compte

En tant que MSP, vous avez besoin du consentement du client avant de pouvoir gérer ses outils cyber. La connexion à l’espace Stoïk Protect du client est donc une étape cruciale du processus. Cette étape vous accorde également l’exclusivité sur le compte du client.

Pour ajouter un compte :

{% stepper %}
{% step %}

### Créer le compte

Dans le `Comptes` onglet, cliquez sur `Nouveau compte`.

<figure><img src="/files/8e0728bb6d860a390354e0f0c9a80277533c2f89" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Informations sur le compte

Ajoutez les informations requises : vous pouvez saisir le nom de l’entreprise ou son numéro d’identification commerciale.

<figure><img src="/files/dab50236422d23aec8c63fe40295ac7418db04a1" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sélectionnez l’entreprise

Sélectionnez l’entreprise, puis complétez le nom de domaine et l’adresse e-mail du compte.

<figure><img src="/files/7f824ba8fcdc50312cde83b72445b57312c52b70" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Demande de connexion

Demandez la connexion à un espace Stoïk Protect. Une fois le compte créé, cette étape est obligatoire avant de pouvoir acheter des licences. Saisissez l’adresse e-mail de votre client.

<figure><img src="/files/0d9501f8098e12ebbdfe383187e4b89c815bdc9d" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Si votre client est déjà assuré chez Stoïk, vous **devez** saisir **l’adresse e-mail déjà utilisée dans son espace** pour synchroniser le bon espace Stoïk Protect.
{% endhint %}
{% endstep %}
{% endstepper %}

Le lien dans l’e-mail envoyé au client est valable pendant **7 jours.** Passé ce délai, le lien expire et vous devez renvoyer la demande de connexion.

{% hint style="success" %}
Une fois la connexion active, vous pouvez accéder à l’espace Stoïk Protect de votre client via le lien de renvoi.
{% 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.stoik.io/msp/fr/gestion-du-compte/adding-an-account.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.
