# Welcome to Rova

Welcome to the official documentation for Rova, the AI-first automation platform.

## Main Sections

Rova is divided into three primary components to cover all your automation needs:

1. [**Rova Web**](/rova-web.md) Manage your web tests, suites, schedules, and workspaces. Rova Web provides deep insights into your web application's stability with AI-powered reporting and project context management.
2. [**Rova Mobile**](/rova-mobile.md) Automate iOS and Android applications. Manage mobile goals, execution plans, and app uploads with unified workspace and membership management.
3. [**Rova CLI**](/rova-cli.md) The power of Rova in your terminal. Run tests locally, generate scripts using AI, and integrate Rova into your CI/CD pipelines for both Web and Mobile.

***

## Get Started Quickly

* [**Sign Up for Rova**](/getting-started.md)
* [**Install the CLI**](/rova-cli/installation.md)
* [**Release Notes**](/changelog.md)


---

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