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

# Layout

> How to navigate, browse, and view records in Twenty.

export const VimeoEmbed = ({videoId, title = 'Video'}) => <div style={{
  padding: '69.01% 0 0 0',
  position: 'relative',
  margin: '32px 0px',
  borderRadius: '16px',
  overflow: 'hidden',
  border: '2px solid black'
}}>
    <iframe src={`https://player.vimeo.com/video/${videoId}?autoplay=1&loop=1&autopause=0&background=1&app_id=58479`} frameBorder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  transform: 'scale(1.1)'
}} title={title} />
  </div>;

## The main layout

The center of the screen is where your records live — people, companies, opportunities, tasks, notes, dashboards, workflows, and any custom objects. You view, edit, and delete records here, and create new views.

<img src="https://mintcdn.com/twenty/nHykqzejUXmkEL88/images/user-guide/home/main-layout.png?fit=max&auto=format&n=nHykqzejUXmkEL88&q=85&s=6d60a2b584df62b14753d0eab33a9d5f" style={{width:'100%'}} width="1920" height="972" data-path="images/user-guide/home/main-layout.png" />

## Navigation bar

The left sidebar gives you:

* **Workspace switcher** — switch between workspaces or create a new one (top dropdown)
* **Search** — press `/` to focus instantly, searches across all objects
* **Settings** — access from the top left
* **Favorites** — pinned views, unique per user
* **Object shortcuts** — quick access to People, Companies, Opportunities, etc.
* **Workflows** — create automations

Drag items to reorder, create folders to group related objects, hide what you don't use.

<img src="https://mintcdn.com/twenty/nHykqzejUXmkEL88/images/user-guide/home/navigation-bar.png?fit=max&auto=format&n=nHykqzejUXmkEL88&q=85&s=208a15f2931a169188c637b2a33f61b5" style={{width:'100%'}} width="1914" height="966" data-path="images/user-guide/home/navigation-bar.png" />

## Command menu

Press `Cmd+K` (Mac) or `Ctrl+K` (Windows) — or click the three dots in the top right. From here you can:

* Create new records
* Import and export data via CSV
* Create new views
* Access deleted records (Twenty supports soft and hard deletes)
* See keyboard shortcuts for navigating your workspace

<img src="https://mintcdn.com/twenty/AQ1W4XyQKmjRfm_f/images/user-guide/home/command-menu.png?fit=max&auto=format&n=AQ1W4XyQKmjRfm_f&q=85&s=ad56fe1a313406686dd257d56a8a2e72" style={{width:'100%'}} width="1914" height="966" data-path="images/user-guide/home/command-menu.png" />

## Search

Accessible via the Command Menu, the top of the navigation bar, or by pressing `/`. Search works across all objects.

<img src="https://mintcdn.com/twenty/nHykqzejUXmkEL88/images/user-guide/home/search-bar.png?fit=max&auto=format&n=nHykqzejUXmkEL88&q=85&s=c1c304b3e033f2ce2c4bbaa039cb3034" style={{width:'100%'}} width="1914" height="966" data-path="images/user-guide/home/search-bar.png" />

## Side panel

Click a record to open the side panel on the right — a quick overview of the record's key information without leaving the current page. Click **Open** to go to the full record page.

<img src="https://mintcdn.com/twenty/nHykqzejUXmkEL88/images/user-guide/home/side-panel.png?fit=max&auto=format&n=nHykqzejUXmkEL88&q=85&s=7229782097d529707ceeca4f946157c3" style={{width:'100%'}} width="1914" height="966" data-path="images/user-guide/home/side-panel.png" />

## Views

Every object supports multiple views — unlimited per object. Use the dropdown at the top left to switch between them.

* **Table** — spreadsheet-style rows and columns, with grouping, inline editing, and column customization
* **Kanban** — drag-and-drop cards organized by a select field, ideal for pipelines
* **Calendar** — records plotted by a date field for time-based planning

Each view saves its own filters, sorting, and field visibility. Share views with your workspace or keep them private. Favorite views for fast access from the sidebar.

<img src="https://mintcdn.com/twenty/nHykqzejUXmkEL88/images/user-guide/home/view-menu.png?fit=max&auto=format&n=nHykqzejUXmkEL88&q=85&s=f8584dbaada17c8e373dbb8060128d8a" style={{width:'100%'}} width="1914" height="966" data-path="images/user-guide/home/view-menu.png" />

## Record pages

When you open a record, the detail page is built from configurable **tabs** and **widgets**. Add, remove, reorder, and resize widgets on a grid — fields, related records, emails, timeline, tasks, notes, files, charts, iframes, and more. Each object type has its own layout.

<Card title="Full Layout guide" icon="arrow-right" href="/user-guide/layout/overview">
  Navigation, views, record pages — detailed reference and how-tos.
</Card>

<VimeoEmbed videoId="1185511790" title="Layout" />
