> 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](/replays/watermarks-and-ads-on-replays/branding-assets.md) for full details on uploading and assigning logos and postroll videos.

The branding section within Advanced Settings allows you to:

* View which assets are currently on the device
* Select logo and postroll from the shared library
* Choose logo placement (bottom-right or bottom-center)

***

## 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

All settings in the Advanced Settings panel share a single **Save Settings** button. After making changes:

1. Click **Save Settings**
2. If the device is online, changes are applied immediately
3. If the device is offline, changes will be applied on the next heartbeat (\~5 minutes)

***

## Preview Branding

Click **Preview Branding** to generate a short branded replay using the first enabled camera. This lets you verify that logo placement and postroll 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.
