> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

[Ampersand](https://www.withampersand.com/) is a declarative platform for SaaS builders who are creating product integrations. It allows you to:

* Read data from your customer's SaaS
* Write data to your customer's SaaS
* Subscribe to events (creates, deletes, and field changes) in your customer's SaaS.

Here's an overview of the Ampersand platform:

<Frame caption="The Ampersand platform">
  <img src="https://mintcdn.com/ampersand-24eb5c1a/p4alBfPjHeNuBPh1/images/overview.png?fit=max&auto=format&n=p4alBfPjHeNuBPh1&q=85&s=75601c0d90831c221e0606e3849b7acb" 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/p4alBfPjHeNuBPh1/images/f5c6c9b-image.png?fit=max&auto=format&n=p4alBfPjHeNuBPh1&q=85&s=3ebbaede159c6983d4fff82d9801cdc3" 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/p4alBfPjHeNuBPh1/images/ef05f17-image.png?fit=max&auto=format&n=p4alBfPjHeNuBPh1&q=85&s=3c33caef7f8fa51e9aae38dc7228c35d" alt="Ampersand Dashboard" width="2752" height="1604" data-path="images/ef05f17-image.png" />
</Frame>
