> For the complete documentation index, see [llms.txt](https://help.doctorlogic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.doctorlogic.com/docs/general/doctorlogic-dashboard-training-videos/logging-into-the-admin-tool.md).

# Logging into the Admin Tool

#### Step 1: Google Account Required

* You must log in with a Google account.
* Don’t have one? Create a Google account with your existing email or set up a new Gmail. [CLICK HERE](https://accounts.google.com/lifecycle/steps/signup/name?dsh=S404836661:1757090582154976\&flowEntry=SignUp\&flowName=GlifWebSignIn\&TL=ALgCv6zV1lySMPMWYF4gyetuhxOIqRsYk9vdffCKIIhYoz9qSQY3GgEhQSUIrNN_\&continue=https://accounts.google.com/ManageAccount?nc%3D1)

#### Step 2: Login

* Go to[ https://admin.doctorlogic.com](https://admin.doctorlogic.com?utm_source=chatgpt.com).
  * Bookmark this link for easy access.
  * No separate DoctorLogic password needed — always use your Google login.

#### Step 3: Access & Permissions

* Our team must grant your Google account access.
* Need more access or want to add another user? Email <enterprisesupport@doctorlogic.com>.

### Troubleshooting

* ❓ No Google account? → Create one, then email support for access.
* ❓ No permissions? → Email <support@doctorlogic.com>
* 😕 Forgot email? → [Use Google account recovery.](https://accounts.google.com/signin/usernamerecovery?utm_source=chatgpt.com)
* 😟 Forgot password? → [Use Google password reset.](https://accounts.google.com/signin/recovery?utm_source=chatgpt.com)
* 😠 Still can’t log in?
  * Try incognito/private browser → log in to Google first.
* If Google works but DoctorLogic doesn’t → email <enterprisesupport@doctorlogic.com>


---

# 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://help.doctorlogic.com/docs/general/doctorlogic-dashboard-training-videos/logging-into-the-admin-tool.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.
