> For the complete documentation index, see [llms.txt](https://georeport.gitbook.io/georeport-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://georeport.gitbook.io/georeport-docs/getting-started/logging-in.md).

# Logging In

### How to Log In to GEOReport

To log in:

* Use **Continue with Google**, or
* Enter your work email + password.

Forgot password? Click **Forgot Password** and follow the reset steps.

<figure><img src="/files/9B8o1BytDxV6HrlsiiH5" alt="Log in section on GEOReport"><figcaption></figcaption></figure>

***

### **Why this matters for AI visibility?**

It doesn’t directly affect your AI visibility, but it ensures your audits are tied to a verified identity. Consistency is important: the same principle applies when AI checks for consistent author names, bios, and brand domains.

***

### **Common Issue**

If you see “Please enter a work email,” it means you tried logging in with a personal Gmail/Yahoo account. Switching to a business domain unlocks the full GEO experience.

***

### FAQs

<details>

<summary><strong>Can I log in with a personal Gmail?</strong></summary>

You can, but some features may be restricted. GEOReport is optimized for business domains because AI visibility also depends on professional and consistent identity signals.

</details>

<details>

<summary><strong>Why do I sometimes see "Please enter a work email" when logging in?</strong></summary>

That message appears if you’re trying to log in with a free email account. Switching to a work email (e.g., <you@company.com>) unlocks the full GEOReport experience.

</details>

<details>

<summary><strong>What if I forget my password?</strong></summary>

Click **Forgot Password** on the login screen. You’ll get an email with reset instructions. If it doesn’t arrive, check your spam folder or request again.

</details>

<details>

<summary><strong>Does logging in with Google give me the same features as using email + passwords?</strong></summary>

Yes. Both methods connect you to your GEOReport account. Google login just makes the process faster and more secure.

</details>

<details>

<summary><strong>Can I change my login method later?</strong></summary>

Yes, you can link a work email to your account or switch to Google login through your account settings.

</details>

<details>

<summary><strong>Does logging in affect my AI visibility scrore?</strong></summary>

Not directly. But consistency of identity (work domain, verified account) mirrors how AI checks for consistent author names, bios, and domains. So it reinforces best practices.&#x20;

</details>


---

# 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://georeport.gitbook.io/georeport-docs/getting-started/logging-in.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.
