> 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/artboards-and-assisted-layouts.md).

# Artboards and Assisted Layouts

Manage banner size presets, artboards, and generated layout variations.

Artboards define each banner size and its layout within a package. You can add, duplicate, and delete artboards.

***

### Add an artboard

1. Select <kbd>Add Artboard</kbd> or <kbd>New Artboard</kbd> above the canvas.
2. Choose an existing artboard as the layout source.
3. Select a size preset, or create a custom preset.
4. Review the scaled preview.
5. Select <kbd>Create Artboard</kbd>.

#### Create with AI

When enabled, assisted layouts can generate layout options for a new artboard size.

To generate layout options with AI, create a new preset size first. Then enter your instructions and requirements, and select <kbd>Generate</kbd>.

Review rendered layout cards, and select a layout to continue.

The new artboard inherits the source artboard’s visible layers, animation, and layout. It adapts the layout for the selected dimensions.

#### Create a size preset

When creating a new preset, enter a unique preset name and numeric dimensions.

Preset names have length limits, and duplicate names or duplicate settings may be rejected.

### Duplicate an artboard

Use <kbd>Duplicate Artboard</kbd> above the canvas when you need a new artboard based on an existing one. Rename the duplicate to distinguish it from its source in exported output.

### Delete an artboard

To delete an artboard, select <kbd>Artboard Information</kbd> above the canvas, and then <kbd>Delete artboard</kbd> from the Right Palette.

{% hint style="info" %}
You can only delete an artboard if there is more than one open.
{% endhint %}


---

# 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/artboards-and-assisted-layouts.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.
