> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/es/inquilinos/provide-files-to-tenant.md).

# Proporcionar archivos a un tenant

Un proveedor de servicios puede proporcionar a un inquilino archivos que se han cargado en el vSAN. Para obtener ayuda con la carga inicial de archivos en el vSAN principal, consulte: [**Carga de archivos al vSAN**](/run-the-platform/es/almacenamiento/uploading-files-to-vsan.md)

## Proporcionar un archivo a un inquilino

1. En el menú superior, vaya a **Inquilinos** > **Lista**.
2. **Haga doble clic** en el **inquilino**.
3. Haga clic en **Agregar archivo** en el menú de la izquierda.
4. Seleccione ***Tipo de archivo*** de la lista desplegable (SUGERENCIA: puede seleccionar --ALL-- para obtener una lista de todos los archivos disponibles, sin importar el tipo; esto incluirá archivos \*.raw (imágenes de disco de VM) del VDC principal.)
5. **Seleccione un archivo** de la lista desplegable.
6. Haga clic en **Enviar** (parte inferior de la página).

El proceso es casi instantáneo, ya que se realiza con un comando de rama. Ahora el archivo está disponible para el inquilino dentro de su propia [**Archivos**](/run-the-platform/es/almacenamiento/uploading-files-to-vsan.md) sección.


---

# 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.verge.io/run-the-platform/es/inquilinos/provide-files-to-tenant.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.
