> 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/garage/modules/car-pass.md).

# Car-Pass

Garagebedrijven zijn wettelijk verplicht om de huidige kilometerstand van een voertuig door te geven aan de vzw [Car-Pass](https://www.car-pass.be/nl/), wanneer ze werken uitvoeren aan het voertuig. Die tellerstand wordt per chassisnummer opgeslagen in de Car-Pass databank en weergegeven op het Car-Pass document. Via de Car-Pass koppeling in onFact kan je meteen de kilometerstanden van je voertuigen doorsturen, en ook de omschrijving van de uitgevoerde werken.&#x20;

## Car-Pass koppeling activeren en configureren

Om de koppeling in onFact te kunnen gebruiken moet je deze eerst activeren.&#x20;

1. Ga rechtsboven naar je e-mailadres en klik er op om het menu te openen.
2. Ga naar 'Apps en koppelingen'.&#x20;
3. Bij de apps en koppelingen m.b.t. Garage kies je 'Car-Pass'; klik op de groene knop 'Activeren'.&#x20;
4. Zodra de module geactiveerd is, verschijnt de gele knop 'Configureren'.&#x20;

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

De configuratie zorgt er voor dat je je onFact-account aan je Car-Pass account koppelt.

* Btw-nr gekend bij CarPass: het btw-nummer dat ook gekend is bij Car-Pass (= doorgaans je eigen btw-nummer - dit wordt opgehaald uit je 'Bedrijfsinformatie')
* Car-Pass code: vul hier de code in die je ontvangt bij je registratie bij Car-Pass.
* E-mailadres Car-Pass: het e-mailadres waarmee je je hebt geregistreerd bij Car-Pass (= doorgaans je eigen bedrijfse-mailadres - dit wordt opgehaald uit je 'Bedrijfsinformatie')
* Paswoord Car-Pass: het paswoord van je Car-Pass account.

Klik op 'Opslaan' om de koppeling te activeren.&#x20;

## Gegevens doorsturen naar Car-Pass

Je kan de kilometerstanden en werkzaamheden vanuit verschillende onFact-plaatsen doorsturen naar Car-Pass. Klik daarvoor altijd op de gele knop 'Kilometerstand doorsturen'.&#x20;

#### Vanuit een voertuigfiche

Vanuit de voertuigfiche ('Voertuigen' en 'Stockvoertuigen') kan je een ingevoerde kilometerstand doorsturen.&#x20;

<figure><img src="/files/9rpeAPeR0vuxW5m9qm8f" alt=""><figcaption></figcaption></figure>

#### Vanuit het btw-register

Als voor het ingeschreven voertuig in het btw-register nog geen kilometerstand werd doorgestuurd, is dit aangegeven op de voertuiglijn met een gele actieknop om de kilometerstand nog door te sturen naar Car-Pass.&#x20;

<figure><img src="/files/1A0TvnztnzzYmicOioQI" alt=""><figcaption></figcaption></figure>

### Overzicht door te sturen gegevens

Als je gegevens wil doorsturen, opent er een pop-upvenster:&#x20;

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

De kilometerstand uit onFact wordt vooraf ingevuld, alsook het chassisnummer van de wagen. Selecteer het type van de werkzaamheden en vink per onderdeel de acties aan die je hebt uitgevoerd (bv. 'Vervangen/monteren -> Waterpomp'). Naast het doorsturen van de kilometerstand moet je immers ook een omschrijving van de uitgevoerde werken verzenden.&#x20;

## Controle 'Voertuig uitschrijven'

Bij uitschrijven van een voertuig uit het btw-register, wordt gecontroleerd of er minstens één doorstuuractie naar Car-Pass werd uitgevoerd. Om te vermijden dat dit zou vergeten worden, toont onFact een pop-up om je aan de verzending te herinneren.&#x20;

<figure><img src="/files/4xAx4GsjYv9BPEwr1y2V" alt=""><figcaption></figcaption></figure>


---

# 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.onfact.be/garage/modules/car-pass.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.
