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

# Staging

Staging lets you virtually furnish an empty (or already furnished) room by selecting a style, creating multiple variations, and then fine-tuning with the same Adjust tools you already use.

### Getting Started

You can start creating a Staging from two places:

#### **1) Listing details page**

Hover on a photo, then click the Staging icon.

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

#### **2) Full-screen photo view**

Open a photo in full screen, then use the Staging section on the right side of the **Adjust Panel**.<br>

<figure><img src="/files/2KrH4NbfkqkVDVLFtd3h" alt=""><figcaption></figcaption></figure>

### Choose a Room Type

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

Pick the room that best matches your photo:

* Living Room
* Bedroom
* Kitchen
* Dining Room
* Bathroom
* Home Office
* Outdoor
* Kids Room

{% hint style="info" %}
Choosing the closest Room Type improves layout realism (scale, furniture placement, decor defaults).
{% endhint %}

### Choose a Furniture Style

<figure><img src="/files/64DKLqg7fZwrZETHrFwE" alt=""><figcaption></figcaption></figure>

Select the design direction you want:

* Modern
* Scandinavian
* Industrial
* Mid-Century
* Luxury
* Farmhouse
* Coastal
* Standard

### Create your Staging

Once you’ve selected a **Room Type** and **Furniture Style**:

1. Click **Create**.
2. Fotello starts creating your staging variations.

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

### Variations

Each **Create** generates **3 variations** for you to choose from. You are charged once per generation, not for each variation you select.

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

Want more options? Click **Create More** to generate another set of 3 variations.

{% hint style="info" %}
Each **Create** or **Create More** uses one staging creation. Creating staging for another photo, room view, or furniture style also uses one staging creation.
{% endhint %}

### Fine-tune your Staging

After creating a Staging, you can keep refining it using any available adjustment controls ([Personalizing Photos](/photos/personalizing-photos.md)).

### Plan coverage and pricing

Each staging generation uses one included staging creation, when your plan includes one. Choosing among its 3 variations does not use another creation.

When you use all included staging creations, enable **Pay as you go** to continue. Each additional generation is billed at the staging rate shown in the Pay as you Go dialog.

### Customer staging purchases

Customers can also create staging from a delivered listing when you offer it as a Fotello Add-on. They pay your configured Staging price. The default price is **$10**, and you can change it.

See [Fotello Add-ons](/products/fotello-add-ons.md) for setup and pricing.


---

# 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/staging.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.
