# File Storage

The Storage module allows doctors and staff to upload and manage all types of patient-related documents in one place. It supports a any file format with the preview for wide range of formats, including images, PDF documents, and 3D files such as STL models.

### Upload file

To upload new file, simply drag and drop the file into storage tab, or click on the **Upload File** button

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

### Filter by type

All uploaded files are automatically categorized by type and organized into groups such as images, documents, 3D models, and others.

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

This centralized storage helps keep patient data organized, accessible, and securely managed across the clinic.


---

# 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://dentaltap.gitbook.io/dentaltap/storage/file-storage.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.
