> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/tenants/sharing-files-to-tenants.md).

# Sharing Files to Tenants

## Overview

{% hint style="info" %}
**Key Points**

* Service Providers can share files with Tenants
* Files must already be uploaded to the vSAN
* Process is quick and uses a branch command
  {% endhint %}

This article guides Service Providers through the process of sharing files, such as media images, with their Tenants in the VergeOS system. This feature allows Tenants to access specific files within their own *Files* section.

## Prerequisites

* Access to the VergeOS system as a Service Provider
* Files already uploaded to the vSAN
* Existing Tenants in the system

## Steps

1. Navigate to the Tenants Dashboard
   * Select "Tenants" on the top menu
2. Access Tenant List
   * Select "List" to view a listing of all your Tenants
3. Select the Desired Tenant
   * Double click on the Tenant you want to share files with
4. Access the Add File Feature
   * Select "Add File" in the left menu
5. Choose File Type
   * Select File Type from the dropdown list

{% hint style="info" %}
**Tip**

Select "ALL" to get a listing of all files available, regardless of type. This will include .raw files (VM disk images) from the parent VDC.
{% endhint %}

6. Select Specific File
   * Choose the specific file you want to share from the dropdown list
7. Submit Changes
   * Click the submit button at the bottom of the page
8. Confirmation
   * The process is near-instant as it is done with a branch command
   * The file is now available to the Tenant within their own *Files* section

## Troubleshooting

{% hint style="warning" %}
**Common Issues**

* Problem: File not appearing in Tenant's *Files* section
  * Solution:
    1. Verify that the file was successfully uploaded
    2. Check if the correct file type was selected
    3. Ensure that the changes were submitted properly
* Problem: Unable to select a specific file
  * Solution:
    1. Confirm that the file exists in the *Files* section
    2. Try selecting "ALL" in the File Type dropdown to see if the file appears
       {% endhint %}

## Additional Resources

* [Understanding vSAN in VergeOS](/run-the-platform/storage/vsan-architecture.md)
* [Managing Tenants](/run-the-platform/tenants/create-tenants.md)
* [Uploading Files](/run-the-platform/storage/uploading-files-to-vsan.md)

## Feedback

{% hint style="info" %}
**Need Help?**

If you encounter any issues while sharing files to tenants or have questions about this process, please don't hesitate to contact our support team.
{% endhint %}

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2023-08-24
* VergeOS Version: 4.12.6
  {% endhint %}


---

# 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:

```
GET https://docs.vergeos-demo.com/knowledge-base/tenants/sharing-files-to-tenants.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
