> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-seo-aeo-quick-wins.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Ampersand is a declarative platform for reading, writing, and subscribing to data in your customers' SaaS apps. Define your integrations once and skip the per-provider code.

A single [Ampersand](https://www.withampersand.com/) integration gives the following capabilities:

| Action        | What it does                                                                   |
| ------------- | ------------------------------------------------------------------------------ |
| **Read**      | Pull data from your customer's SaaS                                            |
| **Write**     | Push data to your customer's SaaS                                              |
| **Subscribe** | Receive events (creates, deletes, and field changes) from your customer's SaaS |

Ampersand manages the full lifecycle for you, including auth, scheduled and on-demand syncs, retries, and error handling, so you can focus on your product. Here's an overview of the platform:

<Frame caption="The Ampersand platform">
  <img src="https://mintcdn.com/ampersand-24eb5c1a-seo-aeo-quick-wins/L1nF9Gml10dNLGGC/images/overview.png?fit=max&auto=format&n=L1nF9Gml10dNLGGC&q=85&s=5f48e87ad4d06b3b713ebcfca9120760" alt="The Ampersand platform" width="1396" height="1130" data-path="images/overview.png" />
</Frame>

The key components include:

* **Manifest file:** an `amp.yaml` file, where you define all your integrations: API to connect to, objects and fields you want to read or write, and configuration options you'd like to expose to your customers.
* **Ampersand server:** a managed service that keeps track of each of your customer’s configurations, and makes the appropriate API calls to your customer's SaaS, while optimizing for cost, handling retries and error message parsing.
* **Embeddable UI components** with Ampersand, you can embed set-up, configuration, and management UIs that allow your end users to customize and manage their integrations.

<Frame caption="Our React SDK offers embeddable UI components">
  <img src="https://mintcdn.com/ampersand-24eb5c1a-seo-aeo-quick-wins/L1nF9Gml10dNLGGC/images/f5c6c9b-image.png?fit=max&auto=format&n=L1nF9Gml10dNLGGC&q=85&s=c131c869dc13276322c5c088162604b9" alt="Our React SDK offers embeddable UI components" width="2802" height="1324" data-path="images/f5c6c9b-image.png" />
</Frame>

* **Dashboard**: our dashboard allows you to monitor and troubleshoot your customers' integrations.

<Frame caption="Ampersand Dashboard">
  <img src="https://mintcdn.com/ampersand-24eb5c1a-seo-aeo-quick-wins/L1nF9Gml10dNLGGC/images/ef05f17-image.png?fit=max&auto=format&n=L1nF9Gml10dNLGGC&q=85&s=57ed0c9bd421268ee0bacf90acd8a5d7" alt="Ampersand Dashboard" width="2752" height="1604" data-path="images/ef05f17-image.png" />
</Frame>
