> 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/marketplace-pakketten-en-power-ups/power-ups/objectbeheer/maak-en-beheer-resources/maak-een-resource-aan.md).

# Maak een resource aan

Maak een resource aan wanneer u interne apparatuur wilt registreren voor planning.

{% stepper %}
{% step %}

### Open het resourceoverzicht

Ga naar het BackOffice-gedeelte waar resources worden beheerd.
{% endstep %}

{% step %}

### Start een nieuwe resource

Klik op **Toevoegen**.
{% endstep %}

{% step %}

### Vul de belangrijkste gegevens in

Voeg de code, beschrijving en andere basisgegevens van de apparatuur toe.

Voorbeelden zijn merk, model en serienummer.
{% endstep %}

{% step %}

### Markeer het als een interne resource

Schakel de optie voor interne resource in.

Dit houdt de registratie intern.
{% endstep %}

{% step %}

### Kies een categorie

Selecteer een resourcecategorie als u de resource wilt plannen in het Planbord.
{% endstep %}

{% step %}

### Voeg optionele instellingen toe

Stel tarieven, minimale boekingstijd, magazijndetails of vrije velden in indien nodig.
{% endstep %}

{% step %}

### Sla de resource op

Sla de registratie op zodat deze beschikbaar wordt.
{% endstep %}
{% endstepper %}

### Veelgestelde vragen

<details>

<summary>Moet ik elk veld invullen?</summary>

Nee.

Voeg alleen de velden toe die u nodig hebt voor uw proces.

</details>

<details>

<summary>Kan ik een resource plannen zonder categorie?</summary>

Meestal niet.

Een categorie houdt het Planbord gestructureerd.

</details>

<details>

<summary>Kan een resource tarieven hebben?</summary>

Ja.

U kunt tariefvelden toevoegen voor gebruiksafhankelijke facturering.

</details>

### Gerelateerde onderwerpen

* [**Maak resourcecategorieën aan**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/objectbeheer/maak-en-beheer-resources/maak-resourcecategorieen-aan.md)
* [**Configureer resourcetarieven**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/objectbeheer/maak-en-beheer-resources/configureer-resourcetarieven.md)
* [**Gebruik resources in het Planbord**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/objectbeheer/maak-en-beheer-resources/gebruik-resources-in-het-planbord.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/marketplace-pakketten-en-power-ups/power-ups/objectbeheer/maak-en-beheer-resources/maak-een-resource-aan.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.
