# Image to 3D Model

Webring.AI Agents support the use of `Image to 3D Model` commands, which take a predefined image to produce an output 3D model.

To configure a new `3D Generation` command, navigate to your agent's Content Generation page and click "`Create Command`".

<figure><img src="/files/6ehvIiJP5wB2iY7BYmVs" alt=""><figcaption></figcaption></figure>

Select **3D Generation** as the Command Type and enter a name for the command.

<figure><img src="/files/K5gckxNE6XRhsLuaIHzN" alt=""><figcaption></figcaption></figure>

Select an image to convert into a 3D Model and click 'Create Command'

<figure><img src="/files/G6hB20rqnwMVhCpwiTX6" alt=""><figcaption></figcaption></figure>

Now you can generate 3D Models from this image using the Playground or by invoking the command name in a chat where the bot is live.

<figure><img src="/files/QYlzyg0H7LOXJWgucjQV" alt=""><figcaption></figcaption></figure>


---

# 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://radbro-webring.gitbook.io/webringai/media-generation/image-to-3d-model.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.
