> For the complete documentation index, see [llms.txt](https://help.saltifysaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.saltifysaas.com/readme.md).

# Welcome to SALTify Help Center

<div align="center"><img src="https://github.com/saltifysaas/saltify-docs/blob/main/assets/brand-logo.svg" alt="Saltify" height="56"></div>

<h2 align="center">Saltify Documentation</h2>

<p align="center">Ship lifecycle marketing fast — landing pages, forms, data extensions, and AI agents.</p>

<p align="center"><a href="https://github.com/saltifysaas/saltify-docs/blob/main/docs/getting-started.md">Get Started</a> • <a href="https://github.com/saltifysaas/saltify-docs/blob/main/docs/installation.md">Install</a> • <a href="https://github.com/saltifysaas/saltify-docs/blob/main/docs/usage.md">Use the Product</a> • <a href="https://github.com/saltifysaas/saltify-docs/blob/main/docs/faqs.md">FAQs</a> • <a href="https://github.com/saltifysaas/saltify-docs/blob/main/docs/support.md">Support</a></p>

***

### 🚀 Quick start

1. **Create your workspace** → see [**Getting started**](https://github.com/saltifysaas/saltify-docs/blob/main/docs/getting-started.md)
2. **Install & connect** (auth, domains, senders) → [**Installation**](https://github.com/saltifysaas/saltify-docs/blob/main/docs/installation.md)
3. **Build your first flow** (forms, segments, automations) → [**Usage**](https://github.com/saltifysaas/saltify-docs/blob/main/docs/usage.md)
4. **Invite your team** and assign roles → [**Onboarding › Invite & login**](https://github.com/saltifysaas/saltify-docs/blob/main/onboarding/login.md)
5. **Troubleshoot quickly** → [**Troubleshooting**](https://github.com/saltifysaas/saltify-docs/blob/main/docs/troubleshooting.md)

> **Tip:** Stuck at any point? Jump to [**Support**](https://github.com/saltifysaas/saltify-docs/blob/main/docs/support.md) for contact options and common fixes.

***

### 🧭 What you’ll find here

#### Core Guides

* **Getting started** — concepts, workspace, first publish\
  → `docs/getting-started.md`
* **Installation** — auth, domains, environments, API keys\
  → `docs/installation.md`
* **Usage** — landing pages, forms, segments, data tables, agents\
  → `docs/usage.md`
* **Troubleshooting** — frequent errors & quick fixes\
  → `docs/troubleshooting.md`
* **FAQs** — short answers to common questions\
  → `docs/faqs.md`
* **Support** — channels & SLAs\
  → `docs/support.md`

#### Onboarding

* **Login** → `onboarding/login.md`
* **Register** → `onboarding/register.md`
* **Verify OTP** → `onboarding/verify-otp.md`

***

### ✨ Key capabilities

* **AI-assisted setup**: draft segments, journeys, and assets from your data.
* **Forms & landing pages**: opinionated blocks, custom domains, fast publishing.
* **Data extensions**: bring external data (reviews, loyalty, surveys).
* **Contacts & segments**: filters, tags, and role-aware views.
* **Automations**: triggers → actions with safe preview & guardrails.
* **Reporting**: at-a-glance outcomes with lift/holdout options.

***

### 🔎 Search smarter

* Use keywords like **“domain mapping”**, **“invite member”**, **“SMTP”**.
* Prefer singular nouns: *segment*, *form*, *agent*.
* For errors, paste the message into the search (e.g., `CNAME not found`).

***

### 🛟 Need help?

* Check [**Troubleshooting**](https://github.com/saltifysaas/saltify-docs/blob/main/docs/troubleshooting.md) and [**FAQs**](https://github.com/saltifysaas/saltify-docs/blob/main/docs/faqs.md) first.
* Still blocked? See [**Support**](https://github.com/saltifysaas/saltify-docs/blob/main/docs/support.md) to open a ticket with logs/screenshots.

***

<p align="center"><sub>© 2025 Saltify. MIT-licensed docs. Contributions welcome via PRs.</sub></p>


---

# 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.saltifysaas.com/readme.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.
