# Introduction

The QA Central Access Manager (QACAM) is a tool developed for games that want to host tests with QA Central to speed up the review process and access management.

### Features

QACAM allows developers to manage access to their games during the request's review period and testing session.

Developers will be able to select who will be allowed to join the game while QACAM is in use. QACAM enables developers to whitelist certain QA Central's Discord roles and their group's roles to join the game while it will prevent anyone who doesn't meet the requirements from playing.


---

# 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://qacam.qacentral.org/introduction.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.
