> 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/comptabilite-comptabilite.md).

# Comptabilité

Saisir, contrôler, déclarer et clôturer

Tenez votre comptabilité de bout en bout : saisir les écritures, les contrôler, produire vos déclarations et clôturer l'exercice.

## Que voulez-vous faire ?

| Vous voulez…                                       | Allez à                                                                                                                            |
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| déclarer la TVA                                    | [Faire sa déclaration de TVA](https://docs.dailybiz.com/index/comment-faire/tenir-sa-comptabilite/faire-sa-declaration-de-tva)     |
| transmettre vos écritures à votre expert-comptable | [Exporter ses écritures (FEC)](https://docs.dailybiz.com/index/comment-faire/tenir-sa-comptabilite/exporter-ses-ecritures-fec)     |
| solder ce qui a été payé sur un compte             | [Lettrer un compte](https://docs.dailybiz.com/index/comment-faire/tenir-sa-comptabilite/lettrer-un-compte)                         |
| pointer un relevé bancaire                         | [Rapprocher un relevé bancaire](https://docs.dailybiz.com/index/comment-faire/tenir-sa-comptabilite/rapprocher-un-releve-bancaire) |
| fermer l'exercice                                  | [Clôturer un exercice](https://docs.dailybiz.com/index/comment-faire/tenir-sa-comptabilite/cloturer-un-exercice)                   |
| saisir des écritures                               | [Saisie d'écritures](https://docs.dailybiz.com/index/comptabilite-comptabilite/saisie-decritures)                                  |
| retrouver une écriture ou un solde                 | [Consultations & recherches](https://docs.dailybiz.com/index/comptabilite-comptabilite/consultations-and-recherches)               |
| sortir un bilan, un grand livre, une balance       | [Editions](https://docs.dailybiz.com/index/comptabilite-comptabilite/editions)                                                     |

{% hint style="info" %}
**Vous ne trouvez pas ?** Utilisez la recherche avec vos propres mots — « qui me doit de l'argent », « écriture en double », « changer d'exercice ». Elle vous mènera à l'article, pas au nom de l'écran.
{% endhint %}

Les sections ci-dessous décrivent les écrans du module, écran par écran.


---

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