> 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/readme.md).

# Welcome to Evidano

Evidano is an AI-powered research platform. You upload your data — interviews, survey results, audio recordings, documents, spreadsheets — and Evidano helps you analyze it, find [themes](/ailyze-docs/reference/glossary.md#theme), compare groups, and turn the results into reports you can share.

You don't need any technical background. If you can use email and upload a file, you can use Evidano.

## What can Evidano do for you?

Everything starts from your **account page** — a grid of eight buttons, one per workflow:

| I want to…                                               | Click this button on your account page    | What you get                                                  |
| -------------------------------------------------------- | ----------------------------------------- | ------------------------------------------------------------- |
| Analyze interviews, focus groups, or reports (DOCX/PDF)  | **Analyze docx/pdf files**                | Themes, supporting quotes, and a downloadable report          |
| Analyze survey results or spreadsheets (XLSX/CSV)        | **Analyze xlsx/csv files**                | Themes, charts, and a survey dashboard                        |
| Turn audio or video into text                            | **Transcribe Audio/Video**                | Editable transcripts, with speaker labels if you want them    |
| Translate files into another language                    | **Translate docx/pdf/xlsx/pptx/etc**      | Translated files in the same format you uploaded              |
| Have an AI avatar interview people for me                | **Create AI Avatar Interviewer + Survey** | A shareable link; interviews are recorded and transcribed     |
| Collect posts and comments from social media or websites | **Get Social Media Web Data**             | A spreadsheet of posts and comments, ready to analyze         |
| Build and send a survey                                  | **Create Survey**                         | A shareable survey whose responses you can analyze in Evidano |
| Ask questions about my data in plain language            | **Chat with Data**                        | Instant answers drawn from your own files                     |

## New here? Start with these three pages

1. [Create your account](/ailyze-docs/getting-started/create-your-account.md) — sign up free and find your way around (about 2 minutes).
2. [Choose your workflow](/ailyze-docs/getting-started/choose-your-workflow.md) — a simple guide to picking the right tool for your data.
3. Run your first analysis with a quickstart: [analyze a transcript](/ailyze-docs/getting-started/analyze-your-first-transcript.md), [analyze a survey dataset](/ailyze-docs/getting-started/analyze-your-first-survey-dataset.md), [translate a document](/ailyze-docs/getting-started/translate-your-first-document.md), or [create an AI avatar interviewer](/ailyze-docs/getting-started/create-your-first-ai-avatar-interviewer.md).

{% hint style="info" %}
The **Free plan is free forever** — no credit card, no expiry. You can run real analyses on it and upgrade later without losing any work. See [Plans, Limits & Credits](/ailyze-docs/reference/plans-limits-and-credits.md).
{% endhint %}


---

# 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/readme.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.
