> 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/report-and-run-integrate/content/images/add-edit-image-properties.md).

# Adicionar/editar propriedades da imagem

1. Toque em um relatório para abri-lo.
2. Toque na imagem onde você deseja adicionar ou alterar as propriedades.

<div align="left"><figure><img src="/files/cea7982d3debd53516a6566175b32209abc92de1" alt=""><figcaption></figcaption></figure></div>

3. Role para baixo até *Propriedades* seção.

<div align="left"><figure><img src="/files/1d2c4a7403ff516658994a2cdc97f5778b95849e" alt=""><figcaption></figcaption></figure></div>

4. Toque na propriedade que você deseja editar. No exemplo abaixo, *Atribuído a* será editado.&#x20;

<div align="left"><figure><img src="/files/5420454e134a97f5573bf3af49ca8ec702f0cb5f" alt=""><figcaption></figcaption></figure></div>

5. Ajuste a propriedade conforme necessário e toque em **Salvar**.&#x20;

<div align="left"><figure><img src="/files/42ddcfcf5cb59b64643e6daa22afe4bf0a617a68" alt=""><figcaption></figcaption></figure></div>

6. Suas alterações aparecerão na tela de detalhes do item do relatório.&#x20;

<div align="left"><figure><img src="/files/49ab89bec702c7f0c736cb454cfebced89f4a1c1" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Propriedades com datas/horários, como *Data de vencimento* e *Data de início*, terão ícones de calendário e relógio que você pode tocar para ajustar. Algumas propriedades, como *Status*, terão uma seleção suspensa. Outras, como *Atribuído a*, permitem a inserção de texto.&#x20;
{% endhint %}


---

# 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/report-and-run-integrate/content/images/add-edit-image-properties.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.
