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

# Funzionalità

- [Iniziare](https://documentation.soulver.app/it/documentation/getting-started.md): Ti basta scrivere il tuo problema come lo scriveresti su un foglio di carta.
- [Totali e Subtotali](https://documentation.soulver.app/it/documentation/totals-and-subtotals.md)
- [Riferimenti di Riga](https://documentation.soulver.app/it/documentation/line-references.md): Eseguire calcoli usando risposte precedenti (come in un foglio di calcolo)
- [Variabili](https://documentation.soulver.app/it/documentation/variables.md)
- [Pianificazione Viaggi](https://documentation.soulver.app/it/documentation/trip-planning.md): Pianifica viaggi in più tappe segnando date o orari come punti temporali: Soulver calcola la durata totale del tuo viaggio e ti avvisa se superi il tuo budget di tempo.
- [Formattazione](https://documentation.soulver.app/it/documentation/formatting.md)
- [Formati Numerici](https://documentation.soulver.app/it/documentation/formatting/region-settings.md): Soulver deve interpretare . come separatore decimale o come separatore delle migliaia?
- [Stilizzazione Testo](https://documentation.soulver.app/it/documentation/formatting/appearance-and-styles.md)
- [Formattazione Risposte](https://documentation.soulver.app/it/documentation/formatting/answer-formatting-options.md)
- [Fogli e File](https://documentation.soulver.app/it/documentation/sheets-and-files.md)
- [Fogli](https://documentation.soulver.app/it/documentation/sheets-and-files/untitled-1.md)
- [Quaderni di Fogli](https://documentation.soulver.app/it/documentation/sheets-and-files/sheetbooks-and-syncing.md)
- [File Soulver (.slvr)](https://documentation.soulver.app/it/documentation/sheets-and-files/soulver-files-.slvr.md)
- [Dati in Tempo Reale](https://documentation.soulver.app/it/documentation/live-data.md)
- [Meteo](https://documentation.soulver.app/it/documentation/live-data/weather.md): Dati forniti da Apple Weather
- [Prezzi Azionari](https://documentation.soulver.app/it/documentation/live-data/live-and-historical-stock-prices.md)
- [Wolfram|Alpha (assistente di conoscenza)](https://documentation.soulver.app/it/documentation/live-data/knowledge-assistant.md): Portare i dati del mondo direttamente nel tuo foglio Soulver
- [Integrazione Wolfram|Alpha](https://documentation.soulver.app/it/documentation/live-data/wolfram-alpha.md)
- [Esportazione](https://documentation.soulver.app/it/documentation/exporting.md)
- [PDF e Stampa](https://documentation.soulver.app/it/documentation/exporting/sharing-and-printing.md)
- [Soulver Studio](https://documentation.soulver.app/it/documentation/exporting/soulver-studio.md): Condividi fogli Soulver come app Mac autonome 🤯
- [Integrazioni](https://documentation.soulver.app/it/documentation/integrations.md)
- [Alfred e Raycast](https://documentation.soulver.app/it/documentation/integrations/alfred-and-raycast.md)
- [Servizi macOS](https://documentation.soulver.app/it/documentation/integrations/macos-services.md)
- [Schemi URL](https://documentation.soulver.app/it/documentation/integrations/url-schemes.md): Interagire con i fogli tramite URL
- [Terminale (CLI)](https://documentation.soulver.app/it/documentation/integrations/command-line-tool-automator-and-services.md)
- [Suggerimenti e Trucchi](https://documentation.soulver.app/it/documentation/tips-and-tricks.md)
- [Mac](https://documentation.soulver.app/it/documentation/tips-and-tricks/tips-and-tricks-mac.md)
- [iPad e iPhone](https://documentation.soulver.app/it/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/it/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.
