> 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/instellingen/nummering/kan-ik-mijn-eigen-productnummers-gebruiken-in-onfact.md).

# Kan ik mijn eigen productnummers gebruiken in eFactori ?

Dat is mogelijk. Er zijn twee mogelijkheden:

1. Bij het [importeren van je producten](/instellingen/gegevens-importeren.md#producten) ga je ook je eigen productnummers importeren, en deze linken aan het veld 'Productnummer". De standaardwaarden in eFactori worden overschreven met jouw productnummers.
2. Je gaat de standaardnummering van de producten in eFactori zodanig bewerken dat ze overeenstemmen met jouw nummering. Om je productnummering in eFactori te bewerken, ga je als volgt aan de slag.&#x20;

Standaard zal eFactori volgende nummeringsstructuur hanteren:

![](/files/-MZDJgeq9TYgJaHlx3yL)

De nummering aanpassen doe je in de sectie 'Dagboeken'.&#x20;

1. Ga rechtsboven in eFactori naar je e-mailadres
2. Kies 'Instellingen bedrijf'
3. Kies 'Dagboeken'
4. Klik naast 'Opmaak nummering contacten en producten' op de gele knop 'Bewerken'

De nummering bestaat in de standaard opmaak uit letters (bv. 'C' voor 'Customer') en cijfers. In dit voorbeeld staan er 5 cijfers vermeld '(5)'. Je eerste klant zou er dus als volgt uitzien: C00001, gevolgd door C00002, C00003, enz.&#x20;

Naargelang je eigen wensen zijn er meerdere instellingen mogelijk. Een combinatie als 'PK-(3)' zal bijvoorbeeld een nummer 'PK-001' opleveren. Wanneer je de nummering wijzigt, zal je in het grijze venster rechts meteen een live voorbeeld van je nieuwe nummering zien.&#x20;

{% hint style="info" %}
Let op: als je reeds met eFactori werkt en tijdens het gebruik beslist om je nummering te wijzigen, zullen bv. voorgaande klanten of producten geen gewijzigde nummering krijgen. De nieuwe nummering zal enkele van toepassing zijn op klanten of producten die je hebt aangemaakt na het wijzigen van de nummeringsstructuur.&#x20;
{% endhint %}


---

# 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/instellingen/nummering/kan-ik-mijn-eigen-productnummers-gebruiken-in-onfact.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.
