# Creating Image

- [Text to Image](https://sloyd.gitbook.io/documentation/creating-image/text-to-image.md): Turn a short prompt into an image you can use as a reference, concept, or Image-to-3D.
- [Image Edit and Apps](https://sloyd.gitbook.io/documentation/creating-image/image-edit-and-apps.md): If your Image to 3D output looks soft, blobby, or “melted,” the problem is usually the reference image. Use this quick prep workflow to get sharper geometry and cleaner textures.


---

# 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://sloyd.gitbook.io/documentation/creating-image.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.
