> For the complete documentation index, see [llms.txt](https://documentation.factures.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.factures.com/documents/factures/marquer-une-facture-comme-payee.md).

# Marquer une facture comme payée

Vous avez deux méthodes principales pour marquer une facture comme payée :

**1. Avec la Réconciliation Bancaire**

* Dans la barre de menu à gauche de votre écran, allez dans “Réconciliations”.

<figure><img src="/files/A0Tq3X33hP8PMTVW5lD9" alt=""><figcaption></figcaption></figure>

* Le système a préparé des correspondances entre les paiements reçus et les documents émis. Vous devez alors valider les propositions du système. La facture passera alors au statut “payé”.

<br>

**2. Sans Réconciliation Bancaire**

* Dans la barre de menu à gauche de votre écran, allez dans “Factures”.
* Filtrez votre recherche en cliquant sur “Envoyé”. Cela affichera uniquement les factures envoyées mais non encore marquées comme payées.

<figure><img src="/files/uF3wytulacMp1RWtuOT8" alt=""><figcaption></figcaption></figure>

* À l’aide de vos relevés bancaires, recherchez les paiements reçus.
* Pour valider le paiement d’une facture, cliquez sur les trois petits points à côté de la facture concernée et sélectionnez “Marquer comme payée”.

<figure><img src="/files/romff7vNaNej7kz9yrBD" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.factures.com/documents/factures/marquer-une-facture-comme-payee.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.
