# Login page

{% hint style="info" %}
Google account can be used to login to Devsbot.
{% endhint %}

{% hint style="info" %}
An email address is required to login to Devsbot.
{% endhint %}

### Login With Google

* Click with **Continue With Google** option to login.
* A pop-up window will be displayed. Click on the **Google Account** that is displayed.
* User will be **Successfully Logged in** to Devsbot.&#x20;

### Login Form

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

* Enter the registered **Email id** and **Password.**
* Click on the **Eye icon** to view the entered password.
* Click on the **Login** button to access your Devsbot account.
* User will be **Successfully Logged in** to Devsbot.&#x20;


---

# 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.devsbot.com/devsbot/getting-started/login-page.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.
