> For the complete documentation index, see [llms.txt](https://knowledge.plutus.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.plutus.be/odoo-handleidingen/boekhouding/verkoopfacturen/verkoopfacturen-verzenden.md).

# Verkoopfacturen verzenden

## Stap 1 - Verzendopties & e-mailsjabloon

Nadat je de factuur hebt bevestigd, kan je deze doorsturen naar je klant.\
Klik hiervoor op de knop "**Verzenden"**.

<div align="left"><figure><img src="/files/QeCbNE5yHeomfADK2mhd" alt=""><figcaption></figcaption></figure></div>

### Verzendmethodes

De factuur kan op verschillende manieren verzonden worden. \
Voor verzendingen via [PEPPOL](/odoo-handleidingen/boekhouding/peppol.md), kan je best de opties "per e-mail" en "met Peppol" aanvinken.

{% hint style="info" %}
**Open text editor**

Dankzij de tekst-editor kan je de inhoud van je mail naar eigen wensen aanpassen en personaliseren.
{% endhint %}

<div align="left"><figure><img src="/files/8dZlocchuwNiShJtRwUr" alt=""><figcaption></figcaption></figure></div>

## Stap 2 - Bijlagen toevoegen (optioneel)

Wil je graag bijkomende bijlagen toevoegen aan je mail (bv. timesheets of extra info)? \
Geen probleem, klik op het paperclip-icoontje om extra documenten en bestanden toe te voegen.

## Stap 3 - Factuur verzenden

Klik op de knop '**Verzenden'** om de factuur door te sturen naar je klant.


---

# 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://knowledge.plutus.be/odoo-handleidingen/boekhouding/verkoopfacturen/verkoopfacturen-verzenden.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.
