# Connect an Access System to Seam

You can use [Seam Console](/latest/core-concepts/seam-console.md) or the [Seam API](https://docs.seam.co/latest/api/connect_webviews/) to connect your access system to Seam. You use a [Connect Webview](/latest/core-concepts/connect-webviews.md) to authorize the connection.

## Connect an Access System Using Seam Console

1. Log in to [Seam Console](https://console.seam.co/).
2. In the upper-left corner, click the workspace switcher and select or create a [workspace](/latest/core-concepts/workspaces.md).

   To connect a real access system to Seam, use a production workspace. To use one of Seam's [virtual access systems](https://docs.seam.co/latest/device-and-system-integration-guides), use a [sandbox workspace](/latest/core-concepts/workspaces.md#sandbox-workspaces).

   ![Use the Seam Console workspace switcher to switch between workspaces and create new workspaces.](/files/oPKs9FvgStA0ELQIe2Pw)
3. In the top navigation pane, click **ACS Systems**.
4. On the **Access Systems** page, click **New Access System**.

   Seam Console displays a Connect Webview that enables you to connect your access system to Seam.
5. In the Connect Webview, follow the prompts to authorize the connection.

   <figure><img src="/files/4pI8K7uCJdholzOr783E" alt="Use a Connect Webview to connect your access system to Seam."><figcaption><p>Use a Connect Webview to connect your access system to Seam.</p></figcaption></figure>

   If you want to connect a virtual access system to a sandbox workspace, use the corresponding [sandbox access system credentials](https://docs.seam.co/latest/device-and-system-integration-guides).

   To connect a real access system, see the [system integration guide](https://docs.seam.co/latest/device-and-system-integration-guides#access-control-systems) for your ACS to learn any brand- or system-specific prerequisites, requirements, and restrictions.

The **Access Systems** page now displays the newly-connected access control system.

***

## Connect an Access System Using the Seam API

First, use the Seam API to [create a Connect Webview](https://docs.seam.co/latest/api/connect_webviews/create). Then, display this Connect Webview to your user. You user completes the Connect Webview to authorize the access system connection to Seam.

For detailed instructions, see [Connect Webview Process](/latest/core-concepts/connect-webviews/connect-webview-process.md).


---

# Agent Instructions: 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:

```
GET https://docs.seam.co/latest/capability-guides/access-systems/connect-an-acs-to-seam.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
