# AI Agent: Wheel Design Creator

The **Wheel Design** agent creates a skin for your "Spin the Wheel" minigame.

{% embed url="<https://vimeo.com/1162115683>" %}

This agent knows all the details of the Spin the Wheel game and can create the needed graphical elements based on your requirements or reference image.

How to use it:

1. Write your styling requirements to the agent and attach a reference image of the style you want applied.
2. See the result of the created wheel, switch through the different sector numbers, and mobile/desktop versions. If you don't like specific images, go to the "Resource" section and use "Re-generate."
3. When you are happy with the results, click "Publish" to create a template for the mini-game.
4. Go to the Mini-game section, create a new mini-game, and apply the created skin. Set up all the prizes and logic for the game

{% hint style="warning" %}
Important:

* The best results can be achieved when you **attach a reference image**. It could be a screenshot from your site or from some marketing materials. It's hard to explain verbally to the Agent the style you want to achieve, but it's easier when you provide an image as a reference. You can also use the well-known artworks
* The Agent **cannot create a complete configuration** of the mini-game, because it doesn't know all the objectives that you have in mind. Like, who should be the target audience, what is the cost of a spin attempt, prizes, and bonuses behind
  {% endhint %}

During creation, the generated element will be applied to spin a wheel on the go, and you will be able to see it in side bar inside the “Preview” tab.


---

# 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://help.smartico.ai/welcome/products/ai-agents/ai-agent-wheel-design-creator.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.
