# Supported Formats

For each profile, the Transfer Connector supports a range of common default formats that are hard-coded in the configuration. However, new formats can be added upon request to make sure all the published objects are correctly displayed in OpenAccess. Below are the currently supported formats per profile:

<table><thead><tr><th width="150">Image</th><th width="200.02225108672388">Video</th><th width="170.53619302949062">Audio</th><th>Document/PDF</th></tr></thead><tbody><tr><td><p>- bmp</p><p>- gif</p><p>- jpg</p><p>- jpeg</p><p>- png</p><p>- tif</p><p>- tiff<br></p></td><td><p>- avi</p><p>- mkv</p><p>- mov</p><p>- mp4</p><p>- wav</p><p>- wmv</p><p>- Captions: srt, vtt<br></p></td><td><p>- mp3</p><p>- mp4</p><p>- wav</p><p>- Captions: srt<br><br><br><br></p></td><td><p>- pdf</p><p>- txt<br><br><br></p></td></tr></tbody></table>


---

# 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.libnova.com/libsafe-go/get-started/openaccess-integration/supported-formats.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.
