# Transparent Background

### How do I make the background of my renders transparent?

This is a frequently-asked question in the FTC Discord, so we decided to make a section about it.&#x20;

Setting the background to transparent comes after the render has finished. There is no custom environment or HDRI that one must use in order to have a transparent background.&#x20;

{% hint style="info" %}
Although you can technically set the background to essentially any HDRI or color, be aware that its reflection can be seen in reflective objects (e.g. acrylic and other plastics).
{% endhint %}

Below is an example of a render that used a solid green background before exporting. The reflective field perimeter clearly shows hints of green, which is why **you may want to set the background to a more mute color.**

![Test render of the VTXCADs field with an initial solid green background](/files/-MXgPSbrtzW1K1EBMcjO)

After your render has finished, click on the render and select the *Download* icon. Here, you can slide the switch so that *Transparent Background* is selected and then select the desired file type you wish to save the render as.

![Selecting the "Transparent Background" option](/files/-MXgSc5tBLe5FWpY4F6Y)


---

# 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://renders360.gitbook.io/ftc-rendering-in-fusion-360/rendering-and-exporting/transparent-background.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.
