> For the complete documentation index, see [llms.txt](https://heurio.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://heurio.gitbook.io/docs/share-and-collaborate/share-project-link.md).

# Share Project Link

Heurio provides various options for sharing projects. This guide provides an overview of how to share projects and the different sharing options available.

## How to share a project link

### [Heurio extension](https://chromewebstore.google.com/detail/heurio-ux-check-visual-fe/pjdbofhiijhapnmpgilkeammkanglfdj)

1. Click on the Share icon in the bottom left corner, opening a Share popup.
2. **Share Link:** In the Share popup, navigate to the "Share link" tab to copy the project link to the clipboard.

<figure><img src="/files/NnaoycpQVIfAq0IZo6qM" alt="" width="563"><figcaption><p>Sharing a project with project link from the <a href="https://chromewebstore.google.com/detail/heurio-ux-check-visual-fe/pjdbofhiijhapnmpgilkeammkanglfdj">Heurio Extension</a></p></figcaption></figure>

### [Heurio web app](https://heurio.app/)

1. Navigate to the project's page and click on the blue "Share" CTA button in the top right corner, opening the Share popup.
2. **Share Link:** In the Share popup, navigate to the "Share link" tab to copy the project link to the clipboard.

<figure><img src="/files/Qqsg4V3qvdisIJGhW6FY" alt="" width="563"><figcaption><p>Sharing a project with project link from the <a href="https://heurio.app/">Heurio Web App</a></p></figcaption></figure>

## How to set privacy

### Private or Public projects

* **Private project:** Only visible for users by project members
* **Public project:** Visible for anyone

### Set a password

Project links can be protected by a password, ensuring only those with the link and correct password can view the project.

### Anyone inside the Organization

Users with the Organization Plan can set "Anyone inside the organization can view," enabling easy access for all team members.

<figure><img src="/files/09jf6Q9AjMLLMR7N0Tns" alt="" width="407"><figcaption><p>Organizational access set to a project link</p></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://heurio.gitbook.io/docs/share-and-collaborate/share-project-link.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.
