> For the complete documentation index, see [llms.txt](https://docs.consuldemocracy.org/use_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.consuldemocracy.org/use_guide/spanish-5/7.-pagina-inicial-personalizable.md).

# 7. Página inicial personalizable

CONSUL DEMOCRACY cuenta con una pagina inicial cuando se accede a la plataforma, que es completamente personalizable. Esta página nos permite resaltar los procesos más interesantes, enlazar gráficamente a contenidos internos o externos, o visibilizar las propuestas y debates más apoyados.

<figure><img src="/files/6vcc3hm6KVFP1xniLhUD" alt=""><figcaption></figcaption></figure>

Como vemos en el anterior ejemplo, la página inicial se divide en diferentes bloques. Todos los bloques se pueden activar o desactivar en cualquier momento según se quiera mostrar una información u otra.

En primer lugar tenemos un bloque con la cabecera inicial, para resaltar lo que nos parezca más prioritario, que tendrá la máxima visibilidad.

Otros dos bloques que se pueden activar son los bloques de Propuestas y Debates activos. Estos bloques van mostrando de manera automática las Propuestas y Debates creados por los ciudadanos que van teniendo más apoyos.

A continuación se puede activar el bloque de Procesos. Este bloque visualiza automáticamente los últimos procesos abiertos.

Por último encontramos el bloque de Contenidos Destacados. En este bloque se pueden crear tarjetas sobre temas que nos parezcan importante destacar. El título, la imagen, el texto y el enlace de la tarjeta es configurable.

Todos estos bloques se configuran y modifican de manera sencilla desde la interfaz de administración de la plataforma, permitiendo que se cambie con la regularidad que se necesite.


---

# 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.consuldemocracy.org/use_guide/spanish-5/7.-pagina-inicial-personalizable.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.
