> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/fpt-gpu-cloud/high-performance-storage/quick-start.md).

# Quick Start

## Sign up for an account <a href="#hpsgettingstarted-signupforanaccount" id="hpsgettingstarted-signupforanaccount"></a>

{% stepper %}
{% step %}
Access <https://id.fptcloud.com/> and choose **Sign up**
{% endstep %}

{% step %}
Please check your Junk email folders if you don't see the confirmation email in the Inbox
{% endstep %}

{% step %}
Sign in to <https://console.fptcloud.com/> in Vietnam region and [https://console.fptcloud.jp/](https://console.fptcloud.com/) in Japan region to start using the service.
{% endstep %}
{% endstepper %}

## For using HPS with Metal Cloud

{% stepper %}
{% step %}
**Create a Mount Point in the FPT Cloud Console**

Set up a new mount point with your preferred configuration in the FPT Cloud Console. *(This step applies only if your deployment is in the **Vietnam region**.)*
{% endstep %}

{% step %}
Build, install, and configure the client on your servers if you are using a **custom image** (based on OS Ubuntu).
{% endstep %}

{% step %}
After deploying the server, create a **new mount point** in the operating system.
{% endstep %}

{% step %}
Mount the **file system** to your GPU VMs using the provided endpoint.
{% endstep %}

{% step %}
**Verify** that the mount is successful and the file system is accessible.
{% endstep %}
{% endstepper %}

## For using HPS with a GPU Virtual Machine

{% stepper %}
{% step %}
Provide the subnet CIDR used by your GPU VMs to the **FPT Support Team**.
{% endstep %}

{% step %}
Build, install, and configure the **storage client** on your GPU VMs.
{% endstep %}

{% step %}
After deploying the server, create a **new mount point** in the operating system.
{% endstep %}

{% step %}
Mount the **file system** to your GPU VMs using the provided endpoint.
{% endstep %}

{% step %}
**Verify** that the mount is successful and the file system is accessible.
{% endstep %}
{% endstepper %}


---

# 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://ai-docs.fptcloud.com/fpt-gpu-cloud/high-performance-storage/quick-start.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.
