> 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-enterprise-email.md).

# Google Enterprise Email

#### Step 1: Log In to Your LittlePig Cloud Account

[Log in to](https://console.littlepig.cloud/login) your LittlePig Cloud account → System Homepage → Service Items → Select "Google Workspace".

Or directly select "Google Enterprise Email" in the left-hand menu.

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

#### Step 2: Create a New Google Enterprise Email

Click "**Create Google Enterprise Email**" to begin the setup process.

<figure><img src="/files/0N3hjo2PFMAAdqpDQUYq" alt=""><figcaption></figcaption></figure>

#### Step 3: Fill In the Required Information

Enter the necessary details as prompted. The system will automatically create an administrator account using the contact information you provided. The default administrator account will be: <admin@yourdomain.com>. Make sure to enter an alternative email address that is not part of your main domain (for recovery and verification purposes). And click “**Next**”.

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

#### Step 4: Choose a Plan

Select your preferred Google Workspace Plan, then click "**Select**", to view its detailed features and pricing.

<figure><img src="/files/2opZyZzYOh4l7YeyvjXC" alt=""><figcaption></figcaption></figure>

#### Step 5: Set the Number of Users

Enter the number of user accounts you wish to authorize. You can also see your renewal date and pricing agreement. Once done, click on “**Create**”. You can also add more users later.

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

{% hint style="warning" %}
Please make sure that you have sufficient “Account Balance”. You can learn how to top up from [here](/documentations/billing-and-payments.md).
{% endhint %}

#### Step 6: Confirmation

If everything has been done correctly, you can see the “**Google Workspace Enterprise Email**” created in your “[Workspace](https://console.littlepig.cloud/workspace)” page.<br>

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

{% hint style="success" %}
Follow this page to learn how to activate your "[Google Workspace Account](/documentations/google-workspace/google-workspace-activation-process.md)".
{% endhint %}


---

# 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-enterprise-email.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.
