> For the complete documentation index, see [llms.txt](https://docs.testwheel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testwheel.com/login.md).

# Login

TestWheel offers multiple secure and user-friendly login options designed to cater to different user preferences and enhance accessibility. Each Method is tailored to ensure robust authentication, seamless user experience, and data privacy.\
\
The login methods currently supported by TestWheel include:<br>

1. **Standard Email and Password Login**\
   &#x20;User can log in using their registered Business email address and a secure password. This method includes features such as "Forgot Password" and email verification to ensure account security and user Identity validation.\
   \ <br>

   <figure><img src="/files/KJxhfM1G5Qz1iYh3Glcn" alt=""><figcaption></figcaption></figure>
2. **Single Sign-On (SSO)** \
   **SSO** is an authentication process that allows users to access multiple applications with one set of login credentials. Instead of creating and managing separate usernames and passwords for every app, users can sign in once using a trusted identity provider, such as **Google** or **Microsoft**, and gain access to all integrated systems.

   SSO enhances both **security** and **convenience**, particularly for organizations that use centralized identity management.\ <br>

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


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.testwheel.com/login.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
