# Login

SolidRed's login process follows a standard authentication flow. Here is a step-by-step description of the typical login process:

1. Access the Login Page: Open a web browser and navigate to the login page of the SolidRed application. The URL for the login page will depend on the specific installation and configuration of SolidRed. For SolidRed Cloud, the URL is: [cloud.solidred.io](https://cloud.solidred.io/)
2. Enter Credentials: On the login page, provide the required credentials to access the system. This includes entering a username or email address and a corresponding password.
3. Submit Login Credentials: Once the login credentials are entered, click on the "Login" or "Sign In" button to submit the information.
4. Authentication: The entered credentials are sent to the SolidRed server for authentication. The server verifies the provided username/email and password combination against the stored user database.
5. User Verification: If the entered credentials are valid, the server verifies the user's identity and permissions. This step ensures that the user has the necessary privileges to access the requested resources within SolidRed.
6. Session Creation: Upon successful authentication and verification, a session is created for the user. This session is associated with the user's login credentials and allows them to access the various features and functionalities of SolidRed.
7. Redirect to Dashboard: After the session is established, the user is redirected to their designated dashboard or the default landing page of SolidRed. From there, they can begin interacting with the application and accessing their data, devices, and other relevant information.


---

# 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.twtg.io/docs/solidred-4.1/getting-started/login.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.
