> 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/faq-jp/service/getting-started.md).

# 始め方

## 図面のない空間にもデザインテンプレートを使用できますか？

手描きの図面にも使用できます。 `自宅に適用` 選択後、Archisketchの地図サービスが起動したら `図面を直接描く` 選択 → `図面画像をアップロード` クリックして、手描きの図面をアップロードしてご利用ください。

![](/files/d6938a9e7ee46611b826ff14feb3532ec7c6f164)

## 公開申請後でも文章を修正できますか？

公開申請後に修正をご希望の場合は、アキチームへ別途ご連絡いただく必要があります。制作者/プロジェクト名/修正を希望する理由とあわせてArchisketchまでお問い合わせください。

## コンテンツの公開申請から承認までどのくらいかかりますか？

営業日基準で最大7〜10日かかります。Archisketchコミュニティチームのプロジェクト品質基準に基づいて決定され、最終プロジェクト承認時にはカバー写真やタイトル、本文構成などの編集およびタグ付け作業を経て最終公開される場合がある点をご参考ください

## モバイルで作業できますか？

現在準備中です！

## サムネイルは自由にデザインしてもいいですか？

レンダーショットの原本を加工してデザインしたサムネイルを作成していただいても問題ありません。さまざまなデザインで、クリックを呼ぶサムネイルを作ってみてください！


---

# 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/faq-jp/service/getting-started.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.
