> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-studio/data-management-engine/filtros-de-archivo.md).

# Filtros de archivo

La función **“Filtros de archivo”** permite seleccionar únicamente los archivos con un determinado estado, como **“no procesado”** o **“procesado”**. Es especialmente útil en flujos que requieren la manipulación de datos basada en condiciones específicas, como al crear un **Data Job** que solo debe considerar archivos pendientes de procesamiento.

Con los filtros, es posible guardar criterios personalizados y reutilizarlos siempre que sea necesario, facilitando la automatización y garantizando que solo se consideren los datos relevantes durante la ejecución de la consulta. Todos los filtros se crean en el **Data Lake**.

Al hacer clic en **“Filtros de archivo”** en el menú lateral izquierdo, se mostrará una lista con todos los filtros previamente creados. Es posible arrastrar estos filtros dentro del editor y utilizarlos directamente en una consulta del **Data Warehouse**.

***

#### Opciones del Filtro de archivo

Al colocar el cursor sobre un filtro, se mostrará el ícono de opciones (**tres puntos**). Las acciones disponibles son:

* **Gestionar grupos:** permite agregar o eliminar grupos a los que pertenece el filtro. Después de realizar los cambios, haz clic en **“Concluir”**.
* **Borrar:** elimina permanentemente el filtro. Para confirmar la eliminación, ingresa el nombre del filtro y haz clic en **“Eliminar”**.

<figure><img src="/files/227x89XKZmfN2Hi0yiQQ" 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://docs.skyone.cloud/espanol/skyone-studio/data-management-engine/filtros-de-archivo.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.
