# Preview Manager

{% hint style="info" %}
**Notice: Egress Usage Applies** - Browsing or previewing files through the File Manager will count against your included egress quota. This includes actions such as viewing, downloading, or streaming files. If your egress usage exceeds your plan limit, services may be temporarily restricted as per your account terms.
{% endhint %}

The Preview Manager is used to preview and manage media files, images, and documents stored inside your buckets without downloading them.

To access the Preview Manager:

1. Log in to your **Zata.ai Dashboard**.
2. From the left sidebar menu, go to:\
   **Manage → Preview Manager**.

### Buckets Overview

Once you open the Preview Manager, all your available buckets are displayed.\
In your case, the buckets visible are:

* **preparcona**
* **prertest**

Each bucket shows basic information such as:

* Bucket name
* Region (Indore)
* Storage used
* Number of objects

These buckets act as containers where your files and objects are stored.

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

### Previewing Files Inside a Bucket

📸 *Screenshot: Bucket opened in Preview Manager*

To preview files:

1. Click on any bucket (for example: **prertest**).
2. The Preview Manager will display all objects stored inside that bucket.

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

### Previewing an Object

3. Click on any file to open its preview.
4. The file will open in a preview window without downloading.<br>

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

Supported preview formats include:

* Images: `.jpg`, `.png`, `.gif`
* Videos: `.mp4`
* Documents: `.pdf`
* Other supported media formats

This feature helps you:

* Quickly verify file content
* Check uploaded data
* Avoid unnecessary downloads


---

# 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.zata.ai/manage/preview-manager.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.
