> 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.md).

# Getting started

- [Start note-taking](https://guide.amanote.com/en/getting-started/start-note-taking.md): Let's see how to open a course material and annotate it with Amanote.
- [Open a course support from Amanote](https://guide.amanote.com/en/getting-started/start-note-taking/opening-a-course-support-from-amanote.md): Let's see how to open a course material and annotate it with Amanote.
- [Open a course material from my institution's platform](https://guide.amanote.com/en/getting-started/start-note-taking/open-a-course-material-from-my-institution-s-platform.md): Find out how to start taking notes from your institution's platform
- [Browsing the document](https://guide.amanote.com/en/getting-started/browsing-the-document.md)
- [Search by keywords](https://guide.amanote.com/en/getting-started/search-by-keywords.md)
- [Resize the workspace](https://guide.amanote.com/en/getting-started/resize-the-workspace.md)
- [Taking notes](https://guide.amanote.com/en/getting-started/note-taking.md): Vous avez un champ de texte associé à chaque page du support de cours.
- [Text formatting](https://guide.amanote.com/en/getting-started/note-taking/text-formatting.md)
- [Inserting an image](https://guide.amanote.com/en/getting-started/note-taking/inserting-an-image.md)
- [Inserting a table](https://guide.amanote.com/en/getting-started/note-taking/inserting-a-table.md)
- [Inserting a horizontal line](https://guide.amanote.com/en/getting-started/note-taking/inserting-a-horizontal-line.md)
- [Highlighting in your notes](https://guide.amanote.com/en/getting-started/note-taking/highlighting-in-your-notes.md)
- [Inserting mathematical formulas](https://guide.amanote.com/en/getting-started/note-taking/inserting-mathematical-formulas.md)
- [Drawing a diagram](https://guide.amanote.com/en/getting-started/note-taking/drawing-a-diagram.md)
- [Referencing an area of the course material](https://guide.amanote.com/en/getting-started/note-taking/referencing-an-area-of-the-course-material.md)
- [Annotating course material](https://guide.amanote.com/en/getting-started/annotating-course-material.md)
- [Highlighting](https://guide.amanote.com/en/getting-started/annotating-course-material/highlighting.md)
- [Drawing](https://guide.amanote.com/en/getting-started/annotating-course-material/drawing.md)
- [Numbered notes](https://guide.amanote.com/en/getting-started/annotating-course-material/numbered-notes.md)
- [Text area](https://guide.amanote.com/en/getting-started/annotating-course-material/text-area.md)
- [Save your work](https://guide.amanote.com/en/getting-started/save-your-work.md)
- [Document organization](https://guide.amanote.com/en/getting-started/document-organization.md)
- [Summary view](https://guide.amanote.com/en/getting-started/summary-view.md)
- [Printing or exporting your notes](https://guide.amanote.com/en/getting-started/printing-or-exporting-your-notes.md)


---

# 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.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.
