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

# Démarrage

Soulver est un bloc-notes pour résoudre des problèmes qui impliquent des calculs.

Saisissez un calcul dans la zone de texte et sa réponse apparaîtra dans la **colonne de réponse** à droite :

```
3 × 3                                           | 9
120 + 30%                                       | 156
30% de 700                                      | 210

12 juin + 3 semaines                            | 3 juillet
7:45am - 4:20pm                                 | 8 h 35 min
Heure à Chicago                                 | 7:45pm

100 EUR en USD                                  | US$109,74
$30/jour c'est combien par an                   | $10 957,28/an
```

Chaque fois que vous modifiez une ligne de texte, sa réponse se recalcule automatiquement (pas besoin d'appuyer sur égal).

#### Mélanger mots et calculs

Soulver vous permet d'ajouter du contexte à vos calculs, pour qu'ils aient du sens plus tard.

```
$19 pour le petit-déjeuner + $22 pour l'Uber    | $41,00
```

Si vous voulez que Soulver ignore certains nombres dans votre texte, utilisez un [commentaire](/fr/reference-de-syntaxe/headings-and-comments.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/getting-started.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.
