> 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 a project 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 via the project link.\
With this feature, you can easily collaborate on or show your project to others.

## Ways to share a project

* Click More in the project
* Click Share Project

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

### Project Share

Project sharing is only available 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/f8ccc1bd18b183297a5a99d2591b1bc03945da7d" alt=""><figcaption></figcaption></figure>

1. Member search: You must enter the full user ID to search.
2. Select an ID and choose \[View Only] or \[Editor].
3. Click the Share with selected members button to complete sharing!
4. Check that it's added to members with access.

#### Check shared projects

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

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

### Publish Project

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

**Publish Project**

* Click the \[Project Share > Publish] tab
* Select publish type:
  * View-only link: Even users who aren't Archisketch users can view the project through the link.
  * Copyable project link: Archisketch 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
* When the website link is generated, click the Copy Link button and paste it wherever you want.
* Click the Go to Link button to go straight to the website!

<figure><img src="/files/7dd95b431a91737f64a269460e37c8f6c1aa1991" alt=""><figcaption></figcaption></figure>

Cancel project publishing

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

<figure><img src="/files/dde43b78f2beabe6247b57326ed9ce33b10249f9" 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 be reflected in real time as well.\
If you want to show it to customers or others, we recommend copying the project, giving it a distinct name, and working separately for work and sharing!
{% endhint %}

## Check shared projects

* The projects I shared display the profile of the person who received the share next to my profile.\
  Also, in My Projects, if you turn on \[Shared Projects] view, you can see only the projects I shared, grouped separately.

<figure><img src="/files/1b3c65c96a0c1bd12847d0ef94f64578aef6f279" 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 remove sharing from.

<figure><img src="/files/49b47fa34e0dad4156f87f97c97fe3a89b16044a" alt=""><figcaption></figcaption></figure>

## Frequently Asked Questions

#### I want to share a project, but I can't search for the ID.

If the ID isn't 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 aren't a registered user, project sharing isn't possible, so please sign up first!

<figure><img src="/files/ac699d0f07778bc9912199dd86034cd9d90bf0dc" 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.
