> For the complete documentation index, see [llms.txt](https://docs.ideogram.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ideogram.ai/using-ideogram/features-and-tools/background-remover-app.md).

# Background Remover App

The Background Remover App is a task-focused workflow in Ideogram Apps. It lets you upload or select an image, remove the background, preview the transparent result, and download the output.

Open it from **Apps** where available, or visit [ideogram.ai/apps/background-remover](https://ideogram.ai/apps/background-remover).

## What It Does

**Remove BG** identifies the foreground subject and returns a transparent PNG/cutout.

The app focuses on background removal. If you want to generate a new prompt-based background behind the subject, use [Replace Background](/using-ideogram/features-and-tools/replace-or-remove-background.md#replace-background).

## Using the App

1. Open **Apps** from the [Navigation Bar](/using-ideogram/ui-overview/ui-components/navigation-bar.md).
2. Choose **Background Remover**.
3. Upload an image, paste one, drag one in, select an example, or choose a Library image where available.
4. Select **Remove background**.
5. Preview the transparent result.
6. Download the PNG or continue editing where supported.

The API version of background removal is documented at [developer.ideogram.ai](https://developer.ideogram.ai/api-reference/api-reference/remove-background).

## Related Background Tools

Ideogram also supports background actions from image details and import workflows:

* [Remove Background](/using-ideogram/features-and-tools/replace-or-remove-background.md#remove-background) - creates a transparent PNG/cutout.
* [Replace Background](/using-ideogram/features-and-tools/replace-or-remove-background.md#replace-background) - generates a replacement background from a prompt.


---

# 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.ideogram.ai/using-ideogram/features-and-tools/background-remover-app.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.
