> 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/instance-management/gcp-vps.md).

# Create Virtual Machine in GCP

### Step 1

Log in to your [Little Pig Cloud Server account](https://console.littlepig.cloud/login). Navigate to the “Instance Management” Page from the sidebar. Click on the “Create virtual machine” button.

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

### Step 2

Select “GCP” from the platform. Enter a name for your VPS and select the region.

<figure><img src="/files/8e1embenRylKnl4UOnE9" alt=""><figcaption></figcaption></figure>

Choose the desired instance model.

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

{% hint style="info" %}
Disregard this VPN option if you are residing outside the China region. This option is used to enable **Shadowsocks** and **Vmess** VPN. You can obtain the VPN configuration from the instance edit page.
{% endhint %}

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

Now select the operating system, hard drive size, and purchase duration.

{% hint style="info" %}
You will get free 20 GB monthly bandwidth on every VPS purchase. But once it finished your instance wont get any traffic. If you want to buy data plan automatically, click "Yes". This will use your account balance to buy a minimum data plan.
{% endhint %}

{% hint style="info" %}
For purchase duration, you can select from predefined time or select "Yes" for automatic instance renewal. Your account balance will be used to renew the instance.
{% endhint %}

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

Enter the password for your VPS instance and click on “Confirm”.

{% hint style="info" %}
The password length is 8-20 characters long, including uppercase letters, lowercase letters, numbers, and special characters.
{% endhint %}

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

### Step 3

Follow up the confirmation.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcdQnkbBGbWFgjAlntdxrxSXAtxM5IvkecdBGxKbqgsdHYYLEsB6kP7O78NVGOk-bMeE4PIwR1PPaujBcNBIXi7r1f4o-MgtAJGHwEfdegrWHK8G7WGlOYXrI5JmhNSVKylC6oKf9ujHA_d3MfhCivuVynT?key=leD-CHDFe7ZFJW1bhcmaQw" 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/instance-management/gcp-vps.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.
