> ## 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.

# Webflow

## What's Supported

### Supported Actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://api.webflow.com`.

## Before You Get Started

To connect Webflow with Ampersand, you need to [Create a Webflow Account](#create-a-webflow-account) and obtain the following credentials from your Webflow App:

* Client ID
* Client Secret
* Scopes

You will then use these credentials to connect your application to Ampersand.

### Create a Webflow Account

You need a **Webflow** account to connect with Ampersand. If you do not have a Webflow account, here's how you can sign up:

* Go to the [Webflow site](https://webflow.com/) and sign up for a free account using your preferred method.

### Creating a Webflow App

Once your Webflow account is ready, you need to create a Webflow application. Learn more about creating a Webflow application [here](https://developers.webflow.com/).

1. Log in to the [Webflow Developer Portal](https://developers.webflow.com/).

2. Go to **App and Integrations**.

3. Click on **Create a New App**.

4. On the Create a New App form, enter the following details:
   1. **App Name**: The name of the app.
   2. **App Description**: Description for the app.
   3. **App icon**: Select an app icon.
   4. **App homepage URL**: Enter an app homepage URL.

5. Click **Continue**.

6. Enter the Ampersand redirect URL: `https://api.withampersand.com/callbacks/v1/oauth` in the **Redirect URI** section.

7. Choose the scopes that are applicable for your application.

8. Click **Create App**.

You can find the **Client ID** and **Client Secret** keys on the app details page. Note these keys, as they are essential for connecting your app to Ampersand.

## Add Webflow App Details in Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).

2. Select the project where you want to add the Webflow App.

3. Navigate to the **Provider Apps** section.

4. Select **Webflow** from the Provider list.

5. Enter the previously obtained **Client ID** in the **Client ID** field and the **Client Secret** in the **Client Secret** field.

6. Enter the scopes set for your application in **Webflow**.

7. Click **Save Changes**.
