# Using Seam Console to Issue Instant Keys

You can use Seam Console to issue Instant Keys. This process assumes that you have already [connected your access system to Seam](/latest/capability-guides/instant-keys/setting-up-your-site-for-instant-keys.md#connect-your-access-system-to-seam) and includes the following steps:

1. Create an access system user and corresponding user identity.
2. If your access system supports access groups, assign the user to one or more access groups.
3. Create a mobile key credential.

   If your access system supports direct entrance assignment, during this step, also select the entrances to which you want to grant the user access.
4. Issue an Instant Key for the user identity.

***

## Create a User Identity and Access System User

1. Log in to [Seam Console](https://console.seam.co/).
2. In the upper-left corner, click the workspace switcher and select the production workspace in which your access system is connected.

   ![Use the Seam Console workspace switcher to switch between workspaces and create new workspaces.](/files/0x1sys5JYxINPa7o78ep)
3. In the top navigation pane, click **ACS Systems**.
4. On the **Access Systems** page, click the access system in which you want to grant access to a user.
5. At the upper-left of the access system page, click **Add user**.

   <figure><img src="/files/WHPSNzrwg2Y3FO3kswcy" alt="Click Add user to add the user to whom you want to grant access." width="340"><figcaption><p>Click <strong>Add user</strong> to add the user to whom you want to grant access.</p></figcaption></figure>
6. In the **Add New User** dialog:

   1. Type the full name of the user, as well as a unique email address or phone number.
   2. Specify the start and end dates for the user's access.
   3. Click **Continue**.

   Seam creates the new access system user.
7. On the **Users** table, click the access system user that you created.

   <figure><img src="/files/9zlcmSysPHCXone6WQyh" alt="Click the new access system user that you created."><figcaption><p>Click the new access system user that you created.</p></figcaption></figure>
8. At the left of the user page, click **User identity** to expand the **User identity** area.

   <figure><img src="/files/C0IYMPoC9lqUMoZyPg5Q" alt="Expand the User identity area to link the access system user to a user identity." width="281"><figcaption><p>Expand the <strong>User identity</strong> area to link the access system user to a user identity.</p></figcaption></figure>
9. Click **Link to user identity**.
10. In the **Choose a Seam user identity** dialog, click **New user identity**.

    <figure><img src="/files/EGMCOgdCvj8mnonJoYNC" alt="Click New user identity." width="563"><figcaption><p>Click <strong>New user identity</strong>.</p></figcaption></figure>
11. In the **Add New User Identity** dialog:

    1. Type the full name of the user, as well as a unique email address, phone number, or user identity key.
    2. Click **Save**.

    Seam creates the new user identity and links it to the access system user.
12. If your access system supports access groups:
    1. At the top of the user page, click **Access Groups**.
    2. In the upper-right corner of the user page, click <img src="/files/IqahAgaAndgKt1c8AgVZ" alt="" data-size="line">and select **Manage Access**.

       <figure><img src="/files/M9vNuX0R3cfaYYPbaSMz" alt="Click Manage Access to assign the user to an access group." width="255"><figcaption><p>Click <strong>Manage Access</strong> to assign the user to an access group.</p></figcaption></figure>
    3. In the **Manage Access for \[User]** dialog, select the checkbox next to each access group to which you want to add the user and then click **Save**.
13. At the left side of the user page, click **Add Credential**.

    <figure><img src="/files/K71EkW8GN2pNV33o1aci" alt="Click Add Credential to create a mobile key for the access system user." width="281"><figcaption><p>Click <strong>Add Credential</strong> to create a mobile key for the access system user.</p></figcaption></figure>
14. In the **Choose type of credential** dialog, click **Seam mobile key**.
15. If your access system supports direct entrance assignment:
    1. In the **Select entrances for \[user]** dialog, select the checkbox next to each entrance to which you want to grant the user access and then click **Next**.
    2. In the **Enter start & end time** dialog, specify the schedule for the user's access and then click **Next**.
16. Click **Done** to confirm the successful credential creation.
17. In the **User identity** area at the left of the user page, click the user identity linked to the access system user.

    <figure><img src="/files/HjKae2UxFcLp5IqJZ4x0" alt="Click the linked user identity." width="281"><figcaption><p>Click the linked user identity.</p></figcaption></figure>
18. In the **Instant Key** area at the left of the user identity page, click **Generate Instant Key**.

    <figure><img src="/files/c62ouTRf3xN6q6slFb70" alt="Click Generate Instant Key. This key contains all the mobile credentials for the user identity."><figcaption><p>Click <strong>Generate Instant Key</strong>. This key contains all the mobile credentials for the user identity.</p></figcaption></figure>

Seam generates an Instant Key and displays the **Instant Key Link** dialog. This dialog displays the following information:

* An Instant Key link that you can copy and share with your user.
* A QR code that you can scan with a mobile device to open the Seam Instant Key App Clip.

<figure><img src="/files/c0KvjTUKzAVyYVXoDdE4" alt="Share the Instant Key link with your user. With no app install required, your user just taps to unlock." width="563"><figcaption><p>Share the Instant Key link with your user. With no app install required, your user just taps to unlock.</p></figcaption></figure>

For more information about sharing Instant Keys with your users, see [Delivering Instant Keys](/latest/capability-guides/instant-keys/delivering-instant-keys.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/instant-keys/using-seam-console-to-issue-instant-keys.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.
