> For the complete documentation index, see [llms.txt](https://docs.apppaas.com/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apppaas.com/start/jp/welcome/beta-zhi-xian-an-nei.md).

# BETA 制限案内

AppPaaSは現在Betaサービス中であり、以下の制限事項があります。

{% hint style="info" %}
以下の制約を超えた利用をご希望の場合は、\
<support@apppaas.com>までお問い合わせください。
{% endhint %}

### 1. プロジェクトおよびサービス作成制限

***

* プロジェクトはアカウントごとに1つしか作成できません。
* サービスは合計3つ（フレームワーク2つ、データベース1つ）まで作成可能です。

### 2. サービス作成仕様の制限

***

* すべてのサービスは1 vCPU、1GBメモリで固定されており、\
  この仕様でサーバーが作成・展開されます。&#x20;
* データベースサービスには500MBのストレージが割り当てられますが、\
  GitHubリポジトリのデプロイにはストレージが割り当てられません。

### 3. トラフィック制限

***

* 作成された各サービスには、30日間で1GBのトラフィックが提供されます。&#x20;
* 30日以内に提供されるすべてのトラフィックが消費された場合、\
  サービスは自動的に停止されます。
* 停止されたサービスは、30日後にトラフィックがリセットされ、自動的に再開されます。

### 4. オートスケーリング（自動拡張）作成制限

***

* ベータサービス中に、オートスケーリングは最大5つまで作成可能です。


---

# 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.apppaas.com/start/jp/welcome/beta-zhi-xian-an-nei.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.
