> For the complete documentation index, see [llms.txt](https://docs.dexkit.com/produtos-e-solucoes-defi-pt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexkit.com/produtos-e-solucoes-defi-pt/dexappbuilder/gerenciando-esta-ferramenta/construindo-secoes-personalizadas.md).

# Construindo seções personalizadas

Nesta seção você aprenderá **como criar uma página com seção personalizada** **para seu DApp**, que lhe permitirá o mais alto nível de personalização possível.

<figure><img src="/files/2c2309e6a4ba25e5c3931276bc9ffeb5030f7e3d" alt=""><figcaption></figcaption></figure>

## À direita da sua tela

Após clicar em **«ADICIONAR SEÇÃO PERSONALIZADA»** o botão você verá o layout abaixo com um menu popup à direita com algumas opções&#x20;

<figure><img src="/files/30b5a338798c2be1e7d95a6c4c53c9f1ac5c94f6" alt=""><figcaption></figcaption></figure>

Agora clique no ![](/files/52246f132165f56401aba80ccc0bcfc59aef87fc) opção no centro da tela e espere o menu esquerdo aparecer

{% hint style="info" %}
Lembrete: Você precisa arrastar o bloco selecionado para a posição que deseja dentro do editor de seções.
{% endhint %}

### Blocos / componentes disponíveis \*

| Layout           | Ativos genéricos                 | Terceiros / Diversos      | Cripto                            |
| ---------------- | -------------------------------- | ------------------------- | --------------------------------- |
| Plano de fundo   | Botão                            | Linha do tempo do Twitter | Coleção                           |
| Trecho de código | Imagem                           | Vídeo (YouTube ou Vimeo)  | Contrato                          |
| Contêiner        | Vídeo HTML5                      |                           | Contrato do formulário do usuário |
| Divisor          | Widget (HTML/Script customizado) |                           | Plugin de swap                    |
| Espaçador        | Trecho de código                 |                           | NFT                               |
| Empilhar         |                                  |                           | Lista de NFTs                     |
| Buscar NFT       |                                  |                           | Seção de ativos                   |
| Carrossel        |                                  |                           | Banner da coleção                 |
| Texto            |                                  |                           | Formulário DexGenerator           |
|                  |                                  |                           | Plugin de troca                   |
|                  |                                  |                           | Recebimento de moeda via QR       |
|                  |                                  |                           | Troca de token                    |

\[\*] Adicionaremos mais blocos e recursos conforme a demanda.

Agora que você está familiarizado com esta seção, **deixe sua imaginação correr solta e crie o melhor DApp já imaginado!** ✨


---

# 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.dexkit.com/produtos-e-solucoes-defi-pt/dexappbuilder/gerenciando-esta-ferramenta/construindo-secoes-personalizadas.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.
