Sazabi
ChatThreads

Organizing Threads

Keep your threads organized with pinning, renaming, and sidebar sections.

As you accumulate threads from investigations, keeping them organized helps you find important conversations quickly. Sazabi provides several tools for thread organization.

The sidebar organizes threads into three sections based on visibility and pinning status.

SectionContents
PinnedThreads you have pinned, regardless of visibility
OrganizationOrganization-wide threads visible to all team members
PersonalPrivate threads visible only to you

Within each section, threads are sorted by most recent activity. New messages and assistant responses move threads to the top of their section.

Switching between sections

Click a section header to expand or collapse it. All three sections can be open simultaneously, or you can collapse sections you do not need to reduce visual clutter.

Pinning threads

Pin important threads to keep them at the top of your sidebar. Pinned threads appear in a dedicated section above team and personal threads.

How to pin a thread

You can pin a thread in several ways:

  1. From the thread menu: Click the three-dot menu on any thread in the sidebar and select Pin to sidebar.
  2. From the command palette: Press Cmd/Ctrl + K, search for "pin", and select Pin to sidebar.
  3. From the thread header: Open the thread, click the menu in the header, and select Pin to sidebar.

Unpinning threads

To unpin a thread, use the same methods above but select Unpin from sidebar. The thread returns to either the Team or Personal section based on its visibility setting.

Pinning is personal to you. When you pin a team thread, other team members do not see it pinned in their sidebar.

Renaming threads

By default, Sazabi generates a title for each thread based on your initial message. You can rename threads to make them easier to identify later.

How to rename a thread

  1. From the thread menu: Click the three-dot menu on any thread in the sidebar and select Rename.
  2. From the command palette: Press Cmd/Ctrl + K, search for "rename", and select Rename.
  3. From the thread header: Open the thread, click the menu in the header, and select Rename.

After selecting rename, type the new title and press Enter to save.

Naming conventions

Consider using consistent naming conventions to make threads easier to scan:

  • Include dates: 2024-03-15 Checkout outage
  • Include services: payment-gateway 503 investigation
  • Include status: [Resolved] Memory leak in worker pods

Search and filtering

Use search to find threads across your entire project history.

  1. Press Cmd/Ctrl + K to open the command palette.
  2. Type your search query. Results appear as you type.
  3. Click a result or press Enter to open the thread.

Search looks at thread titles and message content. Results are ranked by relevance to your query.

Search tips

  • Exact phrases: Search for exact phrases by typing them naturally. The search matches words that appear together.
  • Service names: Search for specific services like checkout-service or api-gateway to find related investigations.
  • Error messages: Search for error text like NullPointerException or connection refused to find threads where that error was discussed.

Search only returns threads you have access to. You will not see results from private threads belonging to other team members.

Thread visibility

Threads can be either organization-wide or private.

VisibilityWho can see it
OrganizationAll members of your organization
PrivateOnly you

Changing visibility

  1. Open the thread you want to modify.
  2. Click the thread menu in the header.
  3. Select Move to organization or Move to personal.

Alternatively, use the command palette (Cmd/Ctrl + K) and search for "move to organization" or "move to personal".

Moving a thread from organization to personal removes access for other team members. They will no longer see the thread in their sidebar or search results.

Quick actions via command palette

The command palette provides fast access to all thread organization actions.

CommandDescription
Pin to sidebarPin the current thread
Unpin from sidebarUnpin the current thread
RenameRename the current thread
Move to organizationMake the thread visible to your team
Move to personalMake the thread private
Copy linkCopy a shareable link to the thread

Open the command palette with Cmd/Ctrl + K and start typing to filter available actions.

Keyboard shortcuts

ShortcutAction
Cmd/Ctrl + KOpen command palette
Cmd/Ctrl + NCreate new thread
Cmd/Ctrl + /View all keyboard shortcuts

Best practices

Keep pinned threads minimal

Pin only threads you actively reference. Too many pinned threads defeats the purpose of having a dedicated section.

Use descriptive names

Rename threads with context that helps you identify them months later. Include the incident date, affected service, or outcome.

Archive completed investigations

When an investigation is complete, consider archiving the thread to keep your active thread list focused. Archived threads remain searchable but do not appear in the sidebar.

Next steps