# Rule condition: Word count exceeds/doesn't exceed

* Check if a field, like a title, has more than a specific number of words
* Check if a field, like a title, doesn't have more than a specific number of words

Use the **word count exceeds** action to check if the number of words **exceeds** (is more than) a specific number.

Use the **word count doesn't exceed** action to check if the number of words **doesn't exceed** (is not more than) a specific number.

{% hint style="info" %}
Values are split up by whitespaces. A new line is also considered a whitespace.
{% endhint %}

|                                    |                                         |
| ---------------------------------- | --------------------------------------- |
| **Example item 1**                 | **Example item 2**                      |
| "This description has some words." | "This description also has words."      |
| This would have a word count of 5. | This would also have a word count of 5. |

[![EN\_-WORD\_COUNT-\_DEF.png](/files/76b254f3d7bd008c872c7486c6617759d11fe185)](https://helpcenter.channable.com/hc/article_attachments/360007558519)

{% hint style="info" %}
"Exceeds/doesn't exceed" is not the same as "is (not) equal to". These examples both have a word count of 5, meaning that a check for **word count exceeds 5** would not find any items, but a check for **word count exceeds 4** would find both items.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://helpcenter.channable.com/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-conditions-if-in-rules/rule-condition-word-count-exceeds-doesnt-exceed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
