> For the complete documentation index, see [llms.txt](https://docs.santacruzsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.santacruzsoftware.com/bannersui/guides/brandkits-media-and-output.md).

# Brandkits, Media & Output

Configure approved brand assets, media controls, and output validation.

## How they fit together

| Area              | What it protects                                                 |
| ----------------- | ---------------------------------------------------------------- |
| Brandkits         | Approved colors and fonts.                                       |
| Media controls    | Image/video quality, replacement, crop, and fitting.             |
| Output validation | Missing fonts, hidden text, media issues, and unfinished review. |

## Brandkits

A brandkit is a collection of approved colors and fonts. Brandkits help designers keep package templates aligned with brand rules and give users a curated set of editing choices.

Brandkits can include:

* Named colors.
* Uploaded or account fonts.
* Recent colors and recent fonts added during editing.
* Brand font mappings used by packages.

## Media

BannersUI supports image and video layers. Media can be uploaded from a computer, selected from a connected gallery, or replaced from approved alternatives depending on the host configuration.

Alternate images are designer-approved replacements attached to an image layer. They let users choose from controlled media options while preserving the template's intent. Different artboards can use different applied images from the same alternate set when a layout needs size-specific imagery.

Image editing includes crop, fit, fill, scale, rotation, frame-to-content, content-to-frame, and auto fit controls. BannersUI checks image resolution and may block scaling below a minimum pixels-per-inch threshold.

## Output

BannersUI prepares package and job data for downstream production. Static output is commonly generated by the connected backend or DAM. Animated output can use BannersUI animation data, and GIF output is available where configured.

Output readiness depends on clean validation: no unresolved missing fonts, hidden text, broken media, invalid names, or unfinished preview review.


---

# 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.santacruzsoftware.com/bannersui/guides/brandkits-media-and-output.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.
