> For the complete documentation index, see [llms.txt](https://docs.powerall.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerall.app/onderdelen/leveranciers/catalogi.md).

# Catalogi

Een catalogus in Powerall is een externe bibliotheek met producten die door een leverancier beschikbaar wordt gesteld. In plaats van duizenden artikelen handmatig in te voeren, gebruik je een catalogus als bron. Zo houd je jouw eigen artikelbestand schoon en compact, terwijl je toch toegang hebt tot het volledige assortiment van je leverancier.

#### Catalogus Browser

Met de Catalogus Browser zoek je razendsnel door tienduizenden producten, zonder dat deze in je eigen voorraadlijst staan. Heb je een onderdeel nodig dat je nog nooit eerder hebt verkocht? Zoek het op in de browser, bekijk de afbeeldingen en specificaties, en voeg het met één klik toe aan een werkbon of verkooporder. Powerall maakt dan op de achtergrond direct het artikel voor je aan met de juiste gegevens.

#### Versiebeheer en updates

Productinformatie en prijzen wijzigen continu. Powerall houdt dit voor je in de gaten. Bij elke catalogus zie je direct of er een update beschikbaar is. Wanneer je een update uitvoert, worden nieuwe producten toegevoegd, vervallen artikelen gemarkeerd en prijsvoordelen direct doorgevoerd. Zo werk je nooit met verouderde informatie.

#### Omzetgroepen en automatisering

Per catalogus kun je vooraf instellen in welke omzetgroep nieuwe artikelen standaard moeten vallen. Dit betekent dat zelfs als je een nieuw product uit de catalogus verkoopt, de financiële afwikkeling direct goed staat in je boekhouding.


---

# 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.powerall.app/onderdelen/leveranciers/catalogi.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.
