> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/fenixpyre-for-users/fenixpyre-sharing/how-to-open-encrypted-files/supported-file-types-for-fenixpyre-sharing-open.md).

# Supported File types for FenixPyre Sharing Open

FenixPye Sharing makes it easy to securely open, view, and interact with a wide range of file types directly within your browser - no need to download or install anything.

Below is a list of file types we currently support, along with their viewing or editing modes:

***

### 🧾 Documents

| File Type        | Extension | Mode                   |
| ---------------- | --------- | ---------------------- |
| Word Document    | `.docx`   | **Editable & Savable** |
| Word 97–2003     | `.doc`    | View Only              |
| Rich Text Format | `.rtf`    | View Only              |
| Text File        | `.txt`    | View Only              |
| PDF              | `.pdf`    | View Only              |

***

### 📊 Spreadsheets

| File Type      | Extension | Mode                   |
| -------------- | --------- | ---------------------- |
| Excel Workbook | `.xlsx`   | **Editable & Savable** |
| Excel 97–2003  | `.xls`    | View Only              |
| CSV File       | `.csv`    | View Only              |

***

### 📈 Presentations

| File Type               | Extensions | Mode               |
| ----------------------- | ---------- | ------------------ |
| PowerPoint Presentation | `.pptx`    | Editable & Savable |

***

### 📽️ Videos

| File Type | Extension | Mode |
| --------- | --------- | ---- |
| MP4       | `.mp4`    | Play |
| MKV       | `.mkv`    | Play |
| WEBM      | `.webm`   | Play |

***

### 🎵 Audio

| File Type | Extension | Mode |
| --------- | --------- | ---- |
| MP3       | `.mp3`    | Play |
| WAV       | `.wav`    | Play |
| OGG       | `.ogg`    | Play |
| FLAC      | `.flac`   | Play |
| AAC       | `.aac`    | Play |

***

### 🖼️ Images

| File Type | Extension               | Mode |
| --------- | ----------------------- | ---- |
| JPEG      | `.jpeg`, `.jpg`, `.jpe` | View |
| PNG       | `.png`                  | View |
| GIF       | `.gif`                  | View |
| BMP       | `.bmp`                  | View |
| TIFF      | `.tiff`, `.tif`         | View |
| WEBP      | `.webp`                 | View |
| SVG       | `.svg`                  | View |

***

#### ℹ️ Notes:

* **Editable & Savable**: You can make changes and save the updated file back securely.
* **View Only**: You can open and read the file, but editing is disabled.
* **Play**: Media files can be streamed directly inside FenixPyre Sharing.


---

# 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://docs.fenixpyre.com/fenixpyre-for-users/fenixpyre-sharing/how-to-open-encrypted-files/supported-file-types-for-fenixpyre-sharing-open.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.
