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

# Connect Framer to Profound

## Prerequisites

Before connecting Framer to Profound, ensure:

* You have access to the Framer project you want Profound to manage
* You have generated a Framer API key for that project
* You have the Framer project URL for the project you want to connect

<Accordion title="How to create a Framer API key">
  1. Open the Framer project you want to connect.
  2. Go to **Site Settings → General**.
  3. Create a new API key for the project.
  4. Copy the API key and store it securely.
</Accordion>

<Accordion title="How to find your Framer project URL">
  1. Open the Framer project you want to connect.
  2. While viewing the Framer editor/project page, copy the project URL from your browser's address bar.

  Use a project URL like:

  ```text theme={null}
  https://framer.com/projects/<project-id>
  ```

  Do **not** use your deployed or published site URL, for example:

  ```text theme={null}
  https://your-site-name.framer.website
  ```
</Accordion>

## Connect Your Account

1. In Profound, go to **Account → Integrations → Framer**.
2. Click **Connect account**.
3. Enter your **Framer API Key**.
4. Enter your **Framer Project URL**.
5. Click **Connect account** to finish.

Once connected, Framer will appear as an available integration and can be selected inside Agents.

<Note>
  Framer API keys are bound to a single project. If you want to use multiple Framer sites in Profound, connect each project separately.
</Note>
