> For the complete documentation index, see [llms.txt](https://docs.fairville.be/cirklo-handleiding-voor-handelaars/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairville.be/cirklo-handleiding-voor-handelaars/hoe-werkt-het/portefeuille.md).

# Portefeuille

**Welkom!**\
Wanneer je de handelaarsapplicatie voor het eerst opent, kom je terecht in de **'Portefeuille'.** In het begin zal deze lijst leeg zijn, maar maak je geen zorgen. Zodra je begint met het scannen van bonnen of bucks, worden deze automatisch in de lijst weergegeven. Als een bon succesvol is ingewisseld, verschijnt de naam van het soort bon samen met het afgenomen bedrag in jouw lijst.

<p align="center"><img src="/files/oI57ZF5Z8P0NY9GByRQB" alt="" data-size="original"></p>

<details>

<summary><strong>Bonnen scannen</strong></summary>

Om een QR-code te scannen, klik je op '**Scan QR'**. Je krijgt dan een nieuw scherm te zien waarin je de QR-code kunt scannen. Zorg ervoor dat de code goed zichtbaar is voor een nauwkeurige scan. Als de QR-code niet goed leesbaar is, heb je de mogelijkheid om de code handmatig in te voeren.&#x20;

Let er hierbij op dat je het cijfer '0' en de letter 'O' niet door elkaar haalt.\
Nadat je de code handmatig heb ingegeven, druk je op **'Ga verder'**

<img src="/files/oI57ZF5Z8P0NY9GByRQB" alt="" data-size="original"><img src="/files/Yy2P3zzN59rngPpzPSd4" alt="" data-size="original">

**Bedrag ingeven**\
Tenslotte vul je het te betalen bedrag in en klik je op **'Bevestig'.** Klik nogmaals op **'Bevestig'** om de betaling te laten doorgaan.

<img src="/files/EzwJ55xJ4GHjSVmLERsz" alt="" data-size="original"><img src="/files/ahz6uYdG0bPFevrqW8Ul" alt="" data-size="original">

<img src="/files/7EEgd4FgHSYFt8sSbfPN" alt="" data-size="original"><img src="/files/mYIOwczvjfdBmUMyKvC5" alt="" data-size="original">

</details>

<details>

<summary><strong>Mijn ontvangsten</strong></summary>

**Status van gescande bonnen**\
Als een bon succesvol is ingewisseld, verschijnt de naam van het soort bon samen met het afgenomen bedrag in jouw lijst. Dit geeft aan dat de bon correct is verwerkt en dat de waarde in jouw portefeuille is opgenomen.

<img src="/files/l0b4E9VOl8KcWztqqdLd" alt="" data-size="original">

</details>

<details>

<summary><strong>Mijn uitbetalingen</strong></summary>

**Saldo en uitbetalingsgeschiedenis** \
In de tabel met uitbetalingen kun je eenvoudig zien hoeveel geld je momenteel op je Otzy portefeuille hebt staan. Het saldo zal toenemen naarmate je meer bonnen scant. Dit saldo wordt automatisch overgemaakt naar jouw bankrekening die je hebt opgegeven tijdens de registratie. \
**De uitbetaling gebeurt op wekelijkse basis.**

**Transacties bekijken**\
Je kunt de volledige geschiedenis van de uitbetalingen bekijken door simpelweg naar beneden te scrollen in de app.&#x20;

**Let op:** een negatief getal in de tabel betekent niet dat je een tekort hebt, maar geeft aan dat het betreffende bedrag van je Otzy portefeuille is overgeschreven naar jouw bankrekening.

<img src="/files/eW6nbhjhEjUZYd4AQ9d3" alt="" data-size="original"><img src="/files/74r9Cjc4tvpPGewlYTeQ" alt="" data-size="original">

</details>


---

# 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://docs.fairville.be/cirklo-handleiding-voor-handelaars/hoe-werkt-het/portefeuille.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.
