> For the complete documentation index, see [llms.txt](https://guide.amanote.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.amanote.com/en/getting-started/start-note-taking/opening-a-course-support-from-amanote.md).

# Open a course support from Amanote

You can open a course support from Amanote, or directly from your institution's platform if it is a partner.

{% content-ref url="/pages/lAHkLVjCTId8MaKcJKtZ" %}
[Open a course material from my institution's platform](/en/getting-started/start-note-taking/open-a-course-material-from-my-institution-s-platform.md)
{% endcontent-ref %}

## Open a course support from Amanote

To do this, go to the application and click on the "Note-taking" button in the top left-hand corner.

<figure><img src="/files/9boqGUfoxtLV5iDFnsXY" alt="" width="237"><figcaption></figcaption></figure>

You will then be offered several formats of course material compatible with Amanote.

<figure><img src="/files/4LdYYygT8iqvKVt81Imw" alt=""><figcaption></figcaption></figure>

Then upload the course material and confirm the import. You will be able to choose the title of the document as well as the [space](https://github.com/AmaplexSoftware/amanote-gitbook-user-guide-en/blob/main/getting-started/organization-of-documents.md) (folder) in which it will be stored.

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


---

# 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://guide.amanote.com/en/getting-started/start-note-taking/opening-a-course-support-from-amanote.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.
