> For the complete documentation index, see [llms.txt](https://documentatie.efactori.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentatie.efactori.be/overige-functies/mobiel-gebruik/hoe-kan-ik-een-foto-uploaden-van-een-aankoopdocument.md).

# Hoe kan ik een foto uploaden van een aankoopdocument?

Als je eFactori gebruikt via smartphone of tablet (een toestel met een camera), kan je een foto nemen van een aankoopdocument en deze meteen doorsturen naar je verwerklijst.&#x20;

{% hint style="info" %}
Meer info over aankopen en de verwerking ervan in eFactori, [vind je hier](/overige-functies/verwerklijsten.md#inbox-inkomende-aankoopdocumenten).
{% endhint %}

Als je eFactori mobiel opent, verschijnt er bovenaan een afbeelding van een fotocamera (naast de meldingen).&#x20;

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

Als je op de camera klikt, vraagt hij om ofwel een afbeelding te selecteren vanuit je fotobibliotheek (bv. een foto van een bonnetje die je eerder al maakte), of rechtstreeks een nieuwe foto te maken ('Maak foto').&#x20;

<figure><img src="/files/0f2u1PlSGBKQoHY3glh2" alt=""><figcaption></figcaption></figure>

Klik je op de optie 'Maak foto', dan zal de camera op je telefoon zich openen en kan je een foto nemen van een bonnetje of document. Als de foto gemaakt is, wordt deze meteen geüpload naar eFactori. Als de upload gelukt is, zie je een bevestigingscherm en de verwerklijst.

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

In de verwerklijst zie je nu de afbeelding staan als inkomend aankoopdocument. Van daaruit kan het bestand verder verwerkt worden.&#x20;

![](/files/-MjTtEfEOXs9yw-b4bZT)


---

# 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://documentatie.efactori.be/overige-functies/mobiel-gebruik/hoe-kan-ik-een-foto-uploaden-van-een-aankoopdocument.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.
