> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/de/documentation.md).

# Funktionen

- [Erste Schritte](https://documentation.soulver.app/de/documentation/getting-started.md): Tippe dein Problem einfach so aus, wie du es auf ein Blatt Papier schreiben würdest.
- [Gesamtsummen & Zwischensummen](https://documentation.soulver.app/de/documentation/totals-and-subtotals.md)
- [Zeilenreferenzen](https://documentation.soulver.app/de/documentation/line-references.md): Berechnungen mit vorherigen Antworten (wie in einer Tabellenkalkulation)
- [Variablen](https://documentation.soulver.app/de/documentation/variables.md)
- [Reiseplanung](https://documentation.soulver.app/de/documentation/trip-planning.md): Planen Sie mehrstufige Reisen, indem Sie Datums- oder Zeitlinien als Zeitpunkte markieren – Soulver berechnet die Gesamtdauer Ihrer Reise und warnt Sie, wenn Sie Ihr Zeitbudget überschreiten.
- [Formatierung](https://documentation.soulver.app/de/documentation/formatting.md)
- [Zahlenformate](https://documentation.soulver.app/de/documentation/formatting/region-settings.md): Soll Soulver . als Dezimaltrennzeichen oder als Tausendertrennzeichen interpretieren?
- [Textstile](https://documentation.soulver.app/de/documentation/formatting/appearance-and-styles.md)
- [Antwortformatierung](https://documentation.soulver.app/de/documentation/formatting/answer-formatting-options.md)
- [Tabellen & Dateien](https://documentation.soulver.app/de/documentation/sheets-and-files.md)
- [Tabellen](https://documentation.soulver.app/de/documentation/sheets-and-files/untitled-1.md)
- [Tabellenbücher](https://documentation.soulver.app/de/documentation/sheets-and-files/sheetbooks-and-syncing.md)
- [Soulver Dateien (.slvr)](https://documentation.soulver.app/de/documentation/sheets-and-files/soulver-files-.slvr.md)
- [Live-Daten](https://documentation.soulver.app/de/documentation/live-data.md)
- [Wetter](https://documentation.soulver.app/de/documentation/live-data/weather.md): Daten von Apple Weather
- [Aktienkurse](https://documentation.soulver.app/de/documentation/live-data/live-and-historical-stock-prices.md)
- [Wolfram|Alpha (Wissensassistent)](https://documentation.soulver.app/de/documentation/live-data/knowledge-assistant.md): Die Datenpunkte der Welt direkt in dein Soulver-Sheet bringen
- [Wolfram|Alpha Integration](https://documentation.soulver.app/de/documentation/live-data/wolfram-alpha.md)
- [Exportieren](https://documentation.soulver.app/de/documentation/exporting.md)
- [PDF & Drucken](https://documentation.soulver.app/de/documentation/exporting/sharing-and-printing.md)
- [Soulver Studio](https://documentation.soulver.app/de/documentation/exporting/soulver-studio.md): Teile Soulver-Sheets als eigenständige Mac-Apps 🤯
- [Integrationen](https://documentation.soulver.app/de/documentation/integrations.md)
- [Alfred & Raycast](https://documentation.soulver.app/de/documentation/integrations/alfred-and-raycast.md)
- [macOS Dienste](https://documentation.soulver.app/de/documentation/integrations/macos-services.md)
- [URL-Schemata](https://documentation.soulver.app/de/documentation/integrations/url-schemes.md): Mit Sheets über URLs interagieren
- [Terminal (CLI)](https://documentation.soulver.app/de/documentation/integrations/command-line-tool-automator-and-services.md)
- [Tipps & Tricks](https://documentation.soulver.app/de/documentation/tips-and-tricks.md)
- [Mac](https://documentation.soulver.app/de/documentation/tips-and-tricks/tips-and-tricks-mac.md)
- [iPad & iPhone](https://documentation.soulver.app/de/documentation/tips-and-tricks/tips-and-tricks-ios.md)


---

# 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://documentation.soulver.app/de/documentation.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.
