> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/artikelen-en-materialen/gebruik-subartikelen-en-hoofdartikelen.md).

# Gebruik subartikelen en hoofdartikelen

Gebruik subartikelen wanneer één artikel meestal samen met een ander wordt gebruikt.

Dit helpt je complete Materiaalsets sneller te registreren.

{% stepper %}
{% step %}

### Open het bovenliggende artikel

Ga naar **Artikelen**.

Open het artikel dat als bovenliggend artikel moet dienen.
{% endstep %}

{% step %}

### Open de sectie voor subartikelen

Ga naar de **Subartikel** sectie van het artikel.
{% endstep %}

{% step %}

### Voeg een gekoppeld artikel toe

Klik op **Toevoegen**.

Selecteer het artikel dat als subartikel moet worden toegevoegd.
{% endstep %}

{% step %}

### Kies het aantalstype

Selecteer een van de volgende opties:

* **Vaste hoeveelheid**
* **Variabel op basis van het aantal van het bovenliggende artikel**
  {% endstep %}

{% step %}

### Stel zichtbaarheid en facturering in

Kies of het subartikel moet worden **Zichtbaar** en **Factureerbaar**.

Sla de opzet daarna op.
{% endstep %}
{% endstepper %}

### Wanneer subartikelen nuttig zijn

Gebruik ze voor combinaties zoals:

* een armatuur met een bijpassend accessoire
* een apparaat met installatie Materiaal
* een hoofdonderdeel met verbruiksartikelen

### Veelgestelde vragen

<details>

<summary>Wat is het verschil tussen vaste en variabele hoeveelheid?</summary>

**Vaste hoeveelheid** voegt altijd hetzelfde aantal toe.

**Variabel** schaalt mee met de hoeveelheid van het bovenliggende artikel.

</details>

<details>

<summary>Werken subartikelen alleen op Werkbonnen?</summary>

Nee.

Je kunt ze ook gebruiken in Offertes en Facturen.

</details>

<details>

<summary>Kunnen subartikelen automatisch worden toegevoegd?</summary>

Ja.

Dat hangt af van je Werkbon Instellingen.

</details>

### Gerelateerde onderwerpen

* [**Een artikel maken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/artikelen-en-materialen/maak-een-artikel.md)
* [**Werkbonnen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/werkbonnen.md)
* [**Artikelen en materialen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/artikelen-en-materialen.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/artikelen-en-materialen/gebruik-subartikelen-en-hoofdartikelen.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.
