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

# Comment faire

Cette aide est organisée **par tâche** : cherchez ce que vous voulez faire (« facturer un client », « relancer un impayé », « livrer une commande ») plutôt que le nom d'un écran.

## Par où commencer

| Vous…                     | Allez à                                                                                                                                                                                                                                                         |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| découvrez Dailybiz        | [Les actions communes à toutes les pièces](https://docs.dailybiz.com/index/comment-faire/les-bases/les-actions-communes-a-toutes-les-pieces) — les gestes valables partout                                                                                      |
| voulez adapter vos listes | [Personnaliser l'affichage des listes](https://docs.dailybiz.com/index/comment-faire/les-bases/personnaliser-laffichage-des-listes-les-vues) — choisir vos colonnes, créer des vues                                                                             |
| vendez et facturez        | [Le parcours de vente](https://docs.dailybiz.com/index/comment-faire/vendre-et-facturer/le-parcours-de-vente) — du devis à l'encaissement                                                                                                                       |
| tenez la comptabilité     | [Faire sa déclaration de TVA](https://docs.dailybiz.com/index/comment-faire/tenir-sa-comptabilite/faire-sa-declaration-de-tva) · [Exporter ses écritures (FEC)](https://docs.dailybiz.com/index/comment-faire/tenir-sa-comptabilite/exporter-ses-ecritures-fec) |
| gérez les accès           | [Gérer les droits des utilisateurs](https://docs.dailybiz.com/index/comment-faire/gerer-les-acces/gerer-les-droits-des-utilisateurs)                                                                                                                            |

## Utiliser la recherche

La recherche fonctionne avec **vos mots**, pas seulement les libellés du logiciel. « Rembourser un client » vous mène à l'article sur les avoirs, « voir ce qu'on me doit » au suivi des impayés.

Si vous ne trouvez pas, essayez le terme affiché à l'écran (le nom du bouton, le titre de la colonne).


---

# 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.dailybiz.com/index/comment-faire.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.
