> 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/tv-screen.md).

# TV Screen

With one click, Foton[^1] auto-detects the TV and applies a clean gradient with softened reflections, usually what your clients need. But when they want something more specific, you can choose from pre-built screens or upload your own mountain views, beach scenes, or anything they prefer.

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

Select the screen from the **"Personalized TV Screen"** carousel to automatically place it on the TV in your photo; no masking, adjusting, or Photoshop acrobatics required.

#### From there, you can:

* Adjust the opacity using the slider above the TV screen to fine-tune the look to your client’s preference.
* Remove the TV screen by clicking the bin icon next to the opacity slider to revert to the auto-applied soft-matte gradient.

{% columns %}
{% column %}

<figure><img src="/files/3mlq2gmj63enRocNgvUp" alt="" width="375"><figcaption><p>TV screen controls and functionalities</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/l8BYh8AsEZnCIHVJXkf0" alt=""><figcaption><p>How the screen appears in your photo</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
**Pro tip**

Shooting a luxury property? Sometimes the exterior photos **you** captured for that same listing look just as stunning as any stock image. With the "**Exterior View"** option, you can use one of your own exterior shots of the property as the TV screen!

**Here's how you can achieve the effect:**

1. Click the pen icon on the top right of the "Exterior View" option in the "Personalized TV Screen" carousel.

<img src="/files/rKrTXzUdq2kbwqXdFcin" alt="" data-size="line">

2. Foton's auto-bracketing system detects which photos in your listing are exterior shots. Pick any one.

<img src="/files/gfN8sjxqvHMQKYUyxx2H" alt="" data-size="original">

3. Your selected photo will automatically be applied as the new TV screen.

<img src="/files/GXoBSZmHliFsHb34gsmP" alt="" data-size="original">
{% endhint %}

If you want a do-over, just click the redo button next to "Personalized TV Screen" and start fresh.

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

[^1]: Foton is a family of AI models that power Fotello.


---

# 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/tv-screen.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.
