# Setup Guide

## **Adding the Annoto App to Account**

{% hint style="success" %}
If not done so yet, please finish the [Deployment Guide](/setup-guides/canvas/deployment-guide.md) before proceeding witht the setup.
{% endhint %}

1. Copy the "Annoto LTI Advantage" Developer Key's Client ID (same client ID that was shared with Annoto:[Deployment Guide](/setup-guides/canvas/deployment-guide.md#step-4-share-the-client-id-with-annoto))
2. Navigate to the account "Settings"
3. Navigate to the "Apps" Tab
4. On the External Apps page click the "+ App" button.

<figure><img src="/files/G8Y8mmCOM4LzJIayx7e4" alt=""><figcaption></figcaption></figure>

5. On the Add App page
   1. Select "By ClientID" in the "Configuration Type" drop down menu
   2. Paste the Client ID copied from the Developer Keys into the Client ID field
   3. Click "Submit"

<figure><img src="/files/KuLt9fKMk180Y5WzMSMD" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For more details about adding external applications, please refer to the [Canvas documentation](https://community.canvaslms.com/t5/Admin-Guide/How-do-I-configure-an-external-app-for-an-account-using-a-client/ta-p/202)
{% endhint %}


---

# 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.annoto.net/setup-guides/canvas/setup-guide.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.
