> 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/printui/getting-started/quickstart.md).

# Quickstart for Users

Use this quickstart when you are opening a PrintUI job from a website or host application.

## Edit a job

1. Open the job from the host system.
2. Click an editable text frame to change text content or style.
3. Click an editable image frame to replace, crop, scale, rotate, or reposition the image.
4. Use page controls if your template allows adding, deleting, moving, or changing page layouts.
5. Preview the job.
6. Click **Finished** when the job is ready.

## What you may be able to change

The template designer controls each job. Depending on the template, you may be able to edit:

* Text content, fonts, styles, size, color, alignment, and glyphs.
* Images from your computer or an approved gallery.
* Rectangles, colors, and simple shapes.
* Table rows, table columns, cell styles, and table text.
* Page order, page count, or page layout.
* Links, frame position, size, and rotation.

## Preview before finishing

Use preview to confirm the final look.

If the editor warns that text is overset, an image is below the required resolution, or pages have not all rendered, fix the issues before finishing unless your workflow explicitly allows submission with warnings.

## Finish or cancel

Click **Finished** to return control to the host website. The host page decides what happens next, such as saving the job, generating output, starting approval, or redirecting you to a confirmation page.

Click **Cancel** only if the host page provides a Cancel button. Some PrintUI implementations do not allow canceling from the editor.


---

# 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/printui/getting-started/quickstart.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.
