> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/tasks/remove.md).

# Remove

***

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

***

## Interactive Tutorials

{% hint style="info" icon="language" %}
**How to Change Your Tutorial Language**\
Tutorials are shown in English by default. To view this tutorial in a different language, hover over the top right corner and select <i class="fa-language">:language:</i> **Language**.
{% endhint %}

{% @arcade/embed flowId="2sETRtB2gcRP0ZjEAsz6" url="<https://app.arcade.software/share/2sETRtB2gcRP0ZjEAsz6>" %}

{% @arcade/embed flowId="cZIsxclihHzgOdbSkH32" url="<https://app.arcade.software/share/cZIsxclihHzgOdbSkH32>" %}

{% @arcade/embed flowId="zGbxjR4k6U3zIxnuoo5J" url="<https://app.arcade.software/share/zGbxjR4k6U3zIxnuoo5J>" %}

***

## How to use

{% stepper %}
{% step %}

#### Select ”Remove”

In the left task menu, select <kbd><mark style="color:$tint;">**Remove**<mark style="color:$tint;"></kbd>.

This opens the Remove workspace for your current scene.
{% endstep %}

{% step %}

#### Upload a Product Image

The product image will be used as the foreground element.

You may upload an image by:

* Selecting <kbd><mark style="color:$primary;">**Upload an image**<mark style="color:$primary;"></kbd> inside the scene
* Dragging and dropping an image from a folder on your computer
* Dragging and dropping an image from the Library panel at the bottom-left of the screen

Once uploaded, the product will appear in the scene.
{% endstep %}

{% step %}

#### Select the Element to be Removed

In the right-side Remove settings panel, select what you would like to remove:

* <kbd><mark style="color:$primary;">**Products**<mark style="color:$primary;"></kbd>
* <kbd><mark style="color:$primary;">**Background**<mark style="color:$primary;"></kbd>
* <kbd><mark style="color:$primary;">**Product Labels**<mark style="color:$primary;"></kbd>
  {% endstep %}

{% step %}

#### Remove

After confirming all settings, select <kbd><mark style="color:$primary;">**Remove**<mark style="color:$primary;"></kbd>.

The generated scene will appear in your Playground.
{% 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://docs.theseaai.com/tasks/remove.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.
