> 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/create-an-image-template/remove-the-background-from-an-image.md).

# Remove the background from an image

{% 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 > Images rules**](/manage-improve-product-data/creatives-create-and-edit-images/image-rules.md) without the add-on. &#x20;
{% endhint %}

{% hint style="info" %}
**Note:** [Usage limits](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/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 color(s) of the product are different to background color(s)
* The background is quiet (blurred, few colors) rather than busy (details in many colors, other elements in the frame)
* The full product is visible in the photo. If the product is touching the border, or only part of the product is visible in the photo, the AI model might remove too much because the sides of the image are mistaken for the background
* The image size is at least 1024x1024 pixels.
  * Images smaller than 1024x1024 pixels: there is little detail to properly detect borders.
  * Images larger than 1024x1024 pixels: 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) to the desired size afterwards when used in the image editor.

## How to remove the background from an image

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

{% stepper %}
{% step %}

### Go to the Creatives tab

1. Go to **\[your project] > Creatives > Image background removal**.
2. Click **+New background removal rule**.
   {% endstep %}

{% step %}

### Remove the background from an image

1. In the **Image Editor**, select the image that you want to remove the background from.
2. In the editing panel, click **Remove background**.
3. In the pop up, set up the rule:
   * At **Original image field**, select the field that contains the existing image URLs.
   * At **Save it in,** select the field where you want to save the images without a background. Create a new field directly from the modal (recommended) by clicking on **+Add new project field**. Make sure that both fields are of the type 'image'.

{% hint style="info" %}
**Note:** Make sure that both fields are type ‘image’.
{% endhint %}

The images with removed backgrounds will be saved in the field you selected.

You can use this field in the Image Editor to create templates, in rules and in the product data that you send to your chosen channel or ad generator.

When you go to **Results**, there may be fewer images than the amount of items in your project. This might happen if the same image URL is used for multiple items. For example, when there are multiple sizes and each size is a unique item in Channable.

{% hint style="info" %}
**Note:** If you add a new import manually, go to **Creatives > Image background removal** and click **Run now** to run the background removal manually. If your project runs on a [schedule](/get-started/getting-started/create-a-new-project/project-settings.md) and new images are added, the background removal will run automatically on the new images.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/create-an-image-template/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.
