# Threads (/docs/threads)



Threads are the place where Tavern Cozy keeps conversations organized. They are the conversational unit for ongoing chats, and the app treats them differently from one-off character sessions.

What a thread does [#what-a-thread-does]

Threads keep conversation state, route assistant responses, and support prewarming so navigation stays fast. The sidebar uses thread-aware fetching so recent items can load without a waterfall.

Thread behavior [#thread-behavior]

* Threads can be opened from recent items or from new conversation flows.
* Assistant completions can trigger desktop notifications when the browser tab is not active.
* Canonical routing keeps thread URLs stable and shareable.

When to use a thread [#when-to-use-a-thread]

Use a thread when the conversation needs continuity:

1. A roleplay session spans multiple turns.
2. You want to return to the same cast or setting later.
3. You need a stable route for a shared conversation.

Good thread hygiene [#good-thread-hygiene]

Thread names should communicate the actual conversation context. Short, specific labels are easier to scan in the sidebar than generic labels like "New Chat".
