# Colonnes

Les colonnes sont un excellent moyen de créer différentes mises en page pour votre documentation. Vous pouvez ajouter de nombreux types de blocs différents à l’intérieur d’une colonne, et ajuster la largeur de chaque côté pour l’adapter au design dont vous avez besoin.

{% columns %}
{% column width="50%" %}
**Créez une expérience fluide entre votre documentation et votre produit**

Intégrez votre documentation directement dans l’expérience de votre produit, ou offrez aux utilisateurs une expérience personnalisée qui leur donne plus rapidement ce dont ils ont besoin.

<a href="https://www.gitbook.com/#alpha-waitlist" class="button primary">En savoir plus</a>
{% endcolumn %}

{% column %}

<figure><img src="/files/7945be6f7ff10458838bfd726f710e0825578253" alt="An image of GitBook icons demonstrating side by side column functionality"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## Représentation en Markdown

<pre class="language-markdown" data-overflow="wrap"><code class="lang-markdown"><strong>## Exemple
</strong>




### Créez une expérience fluide entre votre documentation et votre produit

Intégrez votre documentation directement dans l’expérience de votre produit, ou offrez aux utilisateurs une expérience personnalisée qui leur donne plus rapidement ce dont ils ont besoin.

&#x3C;a href="https://www.gitbook.com/#alpha-waitlist" class="button primary">En savoir plus&#x3C;/a>





&#x3C;figure>&#x3C;img src="../../.gitbook/assets/GitBook vision post.png" alt="Une image des icônes GitBook démontrant la fonctionnalité de colonnes côte à côte">&#x3C;figcaption>&#x3C;/figcaption>&#x3C;/figure>




</code></pre>


---

# 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/columns.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.
