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

# Driver grouping

> Group drivers in models to organize related rows into collapsible sections and reuse them in blocks or formulas.

Driver groups keep models readable as they grow. Use groups when related drivers should collapse together, move together, or be referenced together.

## Why use driver groups?

Grouping drivers creates collapsible sections in a model.

<Frame>
  <img src="https://mintcdn.com/runway-5055a12e/QgAyEmvdZUWT1iiY/images/models/model-groups.png?fit=max&auto=format&n=QgAyEmvdZUWT1iiY&q=85&s=b699f6d11230fb841cf622eaf4b0e155" alt="Model with drivers organized into collapsible groups" width="2374" height="2076" data-path="images/models/model-groups.png" />
</Frame>

Groups also make drivers easier to find and reuse. When adding drivers to a block, search by group name to include all or part of a group.

<Frame>
  <img src="https://mintcdn.com/runway-5055a12e/QgAyEmvdZUWT1iiY/images/models/model-groups-in-search.png?fit=max&auto=format&n=QgAyEmvdZUWT1iiY&q=85&s=9dd0f97458c93f773100a04d19482b1e" alt="Driver search showing a model group result" width="2847" height="871" data-path="images/models/model-groups-in-search.png" />
</Frame>

You can also reference a whole driver group in formulas instead of selecting each driver individually.

<Frame>
  <img src="https://mintcdn.com/runway-5055a12e/QgAyEmvdZUWT1iiY/images/models/model-groups-in-formula.png?fit=max&auto=format&n=QgAyEmvdZUWT1iiY&q=85&s=8aaec4c0aa44b36dee13e0c3b36d3c96" alt="Formula editor referencing a driver group" width="2198" height="636" data-path="images/models/model-groups-in-formula.png" />
</Frame>

## How to group drivers

<Steps>
  <Step title="Select and group">
    Select the drivers you want to group, then right-click and choose **Group**. You can also use the grouping shortcut listed in [Keyboard shortcuts](/get-started/keyboard-shortcuts).

    <Frame>
      <img src="https://mintcdn.com/runway-5055a12e/QgAyEmvdZUWT1iiY/images/models/model-grouping-1.gif?s=12d7ce14f399dcf4039ffc431e3ba1ff" alt="Selected drivers grouped from the context menu" width="800" height="466" data-path="images/models/model-grouping-1.gif" />
    </Frame>
  </Step>

  <Step title="Name the group">
    Give the new group a descriptive name.
  </Step>

  <Step title="Or create the group first">
    Scroll to the bottom of the model, click **+ Create group**, name the group, then drag drivers into it.

    <Frame>
      <img src="https://mintcdn.com/runway-5055a12e/QgAyEmvdZUWT1iiY/images/models/model-grouping-2.png?fit=max&auto=format&n=QgAyEmvdZUWT1iiY&q=85&s=12c17d754d5800ddb877dcbd9b64ef77" alt="Empty driver group created before drivers are added" width="2353" height="1553" data-path="images/models/model-grouping-2.png" />
    </Frame>
  </Step>
</Steps>

Once your groups are set up, drag and drop groups to reorder them.

## What's next

* [Models basics](/concepts/models/models-basics)
* [Drivers table block](/concepts/pages/drivers-table-block)
* [Keyboard shortcuts](/get-started/keyboard-shortcuts)
