> 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/ai-factory-guideline-jp/fpt-gpu-cloud/sutorji/kuikkusutto.md).

# クイックスタート

#### アカウント登録

{% stepper %}
{% step %}
<https://id.fptcloud.com/> にアクセスし、「サインアップ」を選択する。&#x20;
{% endstep %}

{% step %}
受信トレイに確認メールが届かない場合は、迷惑メールフォルダをご確認する。
{% endstep %}

{% step %}
<https://console.fptcloud.com/> にサインインして Metal Cloud サービスの利用を開始&#x20;
{% endstep %}
{% endstepper %}

#### Metal CloudでHPSを利用するには

{% stepper %}
{% step %}
**FPT Cloudコンソールでマウントポイントを作成してください**\
FPT Cloud Consoleで希望の設定で新しいマウントポイントを設定してください（この手順はベトナムリージョンでのデプロイメントにのみ適用されます）。
{% endstep %}

{% step %}
**カスタムイメージ**（OS Ubuntuベース）を使用している場合、サーバー上でクライアントをビルド、インストール、設定してください
{% endstep %}

{% step %}
サーバーのデプロイ後、オペレーティングシステム内に**新しいマウントポイント**を作成してください。
{% endstep %}

{% step %}
提供されたエンドポイントを使用して、**ファイルシステム**をGPU VMにマウントします。
{% endstep %}

{% step %}
マウントが成功し、ファイルシステムにアクセスできることを**確認します**。
{% endstep %}
{% endstepper %}

#### GPU仮想マシンでHPSを使用する場合

{% stepper %}
{% step %}
GPU VM が使用する**サブネット CIDR** を **FPT サポートチーム**に提供してください。
{% endstep %}

{% step %}
GPU VM 上で**ストレージクライアントを**ビルド、インストール、設定します。
{% endstep %}

{% step %}
サーバーのデプロイ後、オペレーティングシステムに**新しいマウントポイント**を作成します。
{% endstep %}

{% step %}
提供されたエンドポイントを使用して、**ファイルシステム**をGPU VMにマウントします。
{% endstep %}

{% step %}
マウントが成功し、ファイルシステムにアクセスできることを確認**してください**。
{% 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/ai-factory-guideline-jp/fpt-gpu-cloud/sutorji/kuikkusutto.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.
