# 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="https://3106255375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F03h3SC78wyaaTZz7oUet%2Fuploads%2FMdyAhDLYIaRq0CB3N4Ev%2Fpage_1.jpeg?alt=media&#x26;token=9ab0cb99-ff93-4baf-9c9a-82ba8fc18855" 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="https://3106255375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F03h3SC78wyaaTZz7oUet%2Fuploads%2FtQOR0hwHsWINtuyHNACV%2Fpage_2.jpeg?alt=media&#x26;token=8f9bd053-ef15-48ae-9113-5c727d78ed06" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3106255375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F03h3SC78wyaaTZz7oUet%2Fuploads%2FiPx59k9DC2sr4SVXf5Rk%2Fpage_3.jpeg?alt=media&#x26;token=2a86ffea-80be-4d00-9654-a7608fc4cb9b" alt=""><figcaption></figcaption></figure>

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


---

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