> For the complete documentation index, see [llms.txt](https://docs.echo3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echo3d.com/web-console/manage-pages/content-page/share-it-with-others.md).

# Share Content

### Transfer Assets Between Projects

You can copy 3D assets from one project to another.

This allows you to transfer assets between projects without having to delete and re-upload.

Click the <img src="/files/-M8RYOcGmL3_KauAoQS2" alt="" data-size="original"> icon to see a list of projects you have access to.&#x20;

Clicking any project will copy the 3D asset to that project.

{% embed url="<https://www.youtube.com/watch?v=eMB-mWJZOX4>" %}

### Share Assets with Others

You can generate a short link and share it with others so they can see the same 3D asset you have in the console.

Click the <img src="/files/-M8RYOcGmL3_KauAoQS2" alt="" data-size="original"> icon to automatically copy a short link to the model into your clipboard.

![](/files/4dxBGdkYQh51ml0d0tdf)

You are also able to automatically share it through WhatsApp, Twitter, Facebook, LinkedIn, and Reddit.

{% hint style="success" %}
The short link should look something lik&#x65;**`https://go.echo3D.co/ABCD`**
{% endhint %}

Paste and share the link with friends on **social media** or **send it as text.**

Sharing this link will automatically give others access to the model and also show a QR code they can scan for easy access. For example:

![](/files/-M8S1Dn9Wts2ziapAMj_)

Clicking the short link redirects to our website where they can click the <img src="/files/-M8RtgG2kuQoYJ9CPgkg" alt="" data-size="original"> button to place the 3D model on the floor around them.

![](/files/-M8S6cjO9ksng67_VtNU)


---

# 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.echo3d.com/web-console/manage-pages/content-page/share-it-with-others.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.
