> For the complete documentation index, see [llms.txt](https://docs.ideogram.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ideogram.ai/using-ideogram/getting-started/sharing-images.md).

# Sharing Images

## How to share an image

While browsing images anywhere on the website, hover your cursor over an image and click **Share**. If you’re viewing an image in detail, click the **Share** button located in the upper-right corner of the right-side panel.

<div><figure><img src="/files/CmieBR5ZdlkFR4h650Mi" alt="" width="260"><figcaption><p>While browsing an image.</p></figcaption></figure> <figure><picture><source srcset="/files/W5t3FsJzvody12gErhVs" media="(prefers-color-scheme: dark)"><img src="/files/6HLxhDdzWYC3QW6uoOSB" alt="" width="370"></picture><figcaption><p>While viewing an image in details.</p></figcaption></figure></div>

A popup window will appear where you can choose which social media platform you want to share your image to. If the image is currently private, you’ll be notified and prompted to make it public before sharing. Simply click **Set to public** to proceed.

<figure><picture><source srcset="/files/5xGrmEPiABnC6YkBL75l" media="(prefers-color-scheme: dark)"><img src="/files/RFcDllDpjJlObZ96Jkca" alt="" width="308"></picture><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.ideogram.ai/using-ideogram/getting-started/sharing-images.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.
