> 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/generation-settings/private-generations.md).

# Private Generations

With an Ideogram **Plus Plan** or higher, you can generate private images that only you can view.\
Private images remain private even after your subscription ends — you can still access and download them in JPG format. To unlock all download options again, resubscribe to a *Plus Plan* or higher.

For more details about purchasing, upgrading, or managing your subscription, visit [Available Plans](/plans-and-pricing/available-plans.md).

## Generating Private Images

You can set your generation visibility using the **Visibility** button.

1. Select the [Prompt Box](/using-ideogram/ui-overview/ui-components/prompt-box.md) to show the generation settings (if not already visible).
2. Select **Visibility** (displayed as the current visibility such as <kbd>**Private**</kbd> or <kbd>**Public**</kbd>) to open the dropdown and select your preferred visibility for the next generated image.

<figure><picture><source srcset="/files/iILhDiGu245vKudjmDgU" media="(prefers-color-scheme: dark)"><img src="/files/wclh7KZHKXvxXD6CAKT8" alt="The Visibility menu showing Public and Private options." width="230"></picture><figcaption><p>The Visibility menu showing Public and Private options.</p></figcaption></figure>

## Viewing Your Private Generations

To view private generations, open [Library](/using-ideogram/ui-overview/pages-ui/library-page.md) and use the private view where it is available for your account.

## Changing Image Visibility

To make a private image public or a public image private, you can:

1. When viewing an image in detail, select the **Public/Private** button located in the [Details Panel](/using-ideogram/ui-overview/ui-components/details-panel.md) on the right and select the desired option from the dropdown menu.
2. To update multiple images at once, open [Library](/using-ideogram/ui-overview/pages-ui/library-page.md), select the images where multi-select is available, select the **More** icon <picture><source srcset="/files/DCiR5D2cnVppKd9qELB3" media="(prefers-color-scheme: dark)"><img src="/files/eVQ3eQw7IgtlCP87XKyl" alt="More icon in the Image Gallery action bar."></picture> in the panel below the [Image Gallery](/using-ideogram/ui-overview/ui-components/image-gallery.md), and select **Make private** or **Make public** from the menu.


---

# 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/generation-settings/private-generations.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.
