# Getting Started

Welcome to Rova! To start automating your applications, you'll first need to create an account on the appropriate platform.

## Sign Up

* **Rova Web**: <https://app.rova.qa> - For web application automation and management.
* **Rova Mobile**: <https://mobile.rova.qa> - For iOS and Android mobile application automation.

## Quick Path

1. **Create an Account**: Sign up using the links above.
2. **Install the CLI**: Use our CLI to run tests locally or in CI (optional).
3. **Write Your First Test**: Describe your test in natural language.
4. **View Results**: Check the dashboard for recordings and logs.


---

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