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

# よくある質問

<h2 align="center">よくある質問をまとめました</h2>

### サービス利用案内

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>🚀</h4></td><td><strong>始める</strong></td><td>図面テンプレート、コンテンツ配信、サムネイル作成</td><td><a href="/pages/cde8371e26f255db59012c1144687390376ceb15">/pages/cde8371e26f255db59012c1144687390376ceb15</a></td></tr><tr><td><h4>📐</h4></td><td><strong>エディター</strong></td><td>自動保存、図面復元、画面エラー</td><td><a href="/pages/80f6a0507d393f1f777457e5c36bd0987107174b">/pages/80f6a0507d393f1f777457e5c36bd0987107174b</a></td></tr><tr><td><h4>🖥️</h4></td><td><strong>ダッシュボードの利用</strong></td><td>言語設定、ログインエラー、有料機能</td><td><a href="/pages/d6689c6b97230c59172a1c625e6eff1b217dfdc6">/pages/d6689c6b97230c59172a1c625e6eff1b217dfdc6</a></td></tr><tr><td><h4>ℹ️</h4></td><td><strong>サービス案内</strong></td><td>デバイス、推奨スペック、退会</td><td><a href="/pages/23f204d818e513c1bc96f22b69b4a37b7abd0b61">/pages/23f204d818e513c1bc96f22b69b4a37b7abd0b61</a></td></tr><tr><td><h4>👤</h4></td><td><strong>個人プラン（有料サブスクリプション）</strong></td><td>プラン選択、決済、法人プランとの違い</td><td><a href="/pages/3fe0bcff73699c94581d730ebc85e28a6ab254f7">/pages/3fe0bcff73699c94581d730ebc85e28a6ab254f7</a></td></tr><tr><td><h4>🪙</h4></td><td><strong>クレジット/ポイントの利用</strong></td><td>クレジットの概念、チャージ方法、返金ポリシー</td><td><a href="/pages/af2b116f68a5f3d473dba75d947ed894ab2d0529">/pages/af2b116f68a5f3d473dba75d947ed894ab2d0529</a></td></tr><tr><td><h4>🏆</h4></td><td><strong>デザインチャレンジ</strong></td><td>参加方法、進行手順、賞金案内</td><td><a href="/pages/1aad16c7b69a984d1ca9254ac668d50e48ef0e6f">/pages/1aad16c7b69a984d1ca9254ac668d50e48ef0e6f</a></td></tr><tr><td><h4>💳</h4></td><td><strong>サブスクリプションと決済</strong></td><td>チームプランの契約、決済手段、アカウントの追加/削除</td><td><a href="/pages/981539176062776aace029e03f89ae783662137d">/pages/981539176062776aace029e03f89ae783662137d</a></td></tr></tbody></table>

### パートナー / 開発者のお問い合わせ

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>🔑</h4></td><td><strong>アカウント / ダッシュボード</strong></td><td>APIキー発行、ダッシュボードへのアクセス権限</td><td><a href="/pages/790b72e57f55005d33a5fb7f994710145925760d">/pages/790b72e57f55005d33a5fb7f994710145925760d</a></td></tr><tr><td><h4>📦</h4></td><td><strong>3D商品登録</strong></td><td>ファイル形式、登録手順、エディターへの反映</td><td><a href="/pages/179b7e4a6c594da9be8c203deca401d7cb5a7848">/pages/179b7e4a6c594da9be8c203deca401d7cb5a7848</a></td></tr><tr><td><h4>🪑</h4></td><td><strong>パラメトリック家具</strong></td><td>カスタム家具の概念、一般商品との違い</td><td><a href="/pages/a7e636c87f48a73c5027b326a77b200960289865">/pages/a7e636c87f48a73c5027b326a77b200960289865</a></td></tr><tr><td><h4>🔗</h4></td><td><strong>SSO連携</strong></td><td>パートナー企業のアカウントでアーキスケッチにログイン</td><td><a href="/pages/edc5073425070f564f43ede580465d7201f30d2a">/pages/edc5073425070f564f43ede580465d7201f30d2a</a></td></tr></tbody></table>


---

# 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.archisketch.com/guide/yokuaru/readme.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.
