> For the complete documentation index, see [llms.txt](https://developers.mobilic.beta.gouv.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.mobilic.beta.gouv.fr/guides/authentification/jetons-lies-a-un-utilisateur.md).

# Jetons liés à un Utilisateur

## Prérequis

Le `client` qui souhaite récupérer manuellement les jetons Utilisateur doit préalablement enregistrer son application auprès de l'API Mobilic.

Pour cela il faut envoyer un email à l'adresse <mobilic@beta.gouv.fr> en précisant les informations suivantes :

* environnement demandé (production ou bac à sable)
* nom de l'application

En retour, le client recevra alors un identifiant `client_id`

## Génération du jeton

Une fois le `client_id` reçu, il convient de le transmettre à l'utilisateur (gestionnaire ou salarié), qui pourra alors suivre la [procédure de génération manuelle de clé API](https://faq.mobilic.beta.gouv.fr/je-suis-salarie/autoriser-lacces-a-un-logiciel-tiers#comment-generer-un-cle-api).&#x20;

L'utilisateur peut alors vous transmettre le jeton généré.

Ce jeton vous permettra d'effectuer les appels API en étant authentifié en tant que l'utilisateur qui a généré le jeton.


---

# 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://developers.mobilic.beta.gouv.fr/guides/authentification/jetons-lies-a-un-utilisateur.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.
