> For the complete documentation index, see [llms.txt](https://mediamarkup.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mediamarkup.gitbook.io/docs/introduction/notes-and-comments.md).

# Notes & Comments

## Making Notes: Annotation & Markup

Notes/Annotations are added by selecting an annotation/drawing tool. Various tools are provided to  highlight area depending on the nature of the feedback.

![Annotation/Drawing Tools](/files/-Lbm3YZx04BNy6LImL09)

In the example below we use the Pen tool to markup an area of interest.

![Markup drawn using the Pen tool](/files/-Lbm6hr8l7dRPJPUJgsM)

When the annotation ia added, a Note must be entered, this is linked to the annotation drawing.

![New Note Popup after markup up image](/files/-Lbm8TS8Cwm4jmnIQ7J7)

All notes added to the approval are visible on the right hand side of the page.

![Notes Area](/files/-LbnYFU1f6TZvQxmWoTB)

Clicking on the annotation or note will display the note and it's related comments, this keeps all comments as a conversation in a single thread. Additional comments are added as required.

![Notes & Comments](/files/-LbnbsyTZ0h3_OKVdEUx)


---

# 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://mediamarkup.gitbook.io/docs/introduction/notes-and-comments.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.
