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

# Fonctionnalités

- [Démarrage](https://documentation.soulver.app/fr/documentation/getting-started.md): Tapez simplement votre problème comme vous l'écririez sur une feuille de papier.
- [Totaux et sous-totaux](https://documentation.soulver.app/fr/documentation/totals-and-subtotals.md)
- [Références de lignes](https://documentation.soulver.app/fr/documentation/line-references.md): Faire des calculs à partir de réponses précédentes (comme dans un tableur)
- [Variables](https://documentation.soulver.app/fr/documentation/variables.md)
- [Planification de voyage](https://documentation.soulver.app/fr/documentation/trip-planning.md): Planifiez des voyages en plusieurs étapes en marquant des dates ou des heures comme points temporels — Soulver totalise la durée de votre voyage et vous avertit si vous dépassez votre budget temps.
- [Formatage](https://documentation.soulver.app/fr/documentation/formatting.md)
- [Formats numériques](https://documentation.soulver.app/fr/documentation/formatting/region-settings.md): Soulver doit-il interpréter . comme un séparateur décimal ou un séparateur de milliers ?
- [Mise en forme du texte](https://documentation.soulver.app/fr/documentation/formatting/appearance-and-styles.md)
- [Formatage des réponses](https://documentation.soulver.app/fr/documentation/formatting/answer-formatting-options.md)
- [Feuilles et fichiers](https://documentation.soulver.app/fr/documentation/sheets-and-files.md)
- [Feuilles](https://documentation.soulver.app/fr/documentation/sheets-and-files/untitled-1.md)
- [Cahiers de feuilles](https://documentation.soulver.app/fr/documentation/sheets-and-files/sheetbooks-and-syncing.md)
- [Fichiers Soulver (.slvr)](https://documentation.soulver.app/fr/documentation/sheets-and-files/soulver-files-.slvr.md)
- [Données en direct](https://documentation.soulver.app/fr/documentation/live-data.md)
- [Météo](https://documentation.soulver.app/fr/documentation/live-data/weather.md): Données fournies par Apple Weather
- [Cours boursiers](https://documentation.soulver.app/fr/documentation/live-data/live-and-historical-stock-prices.md)
- [Wolfram|Alpha (assistant de connaissances)](https://documentation.soulver.app/fr/documentation/live-data/knowledge-assistant.md): Apporter les données du monde entier directement dans votre feuille Soulver
- [Intégration Wolfram|Alpha](https://documentation.soulver.app/fr/documentation/live-data/wolfram-alpha.md)
- [Exportation](https://documentation.soulver.app/fr/documentation/exporting.md)
- [PDF et impression](https://documentation.soulver.app/fr/documentation/exporting/sharing-and-printing.md)
- [Soulver Studio](https://documentation.soulver.app/fr/documentation/exporting/soulver-studio.md): Partagez des feuilles Soulver sous forme d'apps Mac autonomes 🤯
- [Intégrations](https://documentation.soulver.app/fr/documentation/integrations.md)
- [Alfred et Raycast](https://documentation.soulver.app/fr/documentation/integrations/alfred-and-raycast.md)
- [Services macOS](https://documentation.soulver.app/fr/documentation/integrations/macos-services.md)
- [Schémas d'URL](https://documentation.soulver.app/fr/documentation/integrations/url-schemes.md): Interagir avec des feuilles via des URL
- [Terminal (CLI)](https://documentation.soulver.app/fr/documentation/integrations/command-line-tool-automator-and-services.md)
- [Astuces et raccourcis](https://documentation.soulver.app/fr/documentation/tips-and-tricks.md)
- [Mac](https://documentation.soulver.app/fr/documentation/tips-and-tricks/tips-and-tricks-mac.md)
- [iPad et iPhone](https://documentation.soulver.app/fr/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/fr/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.
