> For the complete documentation index, see [llms.txt](https://ailyze.gitbook.io/ailyze-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ailyze.gitbook.io/ailyze-docs/reference/supported-file-types.md).

# Supported File Types

This page lists what each Evidano workflow accepts as input and what it gives you back.

## Inputs by workflow

### [Analyze docx/pdf files](/ailyze-docs/getting-started/analyze-your-first-transcript.md)

* **Accepts:** `docx`, `pdf`, `txt`
* **Limit:** up to **50 files** per project, with the option to pay for more files per project
* Unlimited projects
* **Tip:** Text-based (not scanned) PDFs and DOCX files give the cleanest results.

### [Analyze xlsx/csv files](/ailyze-docs/getting-started/analyze-your-first-survey-dataset.md)

* **Accepts:** `xlsx`, `csv`
* **Limit:** **1 file** per project, \~**5,000 rows**, with the option to pay for more rows per project
* Unlimited projects
* **Shape:** one row per respondent, one column per question.

### [Transcribe audio/video](/ailyze-docs/prepare-research-data/transcribe-audio-and-video.md)

* **Accepts (audio):** `3ga, 8svx, aac, ac3, aif, aiff, alac, amr, ape, au, dss, flac, flv, m4a, m4b, m4p, m4r, mp3, mpga, ogg, oga, mogg, opus, qcp, tta, voc, wav, wma, wv`
* **Accepts (video):** `mp4, mov, wmv, mkv, webm, mpeg, mpg, m4v, 3gp, 3g2`
* **Limit:** up to **5 GB** per file; multiple files at once.

### [Translate files](/ailyze-docs/prepare-research-data/translate-files.md)

* **All languages (Good and Best accuracy):** `docx`, `pptx`, `xlsx`, `html`, `txt`
* **Best-accuracy languages only:** `pdf`, `xliff`, `srt`
* **Limit:** up to **10 files**, **1,000,000 characters** each.
* **Note:** `csv` is **not** accepted for translation (it is accepted for analysis).

### [Get Social Media Web Data](/ailyze-docs/collect-research-data/collect-social-media-and-web-data.md)

* **Input:** URLs (pasted, one per line) or a `csv`/`xlsx` file with URLs in one column.

### Create [Survey](/ailyze-docs/collect-research-data/create-a-survey.md) or [AI Avatar Interviewer](/ailyze-docs/collect-research-data/create-an-ai-avatar-interviewer.md)

* **Input:** built in the app (no file upload needed).

## Outputs by workflow

| Workflow                  | Output                                                                                  |
| ------------------------- | --------------------------------------------------------------------------------------- |
| Analyze docx/pdf          | On-screen report; export **DOCX**, **XLSX**, per-section **CSV**; **Share as Webpage**  |
| Analyze xlsx/csv          | On-screen dashboards; export **DOCX**, **CSV**; chart **CSV/PNG**; **Share as Webpage** |
| Transcribe                | Editable transcript; download **DOCX** or **XLSX** (translations too)                   |
| Translate files           | Translated file in the **same format** as the input; multiple files as a ZIP            |
| Get Social Media Web Data | **ZIP**: one **CSV** per social or structured URL, one **DOCX** per general web page    |
| AI Avatar Interviewer     | Survey export (**XLSX**), interview **transcripts** (DOCX/ZIP), recordings              |

## Cross-workflow conversions

* **Audio or video → text:** Transcribe, then analyze the transcript.
* **Foreign-language file → your language:** Translate, then analyze.
* **Web content → dataset:** Collect, download the ZIP, then re-upload it to an analysis.

## Next steps

* [Upload and manage files](/ailyze-docs/getting-started/upload-and-manage-files.md) — how to add files to a project.
* [Supported Languages](/ailyze-docs/reference/supported-languages.md) — which languages you can transcribe, translate, and analyze.
* [Plans, Limits & Credits](/ailyze-docs/reference/plans-limits-and-credits.md) — file counts, sizes, and costs.


---

# 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://ailyze.gitbook.io/ailyze-docs/reference/supported-file-types.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.
