# Paragraphes

Un paragraphe est le bloc de contenu le plus élémentaire que vous pouvez utiliser sur GitBook.

{% hint style="info" %}
Vous pouvez [ajouter d’autres contenus en ligne](/docs/documentation/fr/creating-content/formatting/inline.md) à votre paragraphe, comme des émojis, des images et Math & TeX.

Vous pouvez également [mettre en forme votre texte](/docs/documentation/fr/creating-content/formatting.md) en utilisant le menu contextuel ou les raccourcis clavier, ou en utilisant [Markdown](/docs/documentation/fr/creating-content/formatting/markdown.md).
{% endhint %}

### Exemple d’un paragraphe

Les documents imprimés de manière professionnelle en anglais n’indentent généralement pas le premier paragraphe, mais indentent ceux qui suivent. Par exemple, Robert Bringhurst affirme que nous devrions « aligner les paragraphes d’ouverture à gauche ».

### Représentation en Markdown

Comme un bloc de paragraphe n’est que du texte, c’est ainsi qu’il est représenté en Markdown.

{% code overflow="wrap" %}

```markdown
Les documents imprimés de manière professionnelle en anglais n’indentent généralement pas le premier paragraphe, mais indentent ceux qui suivent. Par exemple, Robert Bringhurst affirme que nous devrions « aligner les paragraphes d’ouverture à gauche ».
```

{% endcode %}


---

# 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://gitbook.com/docs/documentation/fr/creating-content/blocks/paragraph.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.
