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

# Identidade visual

- [Definir o nome da empresa](https://docs.reportandrun.com/manual/pt-br/readme/branding/set-a-company-name.md): Adicione o nome da sua empresa para personalizar seus relatórios do Report and Run.
- [Definir o logotipo da empresa](https://docs.reportandrun.com/manual/pt-br/readme/branding/set-a-company-logo.md): Adicione seu logotipo ao seu espaço de trabalho e ao topo dos relatórios.
- [Adicionar logotipo no rodapé](https://docs.reportandrun.com/manual/pt-br/readme/branding/add-footer-logo.md): Adicione seu logotipo à parte inferior dos relatórios.
- [Definir texto do rodapé](https://docs.reportandrun.com/manual/pt-br/readme/branding/set-footer-text.md): Adicione texto à parte inferior dos seus relatórios publicados.
- [Definir tamanho do logotipo](https://docs.reportandrun.com/manual/pt-br/readme/branding/set-logo-size.md): Ajuste o tamanho do seu logotipo ou banner.
- [Adicionar um banner a um relatório](https://docs.reportandrun.com/manual/pt-br/readme/branding/add-a-banner-to-a-report.md): Adicione uma imagem de banner ao topo dos seus relatórios do Report and Run.
- [Definir vários logotipos](https://docs.reportandrun.com/manual/pt-br/readme/branding/set-multiple-logos.md): Se você precisar de logotipos diferentes para projetos diferentes dentro do seu espaço, pode atribuir um logotipo a uma pasta e ele será usado nos relatórios dessa pasta.
- [Definir detalhes de contato](https://docs.reportandrun.com/manual/pt-br/readme/branding/set-contact-details.md): Defina informações de contato, como nome e número de telefone, para aparecerem na sua conta do Report and Run e nos relatórios publicados.
- [Definir um local](https://docs.reportandrun.com/manual/pt-br/readme/branding/set-a-location.md): Defina um local para aparecer na sua conta do Report and Run e nos relatórios publicados.


---

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