> For the complete documentation index, see [llms.txt](https://docs.subscripta.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subscripta.app/welcome-to-subscripta.md).

# Welcome to Subscripta

Use this documentation to learn Subscripta from zero to production rollout: create an account, build signatures, organize departments, share signatures with employees, export to email clients, review analytics, and understand what each plan includes.

## What Subscripta Does

Subscripta lets individuals and teams create, manage, and deploy branded email signatures. It includes a live-preview visual builder, reusable templates, custom brand styles, click analytics, campaign banners, QR code vCards, and multiple export modes for different email clients.

## Main Workflows

* Build and customize a branded email signature.
* Export the signature for Gmail, Outlook, Apple Mail, webmail, desktop clients, image fallback, or plain text.
* Install the signature in the sender's email client.
* Send test emails to verify rendering in Gmail, Outlook, Apple Mail, and mobile clients.
* Track clicks from saved signatures.

***

## Recommended Starting Points

<table data-view="cards"><thead><tr><th align="center"></th></tr></thead><tbody><tr><td align="center"><a href="/pages/ULD898oht7QgTQ9u9Oxu">Complete Walkthrough</a></td></tr><tr><td align="center"><a href="/pages/8nfHnuJ0HdNY4Afbd8eB">Create your Account</a></td></tr><tr><td align="center"><a href="/pages/T6eLgERsXB68gjsYH900">Launch Checklist</a></td></tr><tr><td align="center"><a href="/pages/6Wes7OXfqWfQQHBtzYtM">Exports and Formats</a></td></tr><tr><td align="center"><a href="/pages/tKrvMoncQCEwv0F6sXL4">Signature Installation</a></td></tr><tr><td align="center"><a href="/pages/9U38XuE2Za0YseGwobDS">Troubleshooting</a></td></tr></tbody></table>

## Plans at a Glance

| Plan     | Best For                                                                                                           | Main Limits                                                                                          |
| -------- | ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
| Free     | Testing the builder and creating a small number of signatures.                                                     | 2 signature slots, up to 2 departments, 1 saved style.                                               |
| Pro      | Professionals and teams that need analytics, QR vCards, advanced editing, banner tracking, and saved brand styles. | 50 signature slots, 10 saved styles, 30-day analytics.                                               |
| Business | Companies and agencies managing larger teams and public WebCards.                                                  | 200 signature slots, 50 saved styles, all-time analytics, WebCard, CSV import/export, bulk creation. |

For the full breakdown, see [Plans and limits](/account-and-billing/plans.md).


---

# 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.subscripta.app/welcome-to-subscripta.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.
