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

# Share project

In Arkisketch, there are two easy ways to share a project with others!\
You can share a project with Arkisketch registered users in editor or view-only mode, and with non-members you can share content such as interior spaces or rendershots through the project link.\
With this feature, you can easily collaborate with others on a project or show it to them.

## How to share a project

* Click More on the project
* Click Share Project

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

### Share Project

Project sharing is only available to Arkisketch registered users.

* View only: You cannot edit the project, only view it.
* Editor: You can edit and collaborate on the project.

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

1. Search members: Search is only available when you enter the full user ID.
2. Select an ID, then choose \[View only] or \[Editor].
3. Click the Share button to share with the selected members, and you're done!
4. Make sure it has been added to the members with access.

#### Check shared projects

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

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

### Publish project

By publishing a project, you can share it even with Arkisketch non-members.\
This feature allows you to share all content such as floor plans, rendershots, and 720 tours.\
However, only the latest 20 rendershots can be shared.

**Publish project**

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

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

Cancel project publishing

* Go to Share Project > Publish tab
* When 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 rendershots, 720 tours, etc. will be shown in real time, and even when the floor plan is edited, it will be reflected in real time.\
If you want to show it to a customer or others, we recommend copying the project, giving it a different name, and working separately for the working version and the sharing version!
{% endhint %}

## Check shared projects

* The projects I shared show the profile of the recipient next to my profile.\
  Also, in My Projects, if you turn on \[Shared Projects], you can view only the projects I shared, grouped separately.

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

## Unshare

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

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

## Frequently Asked Questions

#### I'm trying to share a project, but the ID search doesn't work.

If the ID cannot be found, first check whether the user is registered with Arkisketch.\
You can check the ID (email) in the account profile at the top right of the page.\
If the user is not registered, 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-guide/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.
