> 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/algemeen/kenmerken-en-tags.md).

# Kenmerken en Tags

### Kenmerken

Voor Artikelen, Relaties en Machines kun je eigen kenmerken aanmaken. Maar er zijn ook standaard kenmerken. Een kenmerk voor een machine is bijvoorbeeld de brandstof die het gebruikt, zoals in de afbeelding hieronder.&#x20;

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

### Tags

Aan veel items in Powerall Online kun je zogenaamde 'tags' koppelen. Een tag is niet meer dan een labeltje waarmee je bepaalde dingen bij elkaar kunt houden. In de overzichtsschermen kun je filteren op items met (of zonder) een bepaalde tag.&#x20;

Hoe je dit inzet is helemaal aan jezelf, maar er zijn natuurlijk een aantal handige voorbeelden te bedenken. Zo kun je een tag 'Winterbeurt' koppelen aan alle werkbonnen die je in het kader van de winterbeurt hebt aangemaakt, of een tag 'Loonwerker' aan alle loonwerkers. Door meerdere tags te combineren kun je gemakkelijk eigen doorsnedes maken.

Om een tag te maken ga je naar het item waaraan je de tag wilt koppelen (bijvoorbeeld een relatie) en klik je op 'Tag toevoegen'. Hier kun je kiezen uit al bestaande tags of gelijk een nieuwe tag definiëren.


---

# 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/algemeen/kenmerken-en-tags.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.
