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

# 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)
- [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
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/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.
