> For the complete documentation index, see [llms.txt](https://docs.scopechat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scopechat.ai/how-to-use/sharing-your-chat.md).

# Sharing Your Chat

With Scopechat, you can share the responses you received with your friends and followers on your social media accounts.&#x20;

Here's an example of a shared Scopechat interaction, complete with a referral code and a QR link for joining Scopechat. Please note that you can gain more Scopepoints if your friends or followers use the referral code that you shared.

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

Here's how to share your conversation with Scopechat:

1. At the bottom part of the response you get from Scopechat, you can see a Share button in the lower-right part. Choose that button.

<figure><img src="/files/9xBJZW3fzFWm07TAo1at" alt=""><figcaption></figcaption></figure>

2. You will see a preview of the image that you can use to share your Scopechat experience. You can customize the image before downloading by clicking the Selected filter(s) button and choosing which parts to include or exclude from your image.

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

3. Choose the Download button to get the image, and then share it on your social media accounts.


---

# 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.scopechat.ai/how-to-use/sharing-your-chat.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.
