# Secure File Upload & Scanning

## Overview

Security is paramount within MOTAR!  All content uploaded to the platform will be scanned to ensure the MOTAR environment remains free from vulnerabilities.

## How to Use the File Upload & Scanning Tool

Once a file is selected for upload on the MOTAR platform, the **FILE SCREENING** modal will launch. The first **STATUS** will be: **UPLOADING FILE**. If desired, **CLICK** the **CANCEL** button to cancel the upload.

<figure><img src="/files/LZDxx33mWTOepTOCrGln" alt=""><figcaption></figcaption></figure>

Once uploaded, the status will change to: **SCANNING...PLEASE WAIT**.

<figure><img src="/files/cIRBS3BB08ypxCidtlqh" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If desired, the user can close the modal following the instructions [here](#close-the-file-upload-modal-while-scan-in-progress).
{% endhint %}

Once the file upload and screening is complete, the **STATUS** will change to: **UPLOAD COMPLETE**! **CLICK** the **CLOSE** link or the **X** icon to close the modal.

<figure><img src="/files/gEgvweEFXH6GDCgF25so" alt=""><figcaption></figcaption></figure>

**CLICK** the **CLOSE** link or the **X** icon to close the modal.

After the upload completes, you will be brought to the Info tab automatically.

### Close the File Upload Modal While Scan in Progress

To close the **FILE SCREENING** modal, **CLICK** the **X** icon on the top right of the modal. A warning message will launch.

<figure><img src="/files/mz9yvY1pF7vtSJQDTT75" alt=""><figcaption></figcaption></figure>

**CLICK** the **CANCEL** button to return to the **FILE SCREENING** modal or **CLICK** the **I UNDERSTAND** button to return to the main MOTAR screen. The file progress will be displayed as **IN PROGRESS** next to the file upload status.

<figure><img src="/files/qrk7JWAJjXnNsjhMEmRS" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
If the user chooses to close the modal while the file screening is still in progress, they can **NOT** leave or refresh the MOTAR page until the file upload is complete. Doing so will result in the loss of all content that has not yet been successfully uploaded and scanned.
{% endhint %}

### Check File Upload Status

If the **FILE SCREENING** modal was closed, **CLICK** the **IN PROGRESS** link to reopen the modal and check the status.

<figure><img src="/files/LZDxx33mWTOepTOCrGln" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.motar.com/motar-core-services/intro-to-core-services/studio/secure-file-upload-and-scanning.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.
