> 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/general-questions.md).

# 一般的な質問

<details>

<summary>なぜAdaloを選ぶのですか？</summary>

アプリの素晴らしいアイデアがあるけれども、コーディングの経験がないですか？従来のアプリ開発では、第一段階のアプリデザインには平均で$60,000かかり、数ヶ月かかります。他のアプリ作成プラットフォームはテンプレートやコードに頼ることが多く、ナビゲーションやカスタマイズが難しいことがあります。Adaloを使えば、**コーディング不要**でカスタムネイティブアプリを作成できます。

Adaloを使えば、直感的なドラッグアンドドロップインターフェースを使ってアプリを構築できます。事前に作成されたデザイン要素を使用するか、独自の要素を作成するかを選択できます。Adaloは、AndroidやAppleストアにアプリを簡単に公開できるようにしてくれます。サブスクリプションプランを利用すれば、アプリの公開も簡単に行えます。始める際にサポートが必要な場合は、Adaloチームが一連の[Tutorials](/ja/how-to.md)を作成しており、よくあるアプリ機能の構築方法を示しています。また、メールを通じて作成やデザインプロセスのサポートも行っています。

</details>

<details>

<summary>何を構築できますか？</summary>

Adaloでは、リスト、ボタン、フォーム、サインアップなどの基本的なアプリ機能だけでなく、メッセージング、検索、Stripe統合を介した支払いなどの高度な機能も提供しています。すべてのデザインコンポーネントはデータベースと統合されており、ユーザーがアプリとやり取りしている方法を表示したり、外部データファイルをAdaloプラットフォームに入力したりできます。アクション、データのやり取り、Webページの追加オプションがあり、ユーザーがアプリ内をどのように移動するかを設計できます。

</details>

<details>

<summary>Adaloを利用しているのは誰ですか？</summary>

Adaloは、数十のスタートアップ、中小企業、企業によってカスタムアプリが作成されるために使用されています。個人トレーナーがクライアントにパーソナライズされたプランを送信したいと考えている場合から、モバイルフード注文サービス、内部コミュニケーションを効率化しようとする中小企業まで、さまざまなクライアントがAdaloを利用しています。これらの企業は、アプリを通じて顧客とつながり、顧客基盤を拡大したり、フィードバックやコミュニケーションを促進することで企業内の効率を最大化するためにソフトウェアを開発したりしています。

</details>

<details>

<summary>Adaloでアプリを構築するのにどれくらい時間がかかりますか？また、Adaloに欲しい機能がない場合はどうなりますか？</summary>

これは、構築したい機能がどれほど複雑かにかなり依存します。従来のアプリ開発では、アプリの最初のバージョンを作成するのに平均で約6ヶ月かかりますが、Adaloを使えば、作業可能なプロトタイプを1日で作成し、より洗練されたバージョンを1〜2週間で完成させることができます。Adaloの良いところは、アプリの複数のイテレーションを公開できるため、常に改善を加えることができます。

</details>

<details>

<summary>Adaloを使わなくなった場合はどうなりますか？</summary>

[利用規約](https://app.adalo.com/signup/terms)によれば、作成したアプリに関連する知的財産権はあなたが所有しており、いつでもアプリのデータをエクスポートすることができます。

</details>

Adaloで作成したアプリをどこでどのように公開できますか？

Adaloを使用してiOS、Android、またはWebにアプリを公開できます。 Webアプリはすぐに公開でき、変更は即座に反映されます。iOSとAndroidでは、両方のプラットフォームで開発者アカウントを作成する必要があります。公開に関する詳細は[こちら](/ja/testing-your-app.md)で確認できます。


---

# 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/general-questions.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.
