> ## Documentation Index
> Fetch the complete documentation index at: https://dacruzdev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring Filename Format Templates in ScreenshotKit

> Build a consistent filename template using prefixes, suffixes, camera names, timestamps, and resolution tokens for every ScreenshotKit capture.

Every capture (screenshots, GIFs, sequences, mattes) uses the filename template configured under **Settings > Filename Format**.

## Options

| Option                  | What it does                                                                                                           |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Prefix**              | Literal text prepended to every filename.                                                                              |
| **Include Camera Name** | Appends the source camera's name.                                                                                      |
| **Suffix**              | Literal text appended to every filename.                                                                               |
| **Include Resolution**  | Appends `WIDTHxHEIGHT`.                                                                                                |
| **Include Timestamp**   | Appends a timestamp using the **Format** field, a standard C# `DateTime` format string. Default `yyyy-MM-dd_HH-mm-ss`. |

The **Preview** at the bottom shows what a generated filename will look like as you edit.

<Note>
  All filename parts are sanitised. Characters illegal in filenames (`:`, `/`, `\`, and so on) are replaced with underscores, so camera names like `Main:Render/Cam` are safe.
</Note>

<Tip>
  Matte passes and panoramas add their own suffixes on top of the template, for example `_ObjectID` or `_Pano360`, so your naming convention carries through every capture type.
</Tip>
