> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/fr/go-to-market.md).

# Go-To-Market

Ici, vous gérez votre activité commerciale avec vos clients : vous créez des devis, vous leur facturez, vous définissez vos tarifs et vous personnalisez la manière dont vous leur présentez les ressources.&#x20;

Chaque section dispose de son démarrage rapide, de concepts, de guides pas à pas, de questions fréquentes et de détails. Commencez par ce dont vous avez besoin.

{% hint style="info" %}
C’est votre première fois ici ? Allez à « Par où commencer » ci-dessous et préparez votre activité commerciale en quelques minutes.
{% endhint %}

### Explorez Go to Market

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Devis</strong></td><td>Créez, envoyez et gérez les devis que vous proposez à vos clients.</td><td><a href="/pages/aacac0a95270f0778c9fb655d6deba2550484488">/pages/aacac0a95270f0778c9fb655d6deba2550484488</a></td></tr><tr><td><strong>Facturation des clients</strong></td><td>Facturez vos clients et contrôlez ce que vous leur facturez pour chaque service.</td><td><a href="/pages/6a44b75e66030d7b7d7c281d3657df0f08d87a23">/pages/6a44b75e66030d7b7d7c281d3657df0f08d87a23</a></td></tr><tr><td><strong>Tarifs</strong></td><td>Définissez les prix que vous appliquez à vos services et à chaque client.</td><td><a href="/pages/8eff0b83598ac654480a3dbb13a027d0be738171">/pages/8eff0b83598ac654480a3dbb13a027d0be738171</a></td></tr><tr><td><strong>Personnalisation des ressources</strong></td><td>Ajustez la manière dont les ressources et les services sont présentés à vos clients.</td><td><a href="/pages/de443f93fc9a127424f4240b7f70cb839d37670b">/pages/de443f93fc9a127424f4240b7f70cb839d37670b</a></td></tr></tbody></table>

### Par où commencer

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Créez votre premier devis</strong></td><td>Préparez et envoyez un devis à un client en quatre étapes.</td><td><a href="/pages/becd38c26c60faab92319c180092f58fc16a2855">/pages/becd38c26c60faab92319c180092f58fc16a2855</a></td></tr><tr><td><strong>Configurez vos tarifs</strong></td><td>Définissez les prix que vous appliquerez à vos services.</td><td><a href="/pages/8eff0b83598ac654480a3dbb13a027d0be738171">/pages/8eff0b83598ac654480a3dbb13a027d0be738171</a></td></tr><tr><td><strong>Émettez votre première facture</strong></td><td>Facturez un client et consultez ce qui a été facturé ce mois-ci.</td><td><a href="/pages/dc4d62962369c22a2ee0a3cf6419077d5a1deb9c">/pages/dc4d62962369c22a2ee0a3cf6419077d5a1deb9c</a></td></tr></tbody></table>

### Support

{% hint style="success" %}
Avez-vous besoin d’aide pour votre activité commerciale ? Ouvrez un ticket ou écrivez-nous sur WhatsApp depuis la section \[Support]\(../support).
{% endhint %}


---

# 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://docs.plenit.com/fr/go-to-market.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.
