> For the complete documentation index, see [llms.txt](https://examind.gitbook.io/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://examind.gitbook.io/v1/feedback-machines/get-started/using-canvas.md).

# Using Canvas

Setting up Feedback Machines in Canvas lets your students reach it directly from your course — no separate login. There are two parts: a one-time institution install handled by IT, and a quick per-course activation handled by you.

{% hint style="info" %}
Feedback Machines currently supports **Canvas only**, and is a **separate integration from the EXAMIND Platform**. Setting up one does not set up the other.
{% endhint %}

## 1. Institution install (IT — one time)

Before instructors can use Feedback Machines in Canvas, your institution's IT team installs it once at the Canvas account level. Share the installation guide with them:

* [Feedback Machines: Canvas LTI Installation (IT) →](/v1/it-administration/lms-integrations/feedback-machines-canvas-setup.md)

Once it's installed for your account (or the relevant sub-account), instructors can enable it in their own courses.

## 2. Enable Feedback Machines in your course

{% stepper %}
{% step %}

### Open navigation settings

In your Canvas course, click **Settings** at the bottom of the course menu, then open the **Navigation** tab.
{% endstep %}

{% step %}

### Enable Feedback Machines

Find **Feedback Machines** in the list, drag it up into the visible menu (or click the three dots and choose **Enable**), then **Save**.
{% endstep %}

{% step %}

### Open Feedback Machines

Click the **Feedback Machines** link that now appears in your course menu.
{% endstep %}

{% step %}

### Create or link a class

Set up your class by choosing one of:

* **Create** a new class, or
* **Link** / **Copy and Link** an existing class — for example one from a previous pilot or semester.
  {% endstep %}
  {% endstepper %}

## Re-use last semester's setup

To carry your Feedback Machines into a new course instance:

1. In your new Canvas course, make sure **Feedback Machines** is enabled in the course navigation (see above).
2. Click the **Feedback Machines** link.
3. Find your class from the previous semester and select **Copy and Link**.
4. Rename it — including the term (e.g. "Spring 26") helps keep things organized — and set an **end date** after the class ends. Confirm.

## How students access it

Once your class is linked, students click the **Feedback Machines** link in your course's left menu, then **Use** next to the assignment they're working on. See [Use a Feedback Machine](/v1/feedback-machines/use.md) for more.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://examind.gitbook.io/v1/feedback-machines/get-started/using-canvas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
