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

# Publish My Project

## 1. Select directly from \[My Projects]

* After selecting the project to publish from My Projects, at the upper right of the thumbnail `··· More` Click
* **Post to the design community** Click

{% hint style="warning" %}
You can only post projects whose original creator is yourself!
{% endhint %}

![](/files/46225932ab941a55231ea36099a4ceec0ec18efc)

## 2. Load drawings from the writing page

* [Archisketch Design Community](https://community.archisketch.com/ko)to enter **Create User Project** Please press it. (Archisketch login required)
* Click No selected drawing at the top center, then select the project you want.

![](/files/b0688873fe8fbe26c46ba1adb81819b9812214f9)

* You can immediately load the render shots, 720 tours, and more from the selected project.

![](/files/15e6c8ac30417422a3fa8308dcc831cf6d6734f2)

## Write content

![](/files/800088653b640382e2a3e90f681d3f23788cd253)

#### 1. Select a drawing (recommended)

Please select the drawing for the project you want to publish.\
3D drawings, 720 tours, and render shots are linked and can be freely used in the editor.

#### 2. Main design title (required)

Please enter the main design title.

#### 3. Enter a design subtitle (recommended)

Please enter a subtitle for the design

#### 4. Select project type (required)

Please select a project type.

#### 5. Enter category (required)

Please enter information about the designed space.

#### 6. Upload thumbnail (required)

Please upload a thumbnail according to the recommended size.

#### 7. Upload image (recommended)

It will be applied as an image at the top of Start, so please include an image that represents the design.

#### 8. Write content (required)

`'/'` Use / to take advantage of features such as 3D drawings, AR viewer, dividers, bulleted lists, color changes, and YouTube videos.

Slash`(/)` View details

* 3D drawing: Embed Archisketch 3D drawings.
* AR viewer: Embed using an AR link.
* Text: Start writing with the most basic plain text.
* Heading 1: The largest heading.
* Heading 2: A medium-sized heading.
* Heading 3: The smallest heading.
* Bulleted list: A simple bulleted list.
* Numbered list: Indent the list and automatically generate the next number.
* Quote: Write a quote.
* Divider: Creates a thin gray line to visually separate text blocks.
* YouTube: Embed a YouTube video.

{% hint style="info" %}
How to insert external images

Drag and drop an external image file into the editor

Copy the image (Ctrl+C) & paste it into the editor (Ctrl+V)
{% endhint %}

#### 9. Insert render shots, 720 tours

You can insert render shots and 720 tours (panoramic render shots) for the project.

#### 9. Save draft

#### 10. Submit for publication

* Review will be conducted according to Archisketch project quality standards, and it may take up to 10 business days.
* Please note that upon final project approval, it may be finalized after editing and tagging work such as the cover photo, title, and body layout.


---

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