> For the complete documentation index, see [llms.txt](https://efactori.gitbook.io/efactori.be-fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://efactori.gitbook.io/efactori.be-fr/af.md).

# AUTRES FONCTIONS

- [PEPPOL](https://efactori.gitbook.io/efactori.be-fr/af/peppol.md)
- [Inscription et vérification PEPPOL](https://efactori.gitbook.io/efactori.be-fr/af/peppol/inscription-et-verification-peppol.md)
- [Envoyer via PEPPOL](https://efactori.gitbook.io/efactori.be-fr/af/peppol/envoyer-via-peppol.md)
- [Réception via PEPPOL](https://efactori.gitbook.io/efactori.be-fr/af/peppol/reception-via-peppol.md)
- [Questions fréquentes sur Peppol](https://efactori.gitbook.io/efactori.be-fr/af/peppol/questions-frequentes-sur-peppol.md)
- [API](https://efactori.gitbook.io/efactori.be-fr/af/api.md)
- [Rechercher le numéro de TVA](https://efactori.gitbook.io/efactori.be-fr/af/rechercher-le-numero-de-tva.md)
- [Signature en ligne](https://efactori.gitbook.io/efactori.be-fr/af/signature-en-ligne.md)
- [Balises](https://efactori.gitbook.io/efactori.be-fr/af/balises.md)
- [Comment placer une communication structurée sur mes documents ?](https://efactori.gitbook.io/efactori.be-fr/af/balises/comment-placer-une-communication-structuree-sur-mes-documents.md)
- [Exportation des données](https://efactori.gitbook.io/efactori.be-fr/af/exportation-des-donnees.md)
- [Envoi par courriel](https://efactori.gitbook.io/efactori.be-fr/af/envoi-par-courriel.md)
- [Envoi par courrier postal](https://efactori.gitbook.io/efactori.be-fr/af/envoi-par-courrier-postale.md)
- [Envoi par PEPPOL](https://efactori.gitbook.io/efactori.be-fr/af/envoi-par-peppol.md)
- [Filtres](https://efactori.gitbook.io/efactori.be-fr/af/filtres.md)
- [Listes de traitement](https://efactori.gitbook.io/efactori.be-fr/af/listes-de-traitement.md)
- [Rapports](https://efactori.gitbook.io/efactori.be-fr/af/rapports.md)
- [Utilisation mobile](https://efactori.gitbook.io/efactori.be-fr/af/utilisation-mobile.md)
- [Comment télécharger une photo d'un document d'achat?](https://efactori.gitbook.io/efactori.be-fr/af/utilisation-mobile/comment-telecharger-une-photo-dun-document-dachat.md)
- [Comment ajouter un raccourci à mon écran d'accueil ?](https://efactori.gitbook.io/efactori.be-fr/af/utilisation-mobile/comment-ajouter-un-raccourci-a-mon-ecran-daccueil.md)


---

# 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://efactori.gitbook.io/efactori.be-fr/af.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.
