> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/get-started-nl/aan-de-slag/velden-in-channable/typen-velden-in-channable.md).

# Typen velden in Channable

### Velden importeren

Importvelden zijn de velden die Channable vindt in je productdata. Deze velden bevatten informatie over je producten, zoals hun beschrijvingen, prijzen en categorieën. Je importvelden kunnen andere namen hebben dan de projectvelden van Channable.

### Projectvelden

Projectvelden zijn gestandaardiseerde velden in Channable. We gebruiken deze velden om je productdata te ordenen, zodat die aansluit bij wat kanalen verwachten. In **Setup > Import > \[je import] > Wijzig mapping**, moet je je importvelden mappen op de projectvelden van Channable.

{% hint style="success" %}
**Tip:** Meer informatie over [hoe Channable import- en projectvelden beheert](/get-started/get-started-nl/aan-de-slag/velden-in-channable/veld-mapping-in-channable.md).
{% endhint %}

Er zijn verschillende typen projectvelden:

#### Tekstvelden

* Voor woorden en woordgroepen zoals producttitels en beschrijvingen
* Voorbeelden: titel, beschrijving

#### Getalvelden

* Voor numerieke waarden zoals prijzen en aantallen
* Voorbeelden: prijs, voorraad

#### datum en tijdvelden

* Voor tijd en planningsinformatie
* Voorbeelden: sale\_start\_datum, availability\_datum

{% hint style="success" %}
**Tip:** Meer informatie over hoe Naar [gebruik datum en tijdvelden](/import-data/import-data-nl/importconcepten/importvelden/gebruik-een-datumveld-in-de-import-mapping.md) in imports.
{% endhint %}

#### GTIN (Global Trade Item Getal)-velden

* Voor het identificeren van producten
* Voorbeelden: GTIN, EAN, UPC, ISBN

#### Object-velden

* Voor geneste data zoals JSON/XML
* Voorbeelden: variaties, attributen


---

# 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://helpcenter.channable.com/get-started/get-started-nl/aan-de-slag/velden-in-channable/typen-velden-in-channable.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.
