# Compartir un proyecto

Compartir un proyecto es fácil, solo ve a la parte superior derecha de tu proyecto y haz clic en '**Compartir**' . Esto abrirá un cuadro de diálogo donde puedes activar o desactivar la compartición del proyecto. \
\
**Compartición desactivada por defecto:**

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

**Activa para habilitar y generar el enlace para compartir:**

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

Si desactivas la compartición pública, cualquier usuario con la URL antigua ya no podrá ver el proyecto hasta que vuelvas a habilitar el mismo proyecto.  &#x20;

### Vista pública

Después de compartir el proyecto, se genera un enlace público que muestra un visor limitado donde los usuarios pueden ver tus etiquetas y predicciones. Los usuarios también pueden descargarlos como geojson.&#x20;

{% hint style="info" %}
NOTA: Una vez que un proyecto es público, cualquiera con la URL puede verlo.&#x20;
{% endhint %}

<figure><img src="/files/d6afdfd96b05de4c58fa924357b3d6c8a8b38de6" 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/es/conceptos/compartir-un-proyecto.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.
