> For the complete documentation index, see [llms.txt](https://help.satellite.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.satellite.me/erste-schritte/satellite-free-einrichten/wie-lege-ich-einen-satellite-free-account-an.md).

# Wie lege ich einen satellite Free Account an?

{% stepper %}
{% step %}

#### App installieren

Im ersten Schritt installiere die satellite App auf dein Handy:

![Bildschirmfoto 2024-04-04 um 12.56.06.png](/files/6uuOE6Ivge3pHKshmUL8)
{% endstep %}

{% step %}

#### Registrieren

Sobald du mit dem Download fertig bist, öffne die App und klicke auf **"Registrieren"**.

![satellite\_welcome.png](/files/svo5hG3O3HpFDcN5LOoG)
{% endstep %}

{% step %}

#### "Allein" auswählen

Im nächsten Schritt entscheidest du, wie du satellite nutzen möchtest. Wähle für satellite Free die Option **"Allein"**.

![satellite\_Free.png](/files/s3cA2rc730v80PFcTBz1)
{% endstep %}

{% step %}

#### Account einrichten

Richte deinen Account ein, indem du eine E-Mail-Adresse und ein Passwort vergibst. Für die Verifizierung der satellite Nummer benötigen wir persönlichen Daten wie deinen Namen, dein Geburtsdatum und deine Adresse.
{% endstep %}

{% step %}

#### Brief anfordern

Die Verifizierung deiner Rufnummer erfolgt durch die Eingabe eines Freischaltcodes. Dieser wird per Post an die von dir angegebene Adresse geschickt. Klicke hierfür auf den Button **"Brief anfordern"** bzw. **"Verifizieren"**. Die Zustellung erfolgt in der Regel innerhalb von 2-4 Werktagen durch die Post.
{% endstep %}

{% step %}

#### Code eingeben und lostelefonieren

Sobald du den Brief mit dem Code erhalten hast, kannst du die Rufnummer in der App unter dem Button **"Code eingeben"** verifizieren und mit satellite lostelefonieren.
{% endstep %}
{% endstepper %}


---

# 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.satellite.me/erste-schritte/satellite-free-einrichten/wie-lege-ich-einen-satellite-free-account-an.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.
