> For the complete documentation index, see [llms.txt](https://keak.gitbook.io/keak-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://keak.gitbook.io/keak-docs/basics/editor/sharing-a-preview-link-optional.md).

# Sharing a Preview Link (Optional)

Sometimes you might want approval or input from others before fully launching a test. Keak makes this easy by allowing you to **share a preview** of your changes without making them live to all visitors. To do this, use the **Share Preview** feature in the editor:

* Click the **“Share”** button in the Keak toolbar/sidebar while your variation is applied​. Keak will then **take a screenshot** of the page with the current variation applied and automatically host this image for you. This may take a few seconds.
* Once ready, a new browser tab will open with the screenshot, and a unique shareable URL will be generated​. You can copy this URL and send it to teammates or stakeholders.

The preview link allows others to see exactly how the page would look with the new content, even if they don’t have the Keak extension. This is a **static preview** (an image of the page), not a live page, so it’s just for review purposes. It’s useful for getting a quick thumbs-up on changes or archiving a snapshot of the variation. After sharing, you can go back to the editor to continue launching your test normally.

{% hint style="info" %}
*Note: The preview link is a snapshot at a point in time. If you make further edits, you’d need to generate a new preview to share those.*
{% endhint %}

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


---

# 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://keak.gitbook.io/keak-docs/basics/editor/sharing-a-preview-link-optional.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.
