> 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/packages-jobs-and-artboards.md).

# Packages, Jobs, and Artboards

Understand packages, jobs, and artboards in BannersUI, including ownership and editing boundaries.

***

## Package editing

Package editing is for designers. In BannersUI, you prepare the reusable source content, including artboards, shared layers, brandkits, animation, locks, and output settings.

Common package editing tasks include:

* Review imported artboards, then add, duplicate, rename, or delete them.
* Create or load size presets, and add assisted layouts when enabled.
* Set brand colors and fonts, then configure layer locks and visibility.
* Add animation and save package changes.

## Job editing

Job editing is for end users customizing a package for a specific campaign or request. Users can only change what the designer left unlocked.

Common job editing tasks include:

* Edit approved text and replace approved images or videos.
* Adjust unlocked object placement or styling.
* Preview every artboard.
* Finish the job for output generation.

## Artboard sizes

An artboard has width, height, measurement unit, name, output intent, file size information, and duration information when animation or video output is involved.

Designers can add artboards from:

* An existing size preset.
* A newly created custom preset.
* A duplicated or scaled layout from another artboard.
* AI assisted layout options, when the feature is enabled.

## Shared content across artboards

Many packages use shared layers so one piece of content can appear across multiple artboards. Shared does not always mean identical on every artboard: an image layer can use one applied image on one artboard and a different applied image on another.

Replacing a shared image or editing shared text can update every artboard that uses that layer. In single-artboard view, media replacement is focused on the current artboard. In multi-artboard view, BannersUI may ask whether media replacement should apply only to the current artboard or to every artboard where the image is used.

Use the **Mini Palette** when you need object-level placement changes on one artboard. Use the **Right Palette** when you intend to edit the shared layer content.


---

# 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/packages-jobs-and-artboards.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.
