> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/compte-profil/code-pin.md).

# Comment créer ou modifier mon code à 4 chiffres ?

### À quoi sert le code à 4 chiffres ?

Le code à 4 chiffres (code PIN) permet de s'identifier facilement sur les **écrans TV Steeple**. Au lieu de saisir un email et un mot de passe sur l'écran tactile, il suffit d'entrer son code à 4 chiffres.

### Créer ou modifier son code PIN

#### Lors de l'inscription

Le code PIN est proposé à l'étape 3 du parcours d'accueil après la première connexion. Il est optionnel et peut être ignoré.

#### Depuis les paramètres

Aller dans **Paramètres** > **Compte** > **Code à 4 chiffres**.

1. Cliquer sur le bouton de modification
2. Confirmer votre identité
3. Saisir un code de 4 chiffres (uniquement des chiffres de 0 à 9)
4. Confirmer

### Utilisation sur les écrans TV

Sur un écran TV Steeple, un clavier numérique s'affiche pour saisir le code :

* Taper les 4 chiffres sur le clavier visuel
* La saisie est masquée par défaut (affiche des `*`)
* Un bouton en forme d'œil permet d'afficher les chiffres
* Le code est validé automatiquement une fois les 4 chiffres saisis
* En cas d'erreur, le champ s'affiche en rouge

### Ce que l'assistant peut faire

L'assistant ne peut pas créer ou modifier le code PIN d'un utilisateur. Il peut expliquer comment y accéder depuis les paramètres.


---

# 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://help.steeple.com/compte-profil/code-pin.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.
