> 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/perfil.md).

# Perfil

1. **Ingresa al perfil:** Luego de iniciar sesión, en la parte superior derecha de la pantalla aparecerá el nombre de tu usuario, da clic sobre el para acceder a tu espacio.

<figure><img src="/files/3H987C0Q5czYeuokxESM" alt=""><figcaption></figcaption></figure>

Encontrarás tres pestañas así:

{% tabs %}
{% tab title="Conjunto 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/4IpEmpfgvsGyVGxlQfik" 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="Tokens de API" %}
**Crea Tokens de API:** En esta pestaña puedes generar Un token de API que se utiliza para autenticar y autorizar solicitudes a una API (Interfaz de Programación de Aplicaciones). Funciona como una clave de acceso que permite a los desarrolladores interactuar con los servicios de una API de manera segura.

Solo debes agregar un nombre y dar clic sobre ![](/files/06ouDPofX057nukx14RN)

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

Aparecerá un mensaje con el token, que debe ser copiado para ser utilizado.&#x20;

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

Para borrar un API creado da clic en el botón <img src="/files/zbKxcGXyYsl1mMQkWD6t" alt="" data-size="line">

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

{% 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/xOFtmkwcDypVFFVpJqPE" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

**2. Ingresa a ajustes del perfil:** Da clic sobre el botón ![](/files/4tzaCxgVcbinmu14j0Fd), ubicado en la parte superior derecha de la página.

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

**3.Cambia tus detalles:** Puedes agregar información de tu perfil, incluyendo tu nombre completo, una descripción sobre lo que haces, y una foto

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

**4. Cambia tu contraseña:** En la parte inferior encontrarás la sección "cambia tu contraseña". Digita la contraseña anterior, luego la nueva contraseña y vuelve a confirmar la nueva contraseña.&#x20;

<figure><img src="/files/3x9y7vtRhmVJMHZ7w4lp" 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/perfil.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.
