> 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 top 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/005f152c9abe14a2765090a6b8d883a8162318e5)

## 2. Import drawings on the creation page

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

![](/files/67d11cf202840aa762e20e2e4c0204dd09ab533e)

* You can immediately load the selected project's rendershots, 720 tour, and more.

![](/files/516fa3fff6223add14be4b4a76e95f452b833808)

## Write Content

![](/files/c859b760f723006178575c753fd4683831b1f089)

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

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

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

Please enter the main design title.

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

Please enter the design subtitle.

#### 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 in the recommended size.

#### 7. Upload image (recommended)

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

#### 8. Write content (required)

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

Slash`(/)` View details

* 3D Drawing: Embed an Archisketch 3D drawing.
* AR Viewer: Embed using an AR link.
* Text: Start writing with the most basic plain text.
* Heading 1: The largest heading size.
* 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 quotation.
* Divider: Create 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 rendershots and 720 tours

You can insert rendershots and 720 tours (panorama rendershots) for the project.

#### 9. Save draft

#### 10. Request 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 published only after edits and tagging such as the cover photo, title, and body composition.


---

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