> For the complete documentation index, see [llms.txt](https://docs.portaldots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portaldots.com/setup/install/coreserver/register.md).

# ステップ1. コアサーバーに申し込む（無料お試しあり）

※無料お試しは、お支払い方法の入力は不要です。

1. コアサーバーの「[お申込みとその流れ](https://www.coreserver.jp/signup/)」ページに掲載されている申し込み方法に従って、コアサーバーに申し込みます。
   * CORE-X(ライトプラン)、CORE-Y(スタンダードプラン)、CORE-Z(ビジネスプラン)いずれでもPortalDotsは動作します。特に希望がない場合は、一番安価なCORE-X(ライトプラン)をお勧めします。
   * 支払い方法に関しても「お申込みとその流れ」ページに掲載されていますのでご確認ください。
2. コアサーバーへの申し込みが完了したら、次の「2. データベースを作成する」へ進みます
   * コアサーバーのコントロールパネルにログインするための「アカウント名」「パスワード」「サーバー」は、申込み時に届くメール（件名 : CORESERVER.JP NEW SIGNUP）に掲載されています。

{% hint style="warning" %}
パスワードの使い回しや複数人での共有は危険です。\
PortalDots上ではユーザーの個人情報を多く扱うことになります。コアサーバーのパスワードが漏洩すると、ユーザーの個人情報が流出する恐れがありますので、パスワードの取り扱いには十分ご注意ください。
{% 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.portaldots.com/setup/install/coreserver/register.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.
