> 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/docs-en/productos/object-storage/details/in-the-panel.md).

# The Repository in the Panel

Besides access via S3, you operate the repository from the panel itself: you check how much space it uses and browse objects without mounting anything.

### Summary

| Data     | What you see                    |
| -------- | ------------------------------- |
| Usage    | The space used versus the quota |
| Capacity | The repository quota            |
| Metrics  | Repository usage                |

### Object browser

From the panel, you browse and manage objects directly.

| Action   | Detail                             |
| -------- | ---------------------------------- |
| Browse   | Browse the object structure        |
| Download | Download an object to the computer |
| Rename   | Change the name of an object       |
| Move     | Relocate an object                 |
| Delete   | Delete an object                   |

> #### 📘 The panel for one-off tasks, S3 for bulk work
>
> The panel browser is handy for a download or a quick review.&#x20;
>
> For bulk uploads, synchronizations, or repeated tasks, S3 commands and clients perform better.

### Where to follow

* The quota you see consumed: [Quota and regions.](/docs-en/productos/object-storage/details/quota-and-regions.md)
* Operate via S3 with commands: [Credentials and S3 access.](/docs-en/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/docs-en/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.
