> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/photos/personalizing-photos/fireplace.md).

# Fireplace

Pick a fireplace you like or upload your own.

<figure><img src="/files/yxtleIwzSV5CZd6Vu6mV" alt="" width="375"><figcaption></figcaption></figure>

Select the flame from the **"Fireplace"** carousel to it on your photo, and simply drag it where you want it to be.

#### From there, you can:

* Adjust its opacity using the slider above the fire.
* Change its size, angle, and perspective to make it look natural and cozy every time.
* Delete it using the bin icon next to the slider.

{% columns %}
{% column %}

<figure><img src="/files/n93Q0ag3utjn3EM1IQcP" alt="" width="375"><figcaption><p>Fire controls and functionalities</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/ADBHpBgnNghNoVdWEyVX" alt="" width="375"><figcaption><p>How the fireplace appears in your photo</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

If you want a do-over, just click the redo button and start fresh.

<figure><img src="/files/px2XL1lt9iDpynN4Mmi7" alt="" width="375"><figcaption><p>Redo button, circled</p></figcaption></figure>


---

# 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://uni.fotello.co/photos/personalizing-photos/fireplace.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.
