> For the complete documentation index, see [llms.txt](https://docs-convai.wavy.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-convai.wavy.global/understanding-users/expression-generator.md).

# Expression generator

We want to make it easier to quickly generate a lot of expressions, by switfly adding synonyms for the different parts of the expression.

![](/files/-MFgEC-yLYNujYibDVmE)

To use the expression generator, add an expression in the input field. Select one or several words and choose en entity type if they're entities or add alternatives by clicking the `Add Synonym` button.

Make sure you choose the intent you want to add the new expressions to in the top right of the screen.

![](/files/-MFgEC-ze2x1xf8g-Y1c)

After defining parts of the expression as synonyms you can enter alternatives in the input fields. Fill in a synonym and press enter to confirm. The expression generator will combine these synonyms to generate all possible combinations:

![](/files/-MFgEC0-kyN_nGP4ZiPP)

If the results are valid sentences, you can add the expressions to the intent you have selected on top of the page.

![](/files/-MFgEC00LU6n958tQT_L)


---

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

```
GET https://docs-convai.wavy.global/understanding-users/expression-generator.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.
