> For the complete documentation index, see [llms.txt](https://help.rechat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rechat.com/appendix/brokerage-set-up/marketing-template-guidelines/figma/print-templates/print-layout-sizes.md).

# Print Layout Sizes

### Common U.S. Print Sizes

At **96 DPI (dots per inch)**, 1 inch = **96 pixels**. The table below lists the most widely used American print sizes and their pixel equivalents.

<figure><img src="/files/IUTiyboBGndyQ2rHVKty" alt=""><figcaption><p>Print Layout Selection</p></figcaption></figure>

{% hint style="warning" %}
Figma only uses **pixels**, not inches. Print sizes are based on **96 DPI (dots per inch)**, which means **1 inch = 96 pixels**.\
\
For example, a regular **Letter page (8.5 × 11 in)** should be set to **816 × 1056 px** in Figma. That way, your design will come out the right size when printed.
{% endhint %}

| Layout Name                           | Size (in)  | Size (pixels @ 96 DPI) |
| ------------------------------------- | ---------- | ---------------------- |
| Business Card                         | 3.5 × 2    | 336 × 192              |
| Postcard — Small                      | 4.25 × 5.5 | 408 × 528              |
| Postcard — Large                      | 8.5 × 5.5  | 816 × 528              |
| Postcard — X-Large                    | 11 × 5.5   | 1056 × 528             |
| Postcard — Mega                       | 11 × 8.5   | 1056 × 816             |
| Letter — One-Sided Flyer              | 11 × 8.5   | 1056 × 816             |
| Legal                                 | 8.5 × 14   | 816 × 1344             |
| Folded Postcard — Large               | 11 × 8.5   | 1056 × 816             |
| Folded Postcard — Oblong              | 17 × 5.5   | 1632 × 528             |
| Brochure — Mailing Foldover — Tabloid | 11 × 17    | 1056 × 1632            |
| Brochure — 4 Page Fold Over           | 8 × 8      | 768 × 1536             |
| Brochure — 4 Page Landscape           | 11 × 17    | 1056 × 1632            |
| Brochure — 4 Page Vertical            | 17 × 11    | 1632 × 1056            |
| Brochure — 4 Page Horizontal          | 10 × 10    | 960 × 1920             |
| Newsletter — Mailing                  | 17 × 11    | 1632 × 1056            |
| Index Card                            | 5 × 3      | 480 × 288              |


---

# 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://help.rechat.com/appendix/brokerage-set-up/marketing-template-guidelines/figma/print-templates/print-layout-sizes.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.
