# Print Templates

#### Single-Page Templates

Single-page print templates work the same way as **social templates**:

* Place your design inside a **frame**.
* Select the frame and export it with the Rechat Plugin.

#### Multi-Page Templates

Multi-page print templates must be wrapped in a **Section** in Figma. Each **frame inside the section acts as one page** of the template.

**Wrapping Frames in a Section**

1. In your Figma file, select all the frames you want to include as pages.
2. Wrap them in a new section:
   * On Mac: Press **⌘ + S**
   * Or: Right-click and choose **Wrap in new section**

<figure><img src="/files/8rNmLU3iR0tVQo5mi84q" alt=""><figcaption><p>Wrap frames into a section for multi page print templates</p></figcaption></figure>

**Exporting Multi-Page Templates**

* Instead of selecting a single frame, select the **section** containing your frames.
* When exporting, the plugin will recognize the section and treat each frame inside as a separate page of the print template.

{% hint style="info" %}
Inside the plugin, you’ll see a page count showing how many pages will be included in the template.
{% endhint %}

{% hint style="warning" %}
When creating multi-page templates, all pages need to have the same dimensions.
{% endhint %}

<figure><img src="/files/xoSKH6l5n02GfA1JBwzo" alt=""><figcaption><p>Select the section (not individual frames) to export a multi-page print template.</p></figcaption></figure>

{% hint style="success" %}
Your print template is now ready for export.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.rechat.com/appendix/brokerage-set-up/marketing-template-guidelines/figma/print-templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
