> 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/getting-started/create-your-account.md).

# Create Your Account

This page shows you how to create a free Evidano account and find your way around your account page — the launchpad you'll return to for everything.

{% hint style="info" %}
**What you need:** an email address or a Google account — no credit card.

**What you will have at the end:** a free Evidano account and a working knowledge of your account page, ready to start your first project.
{% endhint %}

## Step 1: Sign up

Go to the Evidano site and choose **Register for Free Plan (free forever, no expiry)**. On the "Create your account" page, you can register two ways:

* Enter your email and a password, then click **Create account**.
* Click **Continue with Google**.

<figure><img src="/files/5cHMabOO5AGF8wmSAXrQ" alt="The Evidano registration page with email, password, and Google sign-up options"><figcaption></figcaption></figure>

{% hint style="info" %}
The Free plan never expires and requires no credit card. You can run real analyses on it — it's limited to **1** [**theme**](/ailyze-docs/reference/glossary.md#theme) **and 1 question** per analysis, and you can't share reports. Upgrading later doesn't lose any of your work. See [Plans, Limits & Credits](/ailyze-docs/reference/plans-limits-and-credits.md).
{% endhint %}

## Step 2: Land on your account page

After signing in you arrive at your **account page** — the home base for all of Evidano. It greets you with **"Welcome back, \<your email>"** and asks **"What would you like to analyze today?"**

<figure><img src="/files/8TYhSjmRW1n2LEii0DMG" alt="The Evidano account page showing the welcome message and workflow buttons"><figcaption></figcaption></figure>

The page has a few sections you'll use constantly:

* The grid of **eight workflow buttons** — this is where every project starts.
* **Recent Projects** — jump back into anything you've created.
* **Manage Subscription** — your plan, wallet balance, and top-ups.
* **Change Password** and security settings.

{% hint style="info" %}
You can get back to this page from anywhere: click **Dashboard** in the top navigation, then **Launch Evidano** to pick a workflow.
{% endhint %}

## Step 3: Meet the eight workflow buttons

Each button starts one workflow, and most have small secondary links like **View previous** and **Manage Files**:

| Button                                    | What it's for                                            |
| ----------------------------------------- | -------------------------------------------------------- |
| **Analyze docx/pdf files**                | Analyze interviews, focus groups, and reports            |
| **Analyze xlsx/csv files**                | Analyze survey results and other spreadsheets            |
| **Transcribe Audio/Video**                | Turn recordings into editable text                       |
| **Translate docx/pdf/xlsx/pptx/etc**      | Translate files into another language                    |
| **Create AI Avatar Interviewer + Survey** | Have an AI avatar interview people for you               |
| **Get Social Media Web Data**             | Collect posts and comments from social media or websites |
| **Create Survey**                         | Build and share a survey                                 |
| **Chat with Data**                        | Ask questions about your data in plain language          |

<figure><img src="/files/OcBSHIruUZatqWUpyEsc" alt="Animated tour of the eight workflow buttons on the account page"><figcaption></figcaption></figure>

{% hint style="info" %}
**Tip:** **View previous** takes you to that workflow's project list, so you can reopen past work. **Manage Files** opens your shared file library — see [Upload and Manage Files](/ailyze-docs/getting-started/upload-and-manage-files.md).
{% endhint %}

## Step 4: Check your plan and wallet

Open **Manage Subscription**. Here you'll see whether you're on the **Free Plan** or the **Pro Plan**, and your **wallet balance**. The wallet matters for the pay-as-you-go tools (transcription, translation, web data, and running live AI avatar interviews). You can top up at any time.

<figure><img src="/files/J4PqVLVn2MogsafHqg2z" alt="The Manage Subscription page showing plan details and wallet balance"><figcaption></figcaption></figure>

## Next steps

You're ready. Pick a starting point based on your data:

* Not sure which button to click? → [Choose your workflow](/ailyze-docs/getting-started/choose-your-workflow.md)
* Have transcripts or documents? → [Analyze your first transcript](/ailyze-docs/getting-started/analyze-your-first-transcript.md)
* Have a survey export? → [Analyze your first survey dataset](/ailyze-docs/getting-started/analyze-your-first-survey-dataset.md)
* Want to get your files in first? → [Upload and manage files](/ailyze-docs/getting-started/upload-and-manage-files.md)


---

# 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/getting-started/create-your-account.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.
