# Features

- [Getting Started](https://documentation.soulver.app/documentation/getting-started.md): Just type out your problem like you'd write it on a piece of paper.
- [Totals & Subtotals](https://documentation.soulver.app/documentation/totals-and-subtotals.md)
- [Line References](https://documentation.soulver.app/documentation/line-references.md): Doing calculations using previous answers (like in a spreadsheet)
- [Variables](https://documentation.soulver.app/documentation/variables.md)
- [Trip Planning](https://documentation.soulver.app/documentation/trip-planning.md): This is a pre-release feature currently in beta testing, and coming to Soulver later in 2026.
- [Formatting](https://documentation.soulver.app/documentation/formatting.md)
- [Number Formats](https://documentation.soulver.app/documentation/formatting/region-settings.md): Should Soulver interpret . as a decimal point or a thousand separator?
- [Text Styling](https://documentation.soulver.app/documentation/formatting/appearance-and-styles.md)
- [Answer Formatting](https://documentation.soulver.app/documentation/formatting/answer-formatting-options.md)
- [Sheets & Files](https://documentation.soulver.app/documentation/sheets-and-files.md)
- [Sheets](https://documentation.soulver.app/documentation/sheets-and-files/untitled-1.md)
- [Sheetbooks](https://documentation.soulver.app/documentation/sheets-and-files/sheetbooks-and-syncing.md)
- [Soulver Files (.slvr)](https://documentation.soulver.app/documentation/sheets-and-files/soulver-files-.slvr.md)
- [Live Data](https://documentation.soulver.app/documentation/live-data.md)
- [Weather](https://documentation.soulver.app/documentation/live-data/weather.md): Data provided by Apple Weather
- [Stock Prices](https://documentation.soulver.app/documentation/live-data/live-and-historical-stock-prices.md)
- [Wolfram|Alpha (knowledge assistant)](https://documentation.soulver.app/documentation/live-data/knowledge-assistant.md): Bringing the world's data points directly into your Soulver sheet
- [Wolfram|Alpha integration](https://documentation.soulver.app/documentation/live-data/wolfram-alpha.md)
- [Exporting](https://documentation.soulver.app/documentation/exporting.md)
- [PDF & Printing](https://documentation.soulver.app/documentation/exporting/sharing-and-printing.md)
- [Soulver Studio](https://documentation.soulver.app/documentation/exporting/soulver-studio.md): Share Soulver sheets as stand-alone Mac apps 🤯
- [Integrations](https://documentation.soulver.app/documentation/integrations.md)
- [Alfred & Raycast](https://documentation.soulver.app/documentation/integrations/alfred-and-raycast.md)
- [macOS Services](https://documentation.soulver.app/documentation/integrations/macos-services.md)
- [URL Schemes](https://documentation.soulver.app/documentation/integrations/url-schemes.md): Interacting with sheets via URLs
- [Terminal (CLI)](https://documentation.soulver.app/documentation/integrations/command-line-tool-automator-and-services.md)
- [Tips & Tricks](https://documentation.soulver.app/documentation/tips-and-tricks.md)
- [Mac](https://documentation.soulver.app/documentation/tips-and-tricks/tips-and-tricks-mac.md)
- [iPad & iPhone](https://documentation.soulver.app/documentation/tips-and-tricks/tips-and-tricks-ios.md)


---

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