> For the complete documentation index, see [llms.txt](https://docs.qolaba.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qolaba.ai/image-generation/session-visibility-public-and-private.md).

# Session Visibility — Public & Private

Before generating, set your session visibility to control who can see your generated images. Every generation in Qolaba is tied to a session visibility setting — **Private** or **Public** — which determines whether your outputs remain confidential or are shared to the Qolaba community gallery.

***

#### How Session Visibility Works

Session visibility is a **per-session toggle** set before you generate. It applies to all images generated within that session — not per individual image after generation. Set it before you start generating to ensure your outputs go to the right place.

|                            | Private Session                                | Public Session                             |
| -------------------------- | ---------------------------------------------- | ------------------------------------------ |
| **Who can see it**         | Only you                                       | All Qolaba users via the community gallery |
| **Accessible via**         | Your History only                              | Community gallery + your History           |
| **Ideal for**              | Client work, brand assets, proprietary content | Creative exploration, community sharing    |
| **Discoverable by others** | No                                             | Yes                                        |

***

#### Private Session

In a Private session, all generated images are confidential. They are only accessible through your own **Dashboard → History** and are never visible to other users — not in the community gallery, not in shared workspaces, and not via any public link unless you explicitly share one.

Use Private sessions for:

* Client projects and commissioned work
* Proprietary brand asset generation
* Internal creative briefs and concept development
* Any content that should not be visible outside your organization

***

#### Public Session

In a Public session, generated images are shared to the **Qolaba community gallery** where all users can discover and view them. Your outputs contribute to the community, and you can explore what others are generating for creative reference and inspiration.

Use Public sessions for:

* Creative exploration and style experimentation
* Sharing work to the community for feedback or visibility
* Portfolio-style content you are comfortable making discoverable
* Prompts and styles you want to contribute to the community

{% hint style="info" %}
Once an image is generated in a Public session, it becomes visible one the [**Community Wall**](https://www.qolaba.ai/qreative-wall). If you need to change the visibility of a specific image after generation, you can update it from **Dashboard → History** using the visibility toggle on that image. See [Managing Generated Images →](/image-generation/managing-generated-images.md) for details.
{% endhint %}

***

#### How to Toggle Session Visibility

1. Open the **Image Generation** workspace
2. Locate the **Private / Public session toggle** in the input controls area
3. Toggle to your desired setting before generating
4. All images generated in that session will follow the selected visibility

{% hint style="info" %}
Make it a habit to check the session toggle before starting any new generation — especially when switching between personal creative work and client projects.&#x20;
{% endhint %}

***

#### Visibility vs. Sharing

Session visibility and sharing are two separate controls:

* **Session visibility** determines whether images appear in the community gallery automatically at the time of generation
* **Sharing** allows you to generate a shareable link for a specific image regardless of session visibility — a Private session image can still be shared via a direct link with specific people


---

# 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.qolaba.ai/image-generation/session-visibility-public-and-private.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.
