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

# LTI Dynamic Registration

> How to automatically integrate Nectir AI in D2L Brightspace

export const entity_0 = "Workspace"

<Note>
  This guide is intended for LMS administrators. If you encounter any issues during the integration process, please contact [support@nectir.io](mailto:support@nectir.io).
</Note>

## Configuring Nectir AI

When using dynamic registration in D2L, it automates most of the steps of the Tool creation process, but the rest is the same as the manual registration method.

### Creating the Tool

1. Within D2L, go to **Admin Tools** > **Manage Extensibility**
2. Go to **LTI Advantage** tab
3. Select **Register Tool**
4. Choose **Dynamic** registration
5. Input the following information:
   * **Tool initiation registration endpoint**: [https://ai.nectir.io/api/lti13/dynamicRegistration?workspaceId=YOUR\_WORKSPACE\_ID](https://ai.nectir.io/api/lti13/dynamicRegistration?workspaceId=YOUR_WORKSPACE_ID)

     <Tip>
       You can find your {entity_0} ID by going to **Nectir AI** > **{entity_0} settings** <Icon icon="gear" iconType="solid" color="black" /> > Copy and paste the **{entity_0} ID** field
     </Tip>
   * **Configure Deployment**: True
   * Click **Register**
6. Edit your newly created tool and add the following parameters:
   * **Enabled**: True
   * **Extensions**:
     * **Deep Linking**: True
   * **Roles**:
     * **Send Institution Role**: True
   * Click **Save**
7. From here, you can follow the same instructions as the manual registration from [Creating the Deployment](/lms-integrations/d2l-lti-manual#create-the-deployment)
