> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/replays/replay-servers/advanced-settings.md).

# Advanced Settings

The Advanced Settings panel in a Replay Server's detail view provides configuration options for branding and storage management.

***

## Accessing Advanced Settings

1. Navigate to **Replay Servers** in the admin dashboard
2. Click on an **Approved** Replay Server
3. Expand the **Advanced Settings** collapsible panel

***

## Branding Configuration

See [Branding Assets](broken://pages/GTE7SZq2DlKDZtSQGDHw) for full details on uploading and assigning logos and preroll videos.

The branding section within Advanced Settings allows you to:

* View which assets are currently on the device
* Select logo and preroll from the shared library
* Choose logo placement from the eight positions: top-left, top-center, top-right, middle-left, middle-right, bottom-left, bottom-center, bottom-right (defaults to bottom-right when unset)

***

## Auto-Cleanup

The **Auto-cleanup** toggle controls whether the device automatically deletes old recording chunks and generated clips.

* **Enabled** - Chunks and clips older than 3 days are automatically removed
* **Disabled** (default) - No automatic cleanup; storage must be managed manually

Enable this setting for devices where storage space is a concern. Disable it if you need to retain recordings for longer periods.

***

## Saving Changes

Each control in the Advanced Settings panel saves immediately when you change it — there is no shared Save button. After a change:

1. If the device is online, the change is applied immediately
2. If the device is offline, the change will be applied on its next sync (within \~1 hour)

***

## Preview Branding

Click **Preview Branding** to generate a short branded replay using the first enabled camera. This lets you verify that logo placement and preroll are working correctly before customers receive branded clips.

**Requirements:**

* At least one camera must be enabled on the device
* The device must be online and reachable


---

# 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://docs.podplay.app/replays/replay-servers/advanced-settings.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.
