> 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/images/add-follow-up-images.md).

# Adicionar imagens de acompanhamento

{% tabs %}
{% tab title="Visualização em desktop (tela larga)" %}

1. Clique na imagem em que você deseja adicionar um acompanhamento.\
   ![](/files/f608099dd1f146076ae2f42a548a60883a978e69)
2. Clique **Acompanhamento** no lado direito da tela.\
   ![](/files/cf2bf2f5263adacfe2c34ddee09413c38f7de376)
3. Clique **Enviar imagem** no lado esquerdo da tela, abaixo de *Nova imagem*. \
   ![](/files/eaa368fdcc41afe2bad673b18aecd0bb4120be84)
4. Envie a imagem de acompanhamento do seu computador.
5. Dê um título à nova imagem. Clique **Criar**.\
   ![](/files/71bdf85a03808e3c530b903169fd961a561e0f7f)
6. As imagens original e de acompanhamento agora estão anexadas a um único item do relatório. Clique na imagem no relatório e role até o final da página para comparar as imagens original e de acompanhamento. \
   ![](/files/59ecbe8091f14927ba0fb2a670a53fe289929da4)
   {% endtab %}

{% tab title="Visualização em tablet (tela estreita)" %}

1. Clique na imagem em que você deseja adicionar um acompanhamento.\
   ![](/files/2aea31431e16191be8ec8216ca6c43602a0b18a1)
2. Clique **Acompanhamento** perto do topo da tela.\
   ![](/files/33030d796d2fb597301bc85e432c89c07a1e70ca)
3. Clique **Enviar imagem** no lado esquerdo da tela, abaixo de *Nova imagem*. \
   ![](/files/eaa368fdcc41afe2bad673b18aecd0bb4120be84)
4. Envie a imagem de acompanhamento do seu computador.
5. Dê um título à nova imagem. Clique **Criar**.\
   ![](/files/71bdf85a03808e3c530b903169fd961a561e0f7f)
6. As imagens original e de acompanhamento agora estão anexadas a um único item do relatório. Clique na imagem no relatório e role até o final da página para comparar as imagens original e de acompanhamento. \
   ![](/files/59ecbe8091f14927ba0fb2a670a53fe289929da4)
   {% endtab %}
   {% endtabs %}


---

# 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/images/add-follow-up-images.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.
