> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/productos/object-storage/details/in-the-panel.md).

# El Repositorio en el Panel

Además del acceso por S3, operas el repositorio desde el propio panel: consultas cuánto espacio consume y exploras los objetos sin montar nada.

### Resumen

| Dato      | Qué ves                            |
| --------- | ---------------------------------- |
| Consumo   | El espacio usado frente a la cuota |
| Capacidad | La cuota del repositorio           |
| Métricas  | El uso del repositorio             |

### Navegador de objetos

Desde el panel recorres y gestionas los objetos directamente.

| Acción    | Detalle                           |
| --------- | --------------------------------- |
| Explorar  | Recorrer la estructura de objetos |
| Descargar | Bajar un objeto al equipo         |
| Renombrar | Cambiar el nombre de un objeto    |
| Mover     | Reubicar un objeto                |
| Borrar    | Eliminar un objeto                |

> #### 📘 El panel para lo puntual, S3 para lo masivo
>
> El navegador del panel es cómodo para una descarga o una revisión rápida.&#x20;
>
> Para cargas masivas, sincronizaciones o tareas repetidas, los comandos y los clientes S3 rinden mejor.

### Dónde seguir

* La cuota que ves consumida: [Cuota y regiones.](/productos/object-storage/details/quota-and-regions.md)
* Operar por S3 con comandos: [Credenciales y acceso S3.](/productos/object-storage/details/credentials-and-s3-access.md)


---

# 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.plenit.com/productos/object-storage/details/in-the-panel.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.
