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

# 始める

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

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

![](/files/d6938a9e7ee46611b826ff14feb3532ec7c6f164)

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

発行申請後に修正をご希望の場合は、アキチームへ別途ご連絡ください。制作者／プロジェクト名／修正したい理由とあわせて、アキスケッチまでお問い合わせください。

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

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

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

現在準備中です！

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

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


---

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