> 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/creer-compte.md).

# Comment rejoindre Steeple ?

### **Comment rejoindre Steeple ? 3 façons d'activer votre compte**

Bienvenue sur Steeple ! Avant de découvrir les actualités de votre organisation et d'interagir avec vos collègues, vous devez créer votre compte. Voici les trois façons de le faire.

***

**Option 1 — Vous avez reçu une invitation par e-mail**

Vos administrateurs Steeple vous ont peut-être envoyé une invitation directement par e-mail. Il vous suffit de cliquer sur le lien contenu dans ce mail pour être guidé pas à pas dans la création de votre compte.

**Option 2 — Vous scannez le QR code affiché sur l'écran Steeple**

Un écran Steeple est installé dans votre espace de travail ? Scannez le QR code affiché à l'écran avec votre smartphone. Cela envoie automatiquement une demande d'accès à vos administrateurs, qui pourront valider votre inscription.

**Option 3 — Vous utilisez vos identifiants fournis par vos administrateurs**

Vos administrateurs ont pu vous communiquer directement un couple identifiant / mot de passe provisoire. Rendez-vous sur l'application Steeple et saisissez ces informations pour activer votre compte.

***

**Bon à savoir avant de commencer**

🔒 **Votre compte est professionnel et non anonyme.** Il est rattaché à votre identité au sein de votre organisation.

🔑 **Définissez votre mot de passe et votre code PIN.** Le code PIN vous sera demandé pour interagir avec l'écran tactile Steeple.

👤 **Complétez votre profil.** Une photo, votre poste, votre service… plus votre profil est renseigné, plus vous favorisez les échanges avec vos collègues.

🔔 **Paramétrez vos notifications.** Choisissez comment et quand vous souhaitez être alerté(e) des nouveaux contenus pour une expérience vraiment adaptée à votre quotidien.


---

# 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/creer-compte.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.
