# Collaboration

When Amanote is integrated into your institution, you can discuss directly in the course material. To do so, go to the "Discussion" tab in the note-taking area. You can also access it via `Menu > View > Collaborate`.

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

The way it works is similar to a discussion forum, with the difference that messages are directly linked to each page of the course material. So if you don't understand something on page 3, for example, you can ask a question that will be linked to that page. In this way, context is always maintained.

## The different types of message

When you add a message, you'll be asked to indicate what type the message is.

* **Question** : The question mode is used to ask a question.
* **Resources**: Resource mode is used to share a resource (video, web page, explanations) that might be useful to better understand the associated page.
* **Comment**: Comment mode is used to add a comment associated with the current page.


---

# 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://guide.amanote.com/en/going-further/learners-collaboration.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.
