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

# Split screen mode

> Use split screen mode to multitask efficiently and focus on solutions

## What is Split Screen Mode?

Split Screen mode lets you view multiple Interview Copilot tabs simultaneously in a side-by-side layout. It also hides the transcription panel, removing distractions and helping you focus entirely on solutions during fast-paced interviews.

**Hotkey:** <kbd>Cmd</kbd> + <kbd>/</kbd> (Mac) or <kbd>Ctrl</kbd> + <kbd>/</kbd> (Windows)

<Tip>
  You can also set Split as your default layout in [Layout and Response Mode](/features/copilot-layout-response-settings) so every new session starts with split-screen view enabled.
</Tip>

***

## How It Works

### Activating Split Screen

Simply press **<kbd>Cmd</kbd> + <kbd>/</kbd>** (or <kbd>Ctrl</kbd> + <kbd>/</kbd> on Windows) while in the Interview Copilot window.

The interface will transform from a single-tab view into a multi-pane layout where you can:

* View 2-3 tabs side-by-side
* Choose which tabs to display in each pane
* Hide the transcription panel automatically

### Deactivating Split Screen

Press **<kbd>Cmd</kbd> + <kbd>/</kbd>** again to return to the standard single-tab view with transcription visible.

***

## Common Use Cases

### 1. Copilot + Chatbot Workflow

**Perfect for:** Asking follow-up questions while reviewing copilot suggestions

* **Left pane:** Copilot tab showing real-time interview responses
* **Right pane:** Chatbot tab for asking clarification questions or requesting code snippets
* **Benefit:** No need to switch tabs when you want to dig deeper into a copilot response

### 2. Support + Cheatsheet Reference

**Perfect for:** Reviewing syntax while reading solution explanations

* **Left pane:** Support tab with detailed explanations and solutions
* **Right pane:** Cheatsheet tab with quick reference for algorithms, data structures, or syntax
* **Benefit:** Keep both learning resources visible at once for faster comprehension

### 3. Copilot + Cheatsheet Quick Reference

**Perfect for:** Cross-referencing copilot solutions with best practices

* **Left pane:** Copilot responses to interview questions
* **Right pane:** Cheatsheet for complexity analysis or common patterns
* **Benefit:** Validate copilot suggestions against established patterns and complexity targets

### 4. Distraction-Free Focus Mode

**Perfect for:** High-pressure moments when you need laser focus

* Hide transcription to remove visual noise
* Focus entirely on 1-2 relevant tabs
* **Benefit:** Cleaner interface reduces cognitive load during critical problem-solving

***

## Split Screen vs. Tab Switching

| Feature                | Split Screen (<kbd>Cmd</kbd> + <kbd>/</kbd>) | Tab Switching (<kbd>Tab</kbd> / <kbd>Shift</kbd> + <kbd>Tab</kbd>) |
| ---------------------- | -------------------------------------------- | ------------------------------------------------------------------ |
| **View multiple tabs** | Yes, side-by-side                            | No                                                                 |
| **Hide transcription** | Automatic                                    | Always visible                                                     |
| **Speed**              | Instant multi-view                           | Sequential rotation                                                |
| **Best for**           | Multitasking workflows                       | Quick navigation between tabs                                      |

***

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Can I choose which tabs appear in split screen?">
    Yes! Once split screen is activated, you can select which tabs to display in each pane. The interface will remember your preferences for future sessions.
  </Accordion>

  <Accordion title="Does split screen work on the browser version?">
    Split screen mode is currently exclusive to the Desktop App. Browser users should use <kbd>Tab</kbd> and <kbd>Shift</kbd> + <kbd>Tab</kbd> for tab navigation.
  </Accordion>

  <Accordion title="Why does transcription disappear in split screen?">
    Hiding transcription is intentional - it removes visual clutter and lets you focus entirely on solutions. The transcription is still running in the background and can be viewed by exiting split screen mode.
  </Accordion>

  <Accordion title="Can I resize the split screen panes?">
    Pane sizing is automatically optimized for readability. Custom resize controls may be added in future updates based on user feedback.
  </Accordion>

  <Accordion title="What happens if I use Tab switching while in split screen mode?">
    Tab switching works differently in split screen - it rotates the active pane's content instead of switching the entire view. Press <kbd>Cmd</kbd> + <kbd>/</kbd> to exit split screen if you want standard tab rotation.
  </Accordion>
</AccordionGroup>
