> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/creatives-create-and-edit-images/the-image-editor/remove-the-background-from-an-image.md).

# Background removal

{% hint style="info" %}
**Who can use this feature:** You need the Creatives module in your [Channable subscription](/account-billing/manage-your-subscription/channables-pricing-plans.md#modules-and-add-ons) to use this feature. You can [preview edited images in **Creatives** > **Image rules**](/manage-improve-product-data/creatives-create-and-edit-images/image-rules.md) without the add-on.
{% endhint %}

{% hint style="info" %}
**Note:** [Background-removal usage limits](/manage-improve-product-data/creatives-create-and-edit-images/the-image-editor/remove-the-background-from-an-image/usage-limits-for-background-removal.md) apply for this feature.
{% endhint %}

Use our AI-powered background removal feature to remove the background from a product image. The result is an image with a transparent background, which you save in a separate project field.

### Best practices for background removal

You'll have the best results if:

* The product contrasts with the background.
* The background is simple, with few colors and details.
* The full product is visible and does not touch the image edge.
* The image is at least 1024 × 1024 pixels.
  * Smaller images have insufficient detail for accurate edge detection.
  * Larger images can be [downscaled](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/adjust-the-size-and-background-of-an-image.md) in the Image Editor.

### Remove an image background

{% hint style="warning" %}
Important: You can only remove the background of images from your import data.
{% endhint %}

Choose an access point based on when you want to use the processed image:

* [From an image template](#start-from-an-image-template) — remove the background and apply the processed image to the template immediately.
* [From the Background removal tab](#start-from-the-background-removal-tab) — process images without changing a template.

Both routes open the same background removal modal.

### Start from an image template

{% stepper %}
{% step %}

### Open an image template

In **Creatives**, open the image template you want to update.
{% endstep %}

{% step %}

### Select a dynamic image

Select a **Dynamic image** that uses an image field from your import data.
{% endstep %}

{% step %}

### Open background removal

Click **Remove background**.

<div align="left"><figure><img src="/files/BbthmuVbGdWAYq6IOXfz" alt=""><figcaption></figcaption></figure></div>

The **Image field** is fixed to the selected dynamic image. You cannot change it in the modal.
{% endstep %}

{% step %}

### Choose an output field

Use **Edited image field** to select an existing **Image** field for processed images.

If no suitable field exists, select **+ Add new project field**. The field type is fixed to **Image**. Enter a project field name, then click **Create**.
{% endstep %}

{% step %}

### Run background removal

In the **New background removal** modal, click **Save & run**.
{% endstep %}

{% step %}

### Review the template

Background removal adds the processed image directly to the template. The original image remains in place.

<div align="left"><figure><img src="/files/UKWuaz18ELyW1XJtEBjc" alt=""><figcaption></figcaption></figure></div>

Select and delete the original image if you no longer need it. The new image is also saved in the selected **Edited image field**.
{% endstep %}
{% endstepper %}

### Start from the background removal tab

{% stepper %}
{% step %}

### Open Background removal

Go to **Creatives** > **Background removal**.

<div align="left"><figure><img src="/files/lgEmkvUHrEeZlMzO5oxZ" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Create a background-removal task

Click **+ New background removal**.
{% endstep %}

{% step %}

### Choose the source field

Choose an available **Image field** from the dropdown.

<div align="left"><figure><img src="/files/t9ftALCCUORlZ7ORMC1r" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Choose an output field

Use **Edited image field** to select an existing **Image** field for processed images.

If no suitable field exists, select **+ Add new project field**. The field type is fixed to **Image**. Enter a project field name, then click **Create**.
{% endstep %}

{% step %}

### Run background removal

In the **New background removal** modal, click **Save & run**.

The new images are saved in the selected **Edited image field**. No template changes automatically.
{% endstep %}
{% endstepper %}

### Use images processed from the Background removal tab

When you use the **Background removal** tab, creating a destination field does not change your template automatically. The template continues using its current **Image field**.

To use background-removed images in a template:

1. Select the **Dynamic image**.
2. Open the **Image field** dropdown.
3. Select the edited **image field**.

You can switch between the original and processed image fields at any time.

You can also use the processed-image field in rules or channel exports.

### Check results in Creatives

Check the results in **Creatives**. **Results** can show fewer images than the items in your project. This occurs when multiple items use the same image URL.

{% hint style="info" %}
**Note:** For a manual import, go to **Creatives** > **Background removal** and click **Run now**. Scheduled projects process new images automatically.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/manage-improve-product-data/creatives-create-and-edit-images/the-image-editor/remove-the-background-from-an-image.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
