# Recommended File Formats

The following file formats are recommended for maintaining and preserving digital content. They were taken from the Smithsonian’s [“Recommended Preservation Formats for Electronic Records.” ](https://siarchives.si.edu/what-we-do/digital-curation/recommended-preservation-formats-electronic-records)<br>

| **Type**                                                  | **Primary Preservation Format (preferred)**                              | **Secondary Preservation Format (acceptable)** |
| --------------------------------------------------------- | ------------------------------------------------------------------------ | ---------------------------------------------- |
| Text/word processing applications                         | PDF/A, PDF                                                               | RTF (text), TXT, XML with schema               |
| <p>Spreadsheet applications </p><p>or structured data</p> | <p>PDF/A (must capture entire workbook – macros disabled) </p><p>PDF</p> | <p>CSV</p><p>Tab-delimited</p><p>TXT, XML</p>  |
| Presentations                                             | PDF/A, PDF                                                               | Original                                       |
| Images                                                    | TIFF (uncompressed)                                                      | JPG, DNG, PNG, JP2                             |
| Graphics                                                  | TIFF                                                                     | PDF                                            |
| Video                                                     | Motion JPEG 2000, MOV, AVI                                               | MPEG-4                                         |
| Audio                                                     | BWF-Broadcast WAV (.wav is the extension)                                | WAV, AIFF, FLAC                                |
| Database Management Systems (DBMS)                        | Keep original                                                            | XML with schema                                |
| CAD                                                       | PDF/A, PDF/E or PDF with original file                                   | Original                                       |


---

# 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://bcds.gitbook.io/handbook/digital-pedagogy/maintenance-archiving/file-types.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.
