> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/es/getting-started/databoard-features/folders.md).

# Carpetas

## Cómo usar

{% stepper %}
{% step %}

#### Crear carpeta

**A. Extracción Tabs**

Al ejecutar la extracción Tabs, se crea automáticamente una carpeta donde puedes verificar la lista de páginas individuales extraídas dentro de la carpeta.

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

**B. Crear carpeta arbitraria**

{% stepper %}
{% step %}
Haz clic en **\[Lista de carpetas]** en la parte superior del panel de datos.

<figure><img src="/files/6fda4ea0b0d8ab3275d135afc1db6e1571f186ea" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Haz clic en **\[Agregar]**.

<figure><img src="/files/e5518e2f8262e53dfe5ad9a79a317d113551dea0" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Ingresa el nombre de la carpeta y luego haz clic en el botón **\[Agregar]** una vez más.

<figure><img src="/files/5f393d826d77f016bd65d404a8d3b5707ff4b2ce" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
La nueva carpeta no se mostrará en el panel de datos hasta que se le agregue una tarea. Aparecerá cuando le agregues una tarea.
{% endhint %}
{% endstep %}

{% step %}

#### Mover tarea

{% stepper %}
{% step %}
Selecciona la tarea que deseas mover a una carpeta y luego haz clic en el botón **\[Mover]** en la parte superior del panel de datos.

<figure><img src="/files/3135bd0fd3ed413d7d014bb093c6e379349852d7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Selecciona la carpeta a la que deseas mover la tarea y luego haz clic en el botón **\[Mover]**.

<figure><img src="/files/e3a5f8287bf83a586e261cc5a642a2e8acae6d11" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}
{% endstep %}

{% step %}

#### Modificar nombre de carpeta

{% stepper %}
{% step %}
Haz clic en **\[Lista de carpetas]** en la parte superior del panel de datos.

<figure><img src="/files/acb7e2f1d07f3f986977749eb6a833d15a766ab5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Al pasar el mouse sobre la carpeta que deseas modificar, aparecerá el botón **\[Modificar]**. Haz clic en ese botón.

<figure><img src="/files/bfb772c5f1f76f0df3be3725bbb2f8cf0282a5f1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Ingresa el nuevo nombre y luego haz clic en el botón **\[Confirmar]**.

<figure><img src="/files/d78518e5a7096b7ee144bd53906903990441594c" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}
{% endstep %}

{% step %}

#### Eliminar carpeta

{% hint style="danger" %}
Las carpetas no se pueden eliminar con el botón de eliminar tareas.
{% endhint %}

{% stepper %}
{% step %}
Haz clic en **\[Lista de carpetas]** en la parte superior del panel de datos.

<figure><img src="/files/bbd9beb75882ae6c438c03c90d011d6435e0bff5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Selecciona la carpeta que deseas eliminar y luego haz clic en el botón **\[Eliminar]** en la parte inferior.

<figure><img src="/files/55b7ce741f1b94ead12217676cb4242c64c3edab" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Selecciona **\[Sí]** en la ventana de confirmación para eliminar la carpeta.

<figure><img src="/files/1871417b8f603eabb544ac710b74028964a0e340" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Incluso si eliminas la carpeta, las tareas que estaban dentro de ella no se eliminan juntas. Todas las tareas se separan en tareas individuales y se muestran nuevamente en el panel de datos.

<figure><img src="/files/a4a03c540e5b8fab4f034034e760358ef1072c42" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}
{% endstep %}
{% endstepper %}


---

# 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://help.listly.io/docs/es/getting-started/databoard-features/folders.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.
