> For the complete documentation index, see [llms.txt](https://docs.littlepig.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlepig.cloud/documentations/google-workspace/google-workspace-password-recovery.md).

# Google Workspace Password Recovery

#### Step 1: Access the Management Console

From your **LittlePig Cloud Console**, navigate to the [**Google Enterprise Email**](https://console.littlepig.cloud/workspace) section. Click on the **Management Console** button to open the admin interface.

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

#### **Step 2: Enter the Administrator Email**

Enter your **administrator email address** (typically `admin@yourdomain.com`) that was used when creating the domain, then click **Next**.

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

Click **Forgot your password?** to open the account recovery page.

<figure><img src="/files/6PTeSKTPC8buamo6mgNF" alt=""><figcaption></figcaption></figure>

On the recovery page, click **Try other methods** to continue.

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

#### **Step 3: Provide Account and Organization Details**

Enter the **first name** and **last name** associated with the "**Google Workspace Email**" account you created on LittlePig Cloud, then click **Next**.

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

Next, provide your **organization name** and the **number of workspace** as shown in workspace email details on LittlePig. After entering each detail, click **Next** to proceed.

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

#### **Step 4: Domain Verification (CNAME Resolution)**

To complete verification, add the **CNAME DNS record** in your **DNS provider’s console** as instructed on the recovery page.

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

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

{% hint style="warning" %}
You can turn of the proxy form Cloudflare in case its not connecting.
{% endhint %}

After creating the CNAME record, return to the Google recovery page and click **Next**.

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

This process may take a few minutes to propagate. Once verified, Google will send you a **password reset link** via email.

<figure><img src="/files/7ixOQaXoUezfQ6AThHIJ" alt=""><figcaption></figcaption></figure>

Open the email and click on the **Sign in** link provided. You will be redirected to the **password reset page**, where you can securely set a new administrator password.

<figure><img src="/files/SmMMSsa8CIkTcJmCwL4J" 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.littlepig.cloud/documentations/google-workspace/google-workspace-password-recovery.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.
