# Setup

To start using **QApilot**, you can request to be part of the Beta Program by visiting our website and following the instructions. Alternatively, you can contact our [support team](https://qapilot.io/) to express your interest in joining the Beta Program. Once you are shortlisted for our Beta Program, we will reach out to you with the next steps.

Upon successful enrollment in the Beta Program, users can gain access to **QApilot** and begin using its features for their quality assurance and mobile automation testing needs.

***

## Setting up QA pilot Account:

Since the tool is currently in closed beta, setting up an account will be via request from our website.

Once shortlisted, they would receive credentials to log in. Using this account, you can invite other users.

<figure><img src="/files/F26c6lkkVd8MwFjMUZsh" alt=""><figcaption></figcaption></figure>

In this case, users invited by the admin will need to wait to receive an invitation from the admin to create an account.

1. &#x20;**Receive an Invite:** You will receive an email invite to join **QApilot**.
2. &#x20;**Follow the Link:** Click on the link provided in the email invite to go to the **QApilot** sign-up landing page.
3. **Email Confirmation:** Once the account is set up successfully, you will receive an email confirmation regarding the successful account setup.
4. **Login:** Use your credentials to log in to **QApilot**.

**For the Existing User:**

You can log in with your GitHub account and also log in with your email ID linked to the account.

***

## How To Access the QApilot?

1. Enter the Login credentials (Email ID and password). Click Login.
2. It redirects to the Dashboard screen.
3. The Dashboard displays all the existing Projects along with their current status.
4. For Users, Users can only view projects that are assigned to them

<figure><img src="/files/3fSDYtPQCydo9ET1cJT5" alt=""><figcaption></figcaption></figure>

***

## Creating Projects, Tests, and Reports?

* To create and manage projects, refer to [projects](/detailed-documentation/projects.md)
* To create and manage test cases, refer to manage [test cases](/detailed-documentation/test-plan-executions/test-case.md).
* To add test steps, refer to [Create test steps](broken://pages/eR69n9Ipg3JT4Y7cbgAL).
* To run tests, refer to [test runs](/detailed-documentation/test-plan-executions.md).
* To view results and debug errors, refer to view [reports](/detailed-documentation/reports.md) & debug errors.


---

# 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.qapilot.io/detailed-documentation/setup.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.
