> For the complete documentation index, see [llms.txt](https://usermanual.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.ergonode.com/photo-studio/scene-presets.md).

# Scene Presets

## Overview <a href="#overview" id="overview"></a>

Scene presets are the core configuration object in Photo Studio. Each preset is a complete, reusable image generation profile. You create them once and reuse them across all products that share the same product category, template, and attribute structure.

### The list view shows the following columns:

| Column                         | Description                                                                      |
| ------------------------------ | -------------------------------------------------------------------------------- |
| **Scene name**                 | Preset name                                                                      |
| **Scene code**                 | Identifier                                                                       |
| **Scene template**             | The choosen template of the scene                                                |
| **Product packshot attribute** | The source image attribute is used as the generation input                       |
| **Product name attribute**     | The chosen product naming attribute is used as the generation input              |
| **Additional attributes**      | Extra descriptive attributes (multi-value) that are used as the generation input |
| **Suggest in templates**       | Which product templates will see this preset suggested                           |
| **Assign output to attribute** | The product attribute where generated images are saved                           |

Each column header has a **search/filter input** to narrow down the list. Clicking the gear icon (⚙️) in the top-right of the list opens a **Display settings** panel where you can change the row height: **Tiny**, **Small**, **Medium**, or **Large**.

Pagination controls appear at the bottom, showing total records and allowing navigation by page. You can change the number of rows shown per page.

### **Actions on scene presets** <a href="#actions-on-scene-presets" id="actions-on-scene-presets"></a>

| Action Trigger | Options Available | Function                                 |
| -------------- | ----------------- | ---------------------------------------- |
| Edit Button    | Edit              | Opens the full scene editor.             |
| Context Menu   | Edit              | Opens the full scene editor.             |
|                | Duplicate         | Creates an identical copy of the preset. |
|                | Delete            | Permanently removes the preset.          |

## Creating a new scene preset <a href="#creating-a-new-scene-preset" id="creating-a-new-scene-preset"></a>

Click **+ New scene** at the top of the list. A modal wizard opens on step 1: **Scene template selection**.

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

When creating a new scene preset, you first choose a **Scene template**. This choice determines which configuration sections will be available in the scene editor. There are **five templates**:

| Preset                | Description                                                                                                                    | Available Sections                                                           |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |
| Fashion & Apparel     | Optimized for clothing and accessories, featuring customizable AI models, posing tools, and lifestyle environments.            | Data configuration, Scene context, Model, Camera & lighting, Technical specs |
| Interior & Home Decor | Best for furniture and decorative objects placed within realistic room sets, architectural contexts, and styled living spaces. | Data configuration, Scene context, Model, Camera & lighting, Technical specs |
| Product Dimensions    | Ideal for showcasing product measurements with precise dimension lines and annotations overlaid directly on any product image. | Data configuration, Dimension overlay, Technical specs                       |
| Product Features      | Perfect for highlighting key product features with annotated callouts and labels placed directly on the image.                 | Data configuration, Feature overlay, Technical specs                         |
| Custom                | Full control without preset limitations. Write your own prompts and manually configure every technical aspect of the scene.    | Data configuration, Custom instructions, Model, Technical specs              |


---

# 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://usermanual.ergonode.com/photo-studio/scene-presets.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.
