# Share chat session

Easily share insights from any [AI Chat](/ai-code-reviews-in-ide/ai-chat-in-bito.md) session by creating a unique shareable link directly from the Bito extension in VS Code or JetBrains IDEs.

Whether you need to share AI-generated code suggestions, explanations, or any other chat insights, this feature allows you to create a public link that others can access. The link will remain active for 15 days and can be viewed by anyone with access to the URL, making collaboration and knowledge sharing seamless.

Additionally, you can quickly share your AI Chat session through a pre-written Tweet or an Email.&#x20;

{% hint style="info" %}
**Note:**

* The link will expire in 15 days.
* The session link will be publicly accessible by anyone with the link.
* Recipients can access the chat session in any web browser by using the unique URL.&#x20;
  {% endhint %}

<figure><img src="/files/AnhJGupgQmBmOCwjxjnV" alt="" width="521"><figcaption></figcaption></figure>

Let's see how it is done:

1. Open Bito in Visual Studio Code or any JetBrains IDE.
2. Start a conversation in Bito’s AI Chat user interface.
3. Locate the share button on the top right of the Bito extension side-panel.
4. Click the share button to open a menu with options, including X (Twitter), Email, and Link.
5. **Share on X (Twitter):**
   1. Click on **X (Twitter)** from the menu, and a dialogue window will appear, asking whether you want to open the external site.
   2. Simply click "Open" to proceed.
   3. You will be redirected to the X (Twitter) website, with a pre-written tweet containing a link to your Chat Session ready to be published.
   4. Click the "Post" button to send the tweet.
6. **Share Through Email:**
   1. Click on **Email** from the menu, and you will be redirected to your email application.
   2. Select your email account if needed.
   3. The email will be pre-filled with all the necessary information, including the link to your Chat Session.
   4. Add the receiver(s) of this email using the "To" input field.
   5. Click the "Send" button to send the email.
7. **Share the Link:**
   1. Click on **Link** from the menu.
   2. A confirmation popup will appear. Click **Share session** to generate a unique URL for your chat session, which will automatically be copied to your clipboard for easy sharing.
   3. Feel free to share this link with anyone you'd like to.


---

# 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.bito.ai/ai-code-reviews-in-ide/ai-chat-in-bito/share-chat-session.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.
