> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/resources/adalo-pricing-faqs.md).

# Adaloの料金：FAQ

### 公開されたアプリに関する質問

<details>

<summary>公開されたアプリとは何ですか？</summary>

公開されたアプリはいくつかの異なる要件を満たすものと定義されます：

Adaloビルダー内でアプリが「公開」されていること。これは、アプリをApp Store（AppleまたはGoogle）に送信する前またはカスタムドメインを適用する前に必要な手順です。

アプリ（および共有されたAdaloデータベース）はカスタムドメイン、Apple App Store、およびGoogle Play Storeに公開できます。これは1つの公開されたアプリとしてカウントされます。

アプリには固有のデータベースがあります。同じ**Adalo**データベースを共有するアプリは、「公開」ステータスも共有します。

***\*\*外部データベースを使用するアプリは「公開」ステータスを共有せず、プランの制限に対して個別にカウントされます。***

</details>

<details>

<summary>現在のプランの制限に達した場合、公開されたアプリに何が起こりますか？</summary>

制限に達した場合、エンドユーザーに影響を与えたくありません。プランのApp Actions制限を超えると、追加のApp Actionsパッケージが追加されます。必要な回数ごとにこれが行われます。

App Actions以外のすべての制限（App Editors＆Published Appsを含む）については、オーバージを達した場合に追加購入を選択する必要があり、公開されたアプリには影響がありません。たとえば、プランが2つの公開されたアプリを許可しており、3つ目を追加したい場合は、第3の公開されたアプリが必要になったときにその追加購入を行います。

</details>

<details>

<summary>アプリを非公開にした場合、何が起こりますか？</summary>

公開されたアプリがTestflight、Apple App Store、またはGoogle Play Storeに送信されておて、それを非公開にする場合、アプリはエンドユーザーのためのアクションを停止し、アカウント内で今後は「テストアプリ」と見なされます。

</details>

### App Actionsに関する質問

<details>

<summary>App Actionとは何ですか？</summary>

App Actionsは、エンドユーザーがアプリ内で行うアクティビティの数を表します。たとえば、エンドユーザーがデータを作成、更新、または削除するたびに、それぞれのアクションが個別にカウントされます。

月間のApp Actionsは、アカウント内の各アプリからのアクションを、その月にアクションを受け取ったアカウント全体でカウントします。

</details>

<details>

<summary>プランの制限に近づいている場合に通知されますか？</summary>

はい、現在のプランの「App Actions」制限に近づくと、メールで通知します。アカウントがApp Actionsのオーバージを発生させるたびに、再度通知します。

</details>

<details>

<summary>リンクアクションがデータベースに影響を与えない場合でも、なぜカウントされるのですか？</summary>

私たちは、1つの画面アクションをカウントし、データベースのGETに料金を請求しないことが、メーカーにとって最も柔軟で寛大な方法であると結論付けました。稀なケースでは、データベースにアクセスしない画面にリンクすることもあります。しかし、ほとんどの場合、データベースの値を参照する複数のコンポーネントを持つ画面にリンクすることが一つのアクションとしてカウントされ、複数のアクションとしてカウントされることはあまりありません。

#### 利用に関する質問

#### 一般的な価格に関する質問：

</details>


---

# 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://help.adalo.com/ja/resources/adalo-pricing-faqs.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.
