> 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/yzgaido/get-started/publish-project.md).

# 自分のプロジェクトを公開する

## 1. \[マイプロジェクト] からすぐに選択する

* マイプロジェクトで公開するプロジェクトを選択し、サムネイル右上の `··· もっと見る` をクリック
* **デザインコミュニティに投稿** をクリック

{% hint style="warning" %}
プロジェクトの原作者が自分自身であるものだけ投稿できます！
{% endhint %}

![](/files/60425e07d03d6524af042919afe0fed433a88bfa)

## 2. 作成ページで図面を読み込む

* [アキスケッチデザインコミュニティ](https://community.archisketch.com/ko)に入り **ユーザープロジェクトを作成** を押してください。（アキスケッチへのログイン必須）
* 中央上部の「選択された図面なし」をクリックして、希望するプロジェクトを選択してください。

![](/files/69da4572d3d061ab04ef621c5c67a750c5e606c1)

* 選択したプロジェクトのレンダーショット、720ツアーなどをすぐに読み込めます。

![](/files/216cbd33e966e13adbe2d6faabfa40f4e04cd6c1)

## コンテンツを作成する

![](/files/ac04ccce57c82cfe104c3e553a3d2d7e9104c579)

#### 1. 図面を選択する（推奨）

公開したいプロジェクトの図面を選択してください。\
3D図面、720ツアー、レンダーショットが連携され、エディター内で自由に活用できます。

#### 2. デザインメインタイトル（必須）

デザインメインタイトルを入力してください。

#### 3. デザインのサブタイトルを入力（推奨）

デザインのサブタイトルを入力してください

#### 4. プロジェクトタイプを選択（必須）

プロジェクトタイプを選択してください。

#### 5. カテゴリーを入力（必須）

デザインした空間に関する情報を入力してください。

#### 6. サムネイルをアップロード（必須）

推奨サイズに合わせてサムネイルをアップロードしてください。

#### 7. 画像をアップロード（推奨）

「始める」のメイン上部に画像として適用されるため、デザインを代表する画像を入れてください。

#### 8. コンテンツを作成（必須）

`'/'` キーを使って3D図面、ARビューアー、区切り線、箇条書きリスト、色の変更、YouTube動画などの機能を活用してみてください。

スラッシュ`(/)` 詳しく見る

* 3D図面：アキスケッチの3D図面を埋め込んでください。
* ARビューアー：ARリンクを使って埋め込んでください。
* テキスト：最も基本的なプレーンテキストを使って書き始めてください。
* 見出し1：最も大きいサイズの見出しです。
* 見出し2：中くらいのサイズの見出しです。
* 見出し3：最も小さい見出しです。
* 箇条書きリスト：シンプルな箇条書きリストです。
* 番号付きリスト：リストをインデントし、自動で次の番号を生成します。
* 引用：引用文を書いてください。
* 区切り線：テキストブロックを視覚的に分けるための細いグレーの線を生成します。
* YouTube：YouTube動画を埋め込んでください。

{% hint style="info" %}
外部画像を挿入する方法

外部画像ファイルをエディターにドラッグ＆ドロップする

画像をコピー（Ctrl+C）し、エディターに貼り付け（Ctrl+V）する
{% endhint %}

#### 9. レンダーショット、720ツアーを挿入

該当プロジェクトのレンダーショットと720ツアー（パノラマレンダーショット）を挿入できます。

#### 9. 一時保存

#### 10. 公開申請

* アキスケッチのプロジェクト品質基準に基づいて審査が行われ、営業日基準で最大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/yzgaido/get-started/publish-project.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.
