> For the complete documentation index, see [llms.txt](https://yudu-sentinel.gitbook.io/sentinel-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yudu-sentinel.gitbook.io/sentinel-documentation/resources/my-files.md).

# My Files

My Files can be found at **/resources/my-files**.

Users can upload and manage their own file uploads.&#x20;

The files can be used in other areas of the system e.g. Broadcast Attachments.

<div data-with-frame="true"><figure><img src="/files/Co19iCXhGshYC3BYkwGC" alt=""><figcaption></figcaption></figure></div>

### Uploading Files

{% hint style="warning" %}
Avoid uploading password protected files - these cannot be virus scanned properly.
{% endhint %}

All file types can be uploaded with a maximum file size of 500mb.&#x20;

{% stepper %}
{% step %}
Click 'Upload File' Button

<div align="left" data-with-frame="true"><figure><img src="/files/FtcXMVJqXAm23aAIsala" alt=""><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}
Click 'Upload File' Button

<div data-with-frame="true"><figure><img src="/files/abfNuFloHENs5TNvDn7D" alt=""><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}
Uploaded file will appear in file list. Scan status will initially be unknown.

{% endstep %}

{% step %}
After scanning the file scan status will show in the Scan status column.

{% endstep %}
{% endstepper %}

### Virus Scanning

All uploaded files are virus scanned and Scan status is provided. Any infected or potentially dangerous file uploads are automatically removed and cannot be downloaded.

Files will have any of the following AV scan statuses.

| **Pending**  | The file is waiting to be scanned.                                                           |
| ------------ | -------------------------------------------------------------------------------------------- |
| **Clean**    | The file has been scanned and is clean.                                                      |
| **Unknown**  | The scan status of the uploaded file is not known.                                           |
| **Refused**  | The virus scanner refused to scan. This can happen if password protected files are uploaded. |
| **Infected** | The file is infected and not safe.                                                           |
| **Scanning** | The file is being scanned                                                                    |

### Virus Notifications

When a file upload is found to be infected notifications are sent to an administrator.

The virus notification email can be specified by a System Administrator in the system settings.


---

# 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://yudu-sentinel.gitbook.io/sentinel-documentation/resources/my-files.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.
