> For the complete documentation index, see [llms.txt](https://docs.dexkit.com/productos-defi-y-soluciones-es/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/productos-defi-y-soluciones-es/dexappbuilder/gestionando-esta-herramienta/construyendo-secciones-personalizadas.md).

# Construyendo secciones personalizadas

En esta sección aprenderás **cómo crear una página con sección personalizada** **para tu DApp**, lo que te permitirá el más alto nivel de personalización posible.

<figure><img src="/files/234d12c33ac3fa646681ef5a795a5276306e0b28" alt=""><figcaption></figcaption></figure>

## A la derecha de tu pantalla

Después de hacer clic en el **«AÑADIR SECCIÓN PERSONALIZADA»** botón verás el diseño a continuación con un menú emergente a la derecha con algunas opciones&#x20;

<figure><img src="/files/830ab28dc55ac00cddc43c1237e3228743375eb4" alt=""><figcaption></figcaption></figure>

Ahora pulsa el ![](/files/e6b27cd426d627e11d46db63a0f29d003757e99e) opción en el centro de la pantalla y espera a que aparezca el menú izquierdo

{% hint style="info" %}
Recordatorio: Necesitas arrastrar el bloque seleccionado a la posición que deseas dentro del editor de secciones.
{% endhint %}

### Bloques / componentes disponibles \*

| Diseño              | Recursos genéricos                 | Terceros / Varios       | Cripto                                   |
| ------------------- | ---------------------------------- | ----------------------- | ---------------------------------------- |
| Fondo               | Botón                              | Cronología de Twitter   | Colección                                |
| Fragmento de código | Imagen                             | Video (YouTube o Vimeo) | Contrato                                 |
| Contenedor          | Video HTML5                        |                         | Contrato desde el formulario del usuario |
| Divisor             | Widget (HTML/Script personalizado) |                         | Plugin de intercambio                    |
| Espaciador          | Fragmento de código                |                         | NFT                                      |
| Pila                |                                    |                         | Lista de NFT                             |
| Buscar NFT          |                                    |                         | Sección de activos                       |
| Carrusel            |                                    |                         | Banner de colección                      |
| Texto               |                                    |                         | Formulario DexGenerator                  |
|                     |                                    |                         | Plugin de intercambio                    |
|                     |                                    |                         | Recibir moneda por QR                    |
|                     |                                    |                         | Intercambio de tokens                    |

\[\*] Añadiremos más bloques y funciones bajo demanda.

Ahora que estás familiarizado con esta sección, **deja volar tu imaginación y crea la mejor DApp jamás imaginada.** ✨


---

# 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/productos-defi-y-soluciones-es/dexappbuilder/gestionando-esta-herramienta/construyendo-secciones-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.
