> For the complete documentation index, see [llms.txt](https://datosbogota.gitbook.io/manual-usuario/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://datosbogota.gitbook.io/manual-usuario/gestiona-tus-datos/panel-de-control.md).

# Panel de Control

1. **Ingresa al Panel de control:** Luego de iniciar sesión, en la parte superior derecha de la pantalla aparecerá el icono ![](/files/0ORmf6E92FSgwO5ErgFY) da clic sobre el para acceder.

<figure><img src="/files/CnIB7VyZPF1dTfDtNoTR" alt=""><figcaption></figcaption></figure>

Encontrarás tres pestañas así:

{% tabs %}
{% tab title="Flujo de actividad" %}
En esta pestaña encuentras los cambios que realizaste, con tu usuario, a que dato y en que fecha.

<figure><img src="/files/wW1kcDcHp1pHHJNAhIrT" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mis conjuntos de datos" %}
**Explora tú conjunto de datos:** En esta pestaña encontrarás los datos que has trabajado públicos o privados.

<figure><img src="/files/rwmZd4ij97fgYNSGZUCC" alt=""><figcaption></figcaption></figure>

**1.1. Agregar un dato:** Sigue los pasos de[ "Agregar datos"](/manual-usuario/gestiona-tus-datos/agregar-un-conjunto-de-datos-o-dataset.md)

**1.2. Edita un dato:** Sigue los pasos de ["Edita un dato"](/manual-usuario/gestiona-tus-datos/agregar-un-conjunto-de-datos-o-dataset/construye-tu-metadato/edita-el-metadato.md)

**1.3. Elimina un dato:** Sigue los pasos de ["Elimina un dato"](/manual-usuario/gestiona-tus-datos/elimina-un-dato.md)
{% endtab %}

{% tab title="Mis entidades" %}
Encuentra la información de la entidad en la que produces tus datos.

<figure><img src="/files/eQ43bJT1yXwthuFVLc2K" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Mis temáticas" %}
Aquí se encuentran las  temáticas en las que se encuentran los datos de su entidad.

<figure><img src="/files/izXBzY8rsfGi9YK6LP9K" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

<figure><img src="/files/Sf7b96dvJdeu0937Uw7x" alt=""><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://datosbogota.gitbook.io/manual-usuario/gestiona-tus-datos/panel-de-control.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.
