> 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).

# 始める

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

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

![](/files/aee55ea966d0912b2ca2a16a26f63d6b3bbc05c0)

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

発行申請後に修正をご希望の場合は、アキチームへ別途ご連絡ください。制作者／プロジェクト名／修正を希望する理由とあわせて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.
