> 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

We’ll guide you through two ways to create and publish your content.

## 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 Design Community** Click

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

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-9e17b211ca7c8a7354c6d31cf1421b04f7921b67%2Fpublish-project-1.png?alt=media)

## 2. Load drawings from the writing page

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

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-3000e219b3a02a888afa7a20bf191283a9fff48d%2Fpublish-project-2.png?alt=media)

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

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-f3a73e0803893b5c797aa83534ddbcb1c641d98a%2Fpublish-project-3.png?alt=media)

## Write Content

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-255d69c0d47f52867caddb2773a20f46b46142f8%2Fpublish-project-4.png?alt=media)

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

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

#### 2. Design Main Title (required)

Please enter the design main title.

#### 3. Enter a 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 images (recommended)

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

#### 8. Write content (required)

`'/'` Use the slash key to take advantage of features such as 3D drawing, AR viewer, divider, bulleted list, color change, YouTube video, and more.

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.
* 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: 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) and 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 proceed 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 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.
