# Quickstart

This Quickstart helps you get from landing in ratl.ai Studio to running your first successful test. You can either sign in first to save everything from the start, or run a quick test first and sign in after to access your generated report.

Start by visiting [`https://studio.ratl.ai/`](https://studio.ratl.ai/)

### Choose how you want to start

#### Option 1: Sign up / Sign in (recommended)

If you want your work saved from the beginning, sign in first.

1. Click **Sign In** in the top-right corner of the page.
2. Create your account using:
   * **Google**, or
   * **Email**
3. After signing in, you’ll land inside Studio and can start testing right away.

**Use this option if:** you want a clean, saved, repeatable workflow from the start.

<div><figure><img src="/files/Kqlj5YA1nxmshoFCzmo8" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/4EX2Wc40x5JfrwsNmmsD" alt="" width="375"><figcaption></figcaption></figure></div>

#### Option 2: Try a test first (no signup upfront)

If you want to preview what ratl.ai can do, you can start by running a test immediately:

1. Select the enabled module (currently **Web Test**).
2. Enter your prompt describing what you want to test.
3. Run the test.

Once execution finishes, a **report is generated**. To access that report later (and to keep your history), you’ll need to **sign in**.<br>

<div><figure><img src="/files/Kqlj5YA1nxmshoFCzmo8" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/GKb7u5jLiV13xXIZTJIQ" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/6fu6fwPB7YafLHlCk8uo" alt="" width="375"><figcaption></figcaption></figure></div>

### What happens after you enter Studio

After you land in Studio:

* You’ll start in the **Web Test** module by default (if it is the only enabled module).
* You’ll be on the **Free plan** initially with a **limited number of executions**.

To see your plan and upgrade options, check the **Pricing** section at the bottom-left of the page.


---

# 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.ratl.ai/guide/getting-started/quickstart.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.
