# Sharing a Project

Sharing a project is easy, just go to the top right of your project and click '**Share**'. This will open a dialogue box where you can toggle the project sharing on and off. \
\
**Sharing disabled by default:**

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

**Toggle on to enable and generate share link:**

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

If you disable public sharing, any users with the old URL will no longer be able to view the project until you enable the same project again.  &#x20;

### Public View

After you share the project, a public link becomes available that shows a limited viewer where users can view your labels and predictions. Users can also download those as geojson.&#x20;

{% hint style="info" %}
NOTE: Once a project is public, anyone with the URL can view it.&#x20;
{% endhint %}

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


---

# Agent Instructions: 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:

```
GET https://docs.earthindex.ai/concepts/sharing-a-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
