# Generate variants

{% hint style="info" %}
**Introduction:** In this guide, we'll explore how to generate variants of your ads. This feature is already included in Clickable. By using this prompt template, you can easily create variants depending on your input.
{% endhint %}

## Step-by-step guide

1. If you have a current project, you can easily create variants on the ads. Even with just one row you can get multiple ad variants by using the built in feature called \[Generate variant]. Right click on the row you would like to generate variants on. Click on the light orange button \[X rows selected] and then click on \[Generate variant].

* Remember to protect the columns you want to keep unchanged before generating variants.
* Experiment with different instructions to get the best results.
* Keep in mind that the AI-generated variants may not always be perfect, so always review them before using them.

3. Right click on \[Run prompt] in your cell to re-evaluate the cells to get even more variations on ads.

<div align="center"><figure><img src="/files/D4kJR0NfPwk1Y8FuoHYm" alt=""><figcaption><p>Pop-up for generate variants.</p></figcaption></figure></div>


---

# 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://docs.clickable.so/instructions/generate-variants.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.
