# Image Edit and Apps

{% stepper %}
{% step %}

### Step 1: Upscale your reference image

* Open Sloyd’s **Upscale and Enhance** tool.
* Upload your low-resolution image.
* Upscale/enhance it to a clear HD version.

**Goal:** increase detail and edge definition before generating.
{% endstep %}

{% step %}

### Step 2: Remove background and noise

* Open an image editor (Sloyd’s built-in editor works).
* Remove the **background** so only the subject remains.
* Export/save the cleaned image (transparent background if possible).

**Goal:** a clean, isolated subject with minimal visual clutter.
{% endstep %}

{% step %}

### Step 3: Generate again with Image to 3D

* Open **Image to 3D**.
* Upload the cleaned, high-resolution image.
* Generate the model.

**What you should see:** cleaner geometry, better textures, and a result that matches the photo more closely.
{% endstep %}
{% endstepper %}

***

### Video tutorial

* [Enhance your photos for better 3D results!](https://youtu.be/haTN61wBuWc?si=jlz70zhTtbgab8Zz)


---

# 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/image-edit-and-apps.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.
