> 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/satellite-account-verwalten/flatrate/was-bekomme-ich-mit-flatrate.md).

# Was bekomme ich mit Flatrate+?

satellite Free ist ein Freemium-Dienst. Die Basisversion mit 100 Freiminuten im Monat ist dauerhaft kostenfrei und bietet alle Grundfunktionen.

Die Premium-Version "Flatrate+" kostet 4,99 € für 30 Tage und ermöglicht u.a. unbegrenzte Telefonie, eine personalisierbare Voicemail und du kannst deine Erreichbarkeit schnell und einfach anpassen. Für satellite und die Flatrate+ kommen in Zukunft immer wieder zusätzliche Funktionen hinzu. Der Funktionsumfang des jeweiligen Features kann sich dabei in beiden Versionen unterscheiden.

Zusätzliche Tarife oder Mindestvertragslaufzeiten gibt es nicht. Du kannst jederzeit deine [Flatrate+ kündigen](https://help.satellite.me/hc/de/articles/4409027862801-Wie-kann-ich-mein-satellite-Plus-Abo-k%C3%BCndigen-). Im Folgemonat wird dann automatisch die kostenfreie Basisversion aktiviert. Alle Einstellungen und Daten bleiben erhalten.

Wenn das monatliche Kontingent von 100 Minuten bei satellite Free aufgebraucht wurde, kannst du jederzeit über die App upgraden: *Einstellungen* ➔ *Konto* ➔ *Tarif.*

|                                  | satellite Free |       Flatrate+       |
| -------------------------------- | :------------: | :-------------------: |
| Deutsche Handynummer             |        ✓       |           ✓           |
| Weltweite Telefonie in 60 Länder |        ✓       |           ✓           |
| Monatliche Gesprächsdauer        |   100 Minuten  | unbegrenzt (Fair-Use) |
| Personalisierbare Voicemail      |                |           ✓           |
| Erreichbarkeitsprofile           |                |           ✓           |


---

# 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/satellite-account-verwalten/flatrate/was-bekomme-ich-mit-flatrate.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.
