> 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/manage-improve-product-data/manage-product-and-improve-data-nl/regels-bulksgewijs-bewerken-en-verrijken/acties-dan-gebruiken-in-regels/regelactie-maximale-lengte.md).

# Regelactie: maximale lengte

### Use cases

{% hint style="info" %}
Producttitels inkorten

Gebruik de **maximale lengte** actie om de lengte van waarden in je productgegevens te verkorten/af te kappen. Sommige kanalen, zoals Google Ads en Marktplaats, eisen dat velden zoals "title" een tekenlimiet hebben.
{% endhint %}

### Producttitels inkorten (tot 30 tekens)

Met **maximale lengte**, kun je de titel afkappen op 30 tekens zodat elke titel binnen de maximale lengte van het exportkanaal past.

{% stepper %}
{% step %}

### Voeg een regel toe met de Actie Maximum length

* Maak of bewerk een regel waarin je de producttitel wilt inkorten.
* Voeg een THEN-actie toe en kies de **Maximum length** actie.
  {% endstep %}

{% step %}

### Configureer de maximale lengte

* Stel de maximale lengte in op 30 tekens (of de limiet die jouw kanaal vereist).
* Kies hoe de tekst moet worden afgekapt:
  * Trim directly: kap de titel direct af na 30 tekens.
  * Trim on words: kap de titel af na het laatste volledige woord dat binnen de limiet van 30 tekens past.
    {% endstep %}

{% step %}

### Resultaat

De THEN- (en AND-) statements leveren de ingekorte titels op volgens jouw configuratie.
{% endstep %}
{% endstepper %}

Afbeeldingen die de configuratie en de resulterende ingekorte titels tonen:

<figure><img src="/files/bcecde46fae38cb0b355a8f1f1342574ed006f92" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/495b4b4bbce2a2bfed56775a63c2534c37be1ab0" alt=""><figcaption></figcaption></figure>


---

# 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/manage-improve-product-data/manage-product-and-improve-data-nl/regels-bulksgewijs-bewerken-en-verrijken/acties-dan-gebruiken-in-regels/regelactie-maximale-lengte.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.
