> 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/guides/imposition.md).

# Imposition

Imposition places pages from a design template into placeholder frames in a separate imposition template. Users edit only the design template; the imposition template is used later for output.

## Prepare the design template

Create the normal editable template first. Include bleeds if required. The design template can be one page, two pages, or many pages depending on the product.

## Create the imposition template

1. Create a new InDesign document at the press-sheet size.
2. Initialize it with the optional Imposition layer.
3. Place placeholder frames on live document pages on the Imposition layer.
4. Size and position placeholders to match the design pages.
5. Rotate placeholders if required for head-to-head or foot-to-foot layouts.
6. Keep marks and static information off the Imposition layer unless they are placeholders.

Only placeholder frames should be on the Imposition layer.

## Fill behavior

The `fill` parameter fills each placeholder on an imposition page with sequential pages from the design template. New imposed pages are added until all design pages are included.

## Booklet behavior

The `booklet` parameter uses placeholder frame names to determine which design-template page goes into each placeholder. Rename each placeholder in the Layers panel with the design-template page number it should receive.

Use booklet behavior for saddle-stitching, folded pieces, work-and-turn, sheetwise, and other impositions where page order must be controlled explicitly.


---

# 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/guides/imposition.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.
