> For the complete documentation index, see [llms.txt](https://docs.microreact.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.microreact.org/instructions/access-control-and-project-sharing.md).

# Access Control and Project Sharing

Everyone with access to a Microreact project has access to the data the project uses. Privacy and permissions can be configured to change who can access the project and its data. Edit project Access from within a project or from your My Account page.

![](/files/e4P8a2GopbY1t52TpbpJ) ![](/files/1rdg4vcq09OFTpB2NXEm)

{% hint style="warning" %}
By default, a saved project on Microreact.org can only be accessed by the user who created it. Access must be explicitly granted for others to view it.
{% endhint %}

![](/files/Byu8Z8Da3YC1DHO7RQev)

{% tabs %}
{% tab title="Projects with Restricted Access" %}
The project can be accessed by the user who created it. You can invite other users to project as described [in the next section](#sharing-a-project-with-specific-people).
{% endtab %}

{% tab title="Projects with Public Access" %}
Anyone with the project link can view the project
{% endtab %}
{% endtabs %}

### Sharing a Project with via Email Invitation

To give a specific user access to a project, enter the email address of the person you want to invite and click Send Invitation. You can enter up to 30 email addresses. Invitation emails will be sent from the address: ***<noreply@microreact.org>***.

![](/files/-MYoqzhQeMbtY_A8RVq1)

### Managing User Access Roles

After entering the emails of all users, you will be prompted to choose the access role they should have. For each group of email addresses entered at the same time, you can assign only one access role. If you wish to assign different access roles to individual users, add them one by one and select their access level.

**Viewer**: can view another user's projects and copy them into their personal account. The copied project will not impact the original.

**Editor**: can view and edit another user's projects in the same way the project owner/ creator can edit the projects.

**Manager**: can view and edit another user's projects as well as invite additional users access the project.

![](https://t26483244.p.clickup-attachments.com/t26483244/0ed3b2d1-20cc-4caa-a9fb-6ae4351f51de/image.png)


---

# 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.microreact.org/instructions/access-control-and-project-sharing.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.
