> 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/reference/role-capability-matrix.md).

# Role Capability Matrix

Compare common Sagittarius actions by workspace role.

Capabilities can vary by host configuration, token scope, and package locks. This matrix describes the standard behavior.

<table data-search="false"><thead><tr><th>Capability</th><th>Designer</th><th>User</th></tr></thead><tbody><tr><td>Import PSD files into packages</td><td>Yes</td><td>No</td></tr><tr><td>Edit packages</td><td>Yes</td><td>No</td></tr><tr><td>Customize jobs</td><td>Yes</td><td>Yes</td></tr><tr><td>Add, duplicate, rename, or delete artboards</td><td>Yes</td><td>Usually no</td></tr><tr><td>Create or delete presets</td><td>Yes</td><td>No</td></tr><tr><td>Generate assisted layouts</td><td>Yes, when enabled</td><td>No</td></tr><tr><td>Rename, group, ungroup, reorder, or delete layers</td><td>Yes</td><td>No</td></tr><tr><td>Hide or show layers</td><td>Yes</td><td>Limited by locks</td></tr><tr><td>Lock or unlock layer content, position, and properties</td><td>Yes</td><td>No</td></tr><tr><td>Edit unlocked text content</td><td>Yes</td><td>Yes</td></tr><tr><td>Replace unlocked media</td><td>Yes</td><td>Yes</td></tr><tr><td>Change unlocked styling and placement</td><td>Yes</td><td>Yes</td></tr><tr><td>Edit locked or hidden layers</td><td>Yes</td><td>No</td></tr><tr><td>Create and manage brandkits</td><td>Yes, when enabled</td><td>No</td></tr><tr><td>Use brandkit colors and fonts</td><td>Yes</td><td>Yes, when exposed by template</td></tr><tr><td>Add animation</td><td>Yes</td><td>No</td></tr><tr><td>Preview artboards and animation</td><td>Yes</td><td>Yes</td></tr><tr><td>Finish a job</td><td>Yes</td><td>Yes</td></tr><tr><td>Publish package templates</td><td>Depends on host workflow</td><td>No</td></tr></tbody></table>

{% hint style="info" %}
When a user cannot edit something, the most common reason is a package lock. Contact the package designer when locked content must change.
{% 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/reference/role-capability-matrix.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.
