# Mise en forme du texte

Vous trouverez tous les outils de mise en forme directement dans la barre d’outil de l’éditeur de texte. Pour mettre une partie en gras, par exemple, il vous suffit de sélectionner le texte que vous souhaitez mettre en gras et cliquer sur l’icône “B” pour (Bold).

<figure><img src="/files/uOvEGFJoF3pGwhxvpjxU" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Il existe également une série de **raccourcis clavier** pour vous permettre d’accélérer la mise en forme. Il vous suffit de survoler un outil avec votre curseur pour voir le raccourci associé.
{% endhint %}


---

# 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://guide.amanote.com/fr/demarrer/prendre-des-notes/mise-en-forme-du-texte.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.
