> 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/manage-project/project-share.md).

# Share Project

In Archisketch, there are two easy ways to share a project with others!\
You can share projects with Archisketch registered users in Editor or View-only mode, and with non-members, you can share content such as interior spaces or render shots through a project link.\
With this feature, you can easily collaborate on or show your project to others.

## How to share a project

* Click More in the project
* Click Share Project

<figure><img src="/files/65975fbfebb70b05da17c69f1d89d805e4974366" alt=""><figcaption></figcaption></figure>

### Share Project

Project sharing is available only to Archisketch registered users.

* View-only: You can't edit the project, you can only view it.
* Editor: You can edit the project and collaborate.

<figure><img src="/files/c9a434e4d815d86414bceeaa3fc0a5d8169a697b" alt=""><figcaption></figcaption></figure>

1. Search member: You need to enter the user's ID in full to search.
2. Select the ID and choose \[View-only] or \[Editor].
3. Click the Share button for the selected members to complete sharing!
4. Check that they have been added to the members with access.

#### Check the shared project

Shared users can check it after logging in under \[My Projects > Shared Projects]!

<figure><img src="/files/cfa05dbf22bef7a00a7aae428df13089f30f7300" alt=""><figcaption></figcaption></figure>

### Publish project

With project publishing, you can share your project even with non-members of Archisketch.\
This feature allows you to share all content such as floor plans, render shots, and 720 tours.\
However, only the latest 20 render shots can be shared.

**Publish project**

* Go to Project Share > Publish tab
* Select publish type:
  * View-only link: Even users who are not Archisketch users can view the project through the link.
  * Link to copy the project: Archisketch users can copy the project with this link.
* Select an expiration period. (The link will be deactivated after the set period.)
  * Permanent
  * 24 hours
  * 14 days
* Click the \[Publish Project] button
* When the website link is generated, click the copy link button and paste it wherever you want.
* If you click the link shortcut button, you can go directly to the website!

<figure><img src="/files/921166e5e7fd9d5f39688256b8e235adb102b33e" alt=""><figcaption></figcaption></figure>

Cancel project publishing

* Go to Project Share > Publish tab
* If you click the Cancel Project Publishing button, the link will be deactivated.

<figure><img src="/files/a0375ca73ef4e8c4f0c39032c7689ac17944e931" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
When you publish a project, additionally created render shots and 720 tours will appear in real time, and changes to the floor plan will also be reflected in real time.\
If you want to show it to clients or others, we recommend copying the project, giving it a different name, and working separately for the work version and the shared version!
{% endhint %}

## Check shared projects

* Projects I've shared are displayed alongside the profile of the person who received them, next to my profile.\
  Also, if you turn on \[Shared Projects] view in My Projects, you can see only the projects I shared, all gathered in one place.

<figure><img src="/files/d3fb20fb8bae810917ce0fc60ab43975ac569dc6" alt=""><figcaption></figcaption></figure>

## Unshare

To unshare a project, click \[More] in the project and select Project Share.\
Then, in the list of members with access, click the \[Delete] button next to the member you want to unshare with.

<figure><img src="/files/9ecf0b995ee9ff65ae3750cffa78e83ca2c756e6" alt=""><figcaption></figcaption></figure>

## Frequently Asked Questions

#### I'm trying to share a project, but I can't search by ID.

If the ID can't be found, first check whether the user is registered with Archisketch.\
You can check the ID (email) in the account profile at the top right of the page.\
If they are not a registered user, project sharing is not possible, so please sign up first!

<figure><img src="/files/65b3f0fcb713c325cbc8bcc100d0f0ea37e3a571" alt=""><figcaption></figcaption></figure>


---

# 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/manage-project/project-share.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.
