> For the complete documentation index, see [llms.txt](https://documentatie.onfact.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentatie.onfact.be/onfact.nl/overige-functies/tags.md).

# Tags

Als je tags gaat gebruiken in je tekst, worden deze tags dynamisch vervangen door de corresponderende waarde van het document. Voorbeeld:

*"Uit onze administratie blijkt dat onze factuur met factuurnummer **%document\_number%** op naam van **%customer\_name%** t.a.v. **%contact\_name%** ondanks het verstrijken van de betalingstermijn tot op heden niet betaald is. Wellicht is de factuur aan uw aandacht ontsnapt. Wij verzoeken u het verschuldigde bedrag, **%total\_amount\_incl%**, alsnog zo spoedig mogelijk, doch uiterlijk binnen de **%term%** dagen, over te maken op onze bankrekening **%iban%** onder vermelding van het factuurnummer."*

*"Uit onze administratie blijkt dat onze factuur met factuurnummer **F2021003** op naam van **De Rijcke H.O.** t.a.v. **Leslie Mertens** ondanks het verstrijken van de betalingstermijn tot op heden niet betaald is. Wellicht is de factuur aan uw aandacht ontsnapt. Wij verzoeken u het verschuldigde bedrag, **€ 110,23**, alsnog zo spoedig mogelijk, doch uiterlijk binnen de **7** dagen, over te maken op onze bankrekening **NL56 INGB 0123456789** onder vermelding van het factuurnummer."*

De beschikbare tags in [onFact](https://www.onfact.nl) worden hieronder opgelijst:

| Tag                                                   | Info                                         |
| ----------------------------------------------------- | -------------------------------------------- |
| %number%                                              | Volgnummer                                   |
| %company\_name%                                       | Uw bedrijfsnaam                              |
| %iban%                                                | Uw IBAN nummer                               |
| %bic%                                                 | Uw BIC code                                  |
| %customer\_number%                                    | Klantnummer                                  |
| %customer\_name%                                      | Klantnaam                                    |
| %contact\_name%                                       | Naam contactpersoon indien beschikbaar       |
| %document\_number%                                    | Volgnummer                                   |
| %document\_date%                                      | Datum document                               |
| %total\_amoun&#x74;*\_*&#x65;xcl%                     | Totaalbedrag excl. btw                       |
| %total\_amoun&#x74;*\_*&#x69;ncl%                     | Totaalbedrag incl. btw                       |
| %total\_amoun&#x74;*\_*&#x74;o\_b&#x65;*\_*&#x70;aid% | Totaalbedrag te betalen                      |
| %term%                                                | Betaaltermijn in dagen                       |
| %expiration\_date%                                    | Vervaldatum                                  |
| %financial\_discount%                                 | Financieel kortingspercentage                |
| %financial\_discoun&#x74;*\_*&#x64;ate%               | Uiterste betaaldatum voor financiële korting |
| %total\_amount\_incl\_with\_financial\_discount%      | Totaalbedrag incl. btw en financiële korting |
| %link%                                                | Link naar het online document                |
| %payment\_button%                                     | Betaalknop                                   |
| %sign\_button%                                        | Knop om het document online te ondertekenen  |
| %customer\_street%                                    | Straat klant                                 |
| %customer\_street\_number%                            | Huisnummer klant                             |
| %customer\_city\_code%                                | Postcode klant                               |
| %customer\_city%                                      | Stad klant                                   |
| %customer\_email%                                     | E-mailadres klant                            |
| %customer\_phone%                                     | Telefoonnummer klant                         |
| %customer\_gsm%                                       | GSM-nummer klant                             |
| %customer\_fax%                                       | Faxnummer klant                              |
| %customer\_website%                                   | Website klant                                |
| %customer\_country\_id%                               | Land 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:

```
GET https://documentatie.onfact.be/onfact.nl/overige-functies/tags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
