# Tester Dashboard

As an Updraft user with the "[tester](/dashboard/usermanagement.md#organization-roles-and-user-roles)" user role, you have the ability to view and install the apps to which you have been granted access. This guide explains how these apps are displayed on your dashboard and how you can interact with them.

## Tester Dashboard Access&#x20;

When you log in and navigate to the `/dashboard` page, you will see a list of all the apps that you have access to. This list is specifically tailored to the tester user role and provides key information about each app to facilitate easy installation and usage.

### App listing by project

* All apps that you have access to are listed on the dashboard.
* The apps are sorted alphabetically by the project title from A-Z, making it easy to locate the app you need.

### App environment name display

* Each app listing on the dashboard includes the name of the environment (e.g., development, staging, production) associated with that app.
* This helps you identify the context in which the app is being used.

### Latest app and build versions

* For each app, the dashboard displays the latest app version along with the corresponding build version.
* This ensures that your users with the user-role 'testers' are always aware of the most recent updates and can install the latest version of the app they have access to.

### Detailed app view

* You have the option to expand each app listing to view all relevant details of the app.
* The expanded view may include additional information such as release notes, installation instructions, and other metadata that might be useful during testing (OS Version, release notes).


---

# 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.getupdraft.com/dashboard/usermanagement/tester-dashboard.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.
