> For the complete documentation index, see [llms.txt](https://docs.entrypointai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.entrypointai.com/guides/generate-completions/shareable-link.md).

# Shareable Link

After you have a working model in Entry Point AI, you may want to see how it performs in the wild to collect more diverse, real-world user inputs. We provide a shareable link that allows external users to try your model, while capturing completions for you to review and add to your dataset.

To enable a shareable link, go to the Models page, open the detail page for your Model, and press "Enable" in the Share section.

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

From here, you can open the unique link to see what it looks like or copy it to share with others.

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

The shared link will display a form that resembles a simplified version of the playground.

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

All the Completions generated through the shared link are tracked under the Completions tab for the project.


---

# 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.entrypointai.com/guides/generate-completions/shareable-link.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.
