> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebender.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tabs

> Fast parallel work in chat without isolation

Tabs let you open multiple chat sessions while staying in the same project directory. This is the lightest-weight way to do concurrent work in Firebender.

<img src="https://mintcdn.com/firebendercorp/unK9XP5AkA6wmgZ5/assets/tabs-1.png?fit=max&auto=format&n=unK9XP5AkA6wmgZ5&q=85&s=0e2a29ad69a91bec7e0fcb25eeac2ee1" alt="Chat tabs example" width="1880" height="494" data-path="assets/tabs-1.png" />

## When to use Tabs

* **Quick, unrelated changes**: Two or more small tasks in different files that are unlikely to conflict
* **Read-only exploration**: Ask one tab to search, summarize, or trace code while you implement in another
* **Short feedback loops**: Iterate on a doc, config, or UI detail while another tab does small follow-ups

## What Tabs are not

* **Not isolated**: Tabs share the same working directory and git state
* **Not safe for conflicting edits**: Two tabs editing the same files can create merge pain

If you need isolation for features or PRs, use [Parallel agents](/multi-agent/worktrees) instead.
