> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/tutorials/guides/how-to-use-publications/how-to-create-a-print-publication.md).

# How to create a print publication

This guide will teach you how to create a publication prints.

### What is a print publication?

You can think of the print publication as the rules for what data gets put into and structured by the template. This is where you define where the data should come from, and whether a filter should be applied to the results within that catalogue or category.

### Creating a print publication

To create a publication print, head over to 'Publications', and click 'Publication prints' either on the page or in the menu to the left of the screen.

<figure><img src="https://2141378775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuUonpFWM7AJ0xVVXV1tr%2Fuploads%2Fs0rGN4wqdJ75Q7A37ud8%2Fimage.png?alt=media&amp;token=628d68ed-9586-4713-8018-817dd39d99ee" alt=""><figcaption></figcaption></figure>

This will take you to the publication print page.

On this page, click the button in the top right corner that says '+ Create print publication'.

<figure><img src="https://2141378775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuUonpFWM7AJ0xVVXV1tr%2Fuploads%2FonHSpkn9zQ9CeKs9NLgG%2Fimage.png?alt=media&amp;token=3e2629e4-5d81-45eb-84a8-d90822b7148e" alt=""><figcaption></figcaption></figure>

Give it a name and fill out the [required details](/reference/publication/print-publications/print-publications-details.md). If you want, you can set up filters for the print. This is just like designing a search query in general inside the PIM.

Click 'Save'.


---

# 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.struct.com/tutorials/guides/how-to-use-publications/how-to-create-a-print-publication.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.
