# Criteria Options

<table><thead><tr><th width="197"></th><th>Definition</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>For text</strong></td><td></td><td></td></tr><tr><td>Contain</td><td>Check the criteria if it contains the string you have specified anywhere in the value</td><td></td></tr><tr><td>Not contain</td><td>Check the criteria if it DOES NOT contain the string you have specified anywhere in the value</td><td></td></tr><tr><td>Start with</td><td>Check to see if the value specified appears at the beginning of the chosen criteria</td><td></td></tr><tr><td>End with</td><td>Check to see if the value specified appears at the end of the chosen criteria</td><td></td></tr><tr><td>In set</td><td>Check the criteria if it matches exactly any of the comma-separated list of values. The field accepts a comma separated list of potential values.</td><td></td></tr><tr><td>Not in set</td><td>Check the criteria if it DOES NOT exactly match any of the comma-separated list of values. The field accepts a comma separated list of potential values.</td><td></td></tr><tr><td><strong>For value</strong></td><td></td><td></td></tr><tr><td>In Set</td><td>Check the value if it matches exactly any of the comma-separated list of values. The field accepts a comma separated list of potential values.</td><td></td></tr><tr><td>Not In Set</td><td>Check the value if it DOES NOT match exactly any of the comma-separated list of values. The field accepts a comma separated list of potential values.</td><td></td></tr></tbody></table>


---

# 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://autotags-omega.gitbook.io/auto-tags-documents/definition-of-conditions/criteria-options.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.
