> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/pt-br/readme/content/annotations.md).

# Anotações

1. Para acessar as anotações, clique em uma imagem em um relatório.&#x20;
2. Encontre as ferramentas de anotação acima da imagem.\
   ![](/files/dbdf08dd504663fad8dc8b0773a24e1029bcd636)

### Linhas

Linhas permitem apontar para áreas específicas de uma imagem, direcionando o foco do leitor para elementos importantes. \
![](/files/e0d81b22f932d673197516eefb7d29d528ba8bcc)![](/files/39d4dc8a69f6a6cdc41d74024abd20eeba280042)

### Círculo

Da mesma forma, círculos podem chamar a atenção para certas regiões de uma imagem. \
![](/files/6842391a63a3c44260e32fa3a5862cbd87bf5db4)

### Polígono

Acessado a partir do *Mais* menu, o polígono permite contornar formas e regiões mais complexas. \
![](/files/8256ed6570b40ad26276dc3b08624ca6640aaaaa)

### Marca de verificação/Cruz

Também acessado a partir do *Mais* menu, estas ferramentas de anotação são boas para mostrar o status de um projeto (por exemplo, para marcar o trabalho como concluído/não concluído). \
![](/files/7b777f8a14d0163ee97ca5cc2dd1a130ef0de7a2)

### Cor e Espessura

Você pode alterar a cor de qualquer anotação, incluindo notas, escolhendo uma cor diferente no menu da paleta.&#x20;

![](/files/2bfbd65e4b1ef875daf706ae9998551bff3fd939)

Você pode ajustar a espessura de setas e formas selecionando a espessura de linha desejada no menu de linhas.

&#x20;![](/files/ffb80f70874f98949ce2d1852021f661f10c7e86)


---

# 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://docs.reportandrun.com/manual/pt-br/readme/content/annotations.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.
