> 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/reference/glossary.md).

# Glossary

### Background layer

Fixed layer behind editable content. Users do not edit it directly.

### Booklet

Imposition behavior that places specific design-template pages into named placeholder frames.

### Client

PrintUI account or client identifier used when launching the editor and calling APIs.

### Foreground layer

Fixed layer above editable content.

### Frame&#x20;

InDesign page item such as a text frame, image frame, rectangle, table, or placeholder.

### Gallery connector

Service that returns image choices for the Image Gallery Browser.

### InDesign Server

Server-side Adobe InDesign environment used by PrintUI to process templates and generate production output.

### Imposition template

Separate template containing placeholder frames that arrange design-template pages onto a larger sheet.

### Job

User-customized instance of a PrintUI template.

### Multi-size template

Template where each page represents a different output size or orientation.

### Non-printing layer&#x20;

Layer shown in the editor but excluded from final output.

### Non-selectable frame&#x20;

Frame visible to users but not directly selectable or editable in the editor.

### Package

Template files generated from InDesign for upload and server use.

### Preflight

Validation step that checks whether a template can be packaged, uploaded, edited, and output correctly.

### Run-time option&#x20;

Query parameter passed when launching the PrintUI web editor.

### Template

Initialized InDesign document uploaded to PrintUI for browser editing and output generation.

### Template Options

PrintUI panel settings for template type, content behavior, transparency, and color conversion.


---

# 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/reference/glossary.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.
