> 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/en/compte-profil/code-pin.md).

# How do I create or edit my 4-digit code?

### What is the 4-digit code used for?

The 4-digit code (PIN code) makes it easy to log in on **Steeple TV screens**. Instead of entering an email and password on the touchscreen, you just need to enter your 4-digit code.

### Create or change your PIN code

#### When signing up

The PIN code is offered at step 3 of the welcome journey after the first login. It is optional and can be skipped.

#### From the settings

Go to **Settings** > **Account** > **4-digit code**.

1. Click the edit button
2. Confirm your identity
3. Enter a 4-digit code (numbers 0 to 9 only)
4. Confirm

### Use on TV screens

On a Steeple TV screen, a numeric keypad appears to enter the code:

* Enter the 4 digits on the on-screen keypad
* Input is hidden by default (displays `*`)
* An eye-shaped button lets you show the digits
* The code is validated automatically once the 4 digits are entered
* If there is an error, the field turns red

### What the assistant can do

The assistant cannot create or change a user's PIN code. It can explain how to access it from the settings.


---

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

```
GET https://help.steeple.com/en/compte-profil/code-pin.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.
