> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/developer-guide/pt-br/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-collection/capsule-header-dimensions.md).

# Dimensões do cabeçalho da Cápsula

Cabeçalhos são usados ​​em Cápsulas para indicar a qual coleção a Cápsula pertence. Ao criar uma nova coleção, você deve fazer upload do cabeçalho e selecionar a cor da cápsula.

As cápsulas possuem formato hexagonal e o cabeçalho está localizado na parte superior deste hexágono. Portanto, o tamanho da imagem do cabeçalho deve ser maior para preencher o formato hexagonal, mas o logotipo deve ser menor para ser totalmente exibido, conforme mostra a figura a seguir:

<figure><img src="/files/HXzxoFbVqkWB1Q76UB6Y" alt="Representação do símbolo de uma Cápsula para ilustrar a posição do cabeçalho no hexágono." width="375"><figcaption></figcaption></figure>

## Dimensões do cabeçalho

O arquivo de cabeçalho deve estar no formato `.jpg` ou `.png` e ter as seguintes dimensões:

* **Largura do cabeçalho:** 180px
* **Altura do cabeçalho:** 40px
* **Largura do logo:** 90px
* **Altura do logo:** 24px

Seu logo deve ser colocado centralizado na imagem. Dessa forma, você obtém um preenchimento de 8px na parte superior e inferior e um preenchimento de 45px em ambos os lados.

<figure><img src="/files/WNns4vTKNnJMsbvZ0wK7" alt="Dimensões do cabeçalho, incluindo largura, altura e espaçamento interno (padding)." width="293"><figcaption></figcaption></figure>


---

# 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.digibee.com/documentation/developer-guide/pt-br/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-create-a-capsule-collection/capsule-header-dimensions.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.
