> For the complete documentation index, see [llms.txt](https://guide.palletml.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.palletml.com/deploy/share-your-model.md).

# Share a Model

Models deployed with Pallet are **private by default**, which means only you have access to them.

To share your model, you just need to make it **public**, then you can easily **share a unique link** to your model with any number of friends, colleagues, and other users **in just a few taps**.

## Share

1.To share your model, you first need to make it **Public**.

From the Project **Overview**, tap the **Edit** icon to access Project **Settings**.&#x20;

![](/files/-MMNkUMDuCfTcmJIaFM0)

2\. Toggle the **Public** switch to **On**, then tap **OK** on the Enable Sharing dialog that follows.

![](/files/-MMNkXLt1esGYdmd2leQ)

3\. Tap **Update** to save these settings.

![](/files/-MMNkfREQF9bMS3vqn98)

:white\_check\_mark:And that's it. Now you can **Share** a link to your model from the Project Overview.

Pallet **share links** have the form [*share.palletml.com/xyz*](http://share.palletml.com/xyz) and **open directly to your model** when activated.

![](/files/-MMNkhiMrn4shtui28l1)


---

# 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://guide.palletml.com/deploy/share-your-model.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.
