# TestWheel Documentation

## TestWheel Help Site

- [Introduction](https://docs.testwheel.com/testwheel/introduction.md)
- [How it works](https://docs.testwheel.com/how-it-works.md)
- [User Registration](https://docs.testwheel.com/getting-started/user-registration.md)
- [Login](https://docs.testwheel.com/login.md): This page provides a comprehensive overview of TestWheel's login methods and their respective functionalities.
- [Dashboard](https://docs.testwheel.com/dashboard.md): This page provides an overview of the Dashboard screen that appears after a successful login, highlighting its layout, key components, and core functionalities.
- [User Groups](https://docs.testwheel.com/modules/user-groups.md): This page offers a comprehensive overview of the User Management tab, outlining the process of adding new users, assigning roles, and configuring action permissions for each user.
- [Add User](https://docs.testwheel.com/modules/user-groups/add-user.md): This page explains the process of adding a sub-user through the admin login, including the required details and configuration options.
- [Registration](https://docs.testwheel.com/modules/user-groups/registration.md): This page provides a detailed explanation of the sub-user registration process.
- [Activation](https://docs.testwheel.com/modules/user-groups/activation.md): This page describes on how Sub User account gets activated and it's use case
- [Application](https://docs.testwheel.com/application.md): This page describes about the Application Module in TestWheel application.
- [Create Application](https://docs.testwheel.com/application/create-application.md): This page describes on how to create a application in TestWheel
- [Documents](https://docs.testwheel.com/documents.md): This page describes about the Documents module in TestWheel Application
- [Uploading Excel Test Templates](https://docs.testwheel.com/documents/uploading-excel-test-templates.md): This Page Describes on how to download sample document and fill in the datas.
- [Uploading Selenium Script](https://docs.testwheel.com/documents/uploading-selenium-script.md)
- [Test Results](https://docs.testwheel.com/test-results.md): This Page describes about the Test Results page in TestWheel application.
- [Api Management](https://docs.testwheel.com/api-management.md): This Page describes the API Management feature in TestWheel application.
- [Application Data](https://docs.testwheel.com/application-data.md): This Page describes the Application Data feature in TestWheel application.
- [API Test](https://docs.testwheel.com/api-test.md)
- [Load Test](https://docs.testwheel.com/load-test.md)
- [Security Test](https://docs.testwheel.com/security-test.md): This page describes about the Security Test Module in TestWheel application.
- [Manual Test Case](https://docs.testwheel.com/manual-test-case.md): This Page Describes about the Manual Testing Module in TestWheel application
- [Mobile Test](https://docs.testwheel.com/mobile-test.md): This page describes about the Mobile Test Module in TestWheel application.
- [Desktop Test](https://docs.testwheel.com/desktop-test.md)
- [Integration](https://docs.testwheel.com/integration.md)
- [Test Bot](https://docs.testwheel.com/test-bot.md)
- [Tools-PDF Compare](https://docs.testwheel.com/tools-pdf-compare.md): This page describes about the Tools in TestWheel application.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.testwheel.com/testwheel/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.
