# Private Chats

While Korey is a collaborative tool, we understand you may want a little privacy for some chats.&#x20;

Maybe you're kicking off a top-secret PRD, or just a manager headed into a 1:1 and are curious what your report was working on in the last week — whatever the case, you can **start a private chat** by using the configure menu on the chat text area, or just right-click on a chat in your navigation.&#x20;

**Make a private chat public** using this same menu.

Private chats are counted in [Usage Dashboard](/organization/usage-dashboard.md) analytics.

{% hint style="warning" %}
Content that is published to a connected tool from a private Korey chat **is not private**
{% endhint %}


---

# 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.korey.ai/using-korey/private-chats.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.
