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

# Column outputs and groups

> When one enrichment or agent fills several columns at once, and how to rename or split what it returns.

An enrichment or agent that answers with several facts fills more than one column at once. This page covers the band that groups them and what you can do with each one.

<Frame caption="A column group's edit panel, docked beside the grid.">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/oneprofile/images/tables/columns/column-outputs-and-groups.png" alt="The column group panel listing member columns with drag handles, an Output chip on one row, and a search field to add another column." />
</Frame>

## Read the group band

A fan-out draws a band over the columns it filled, labeled with the group's name. Open **Edit group** from the band's menu to rename it, reorder its columns, or choose which ones are outputs.

## Reshape a group

<Steps>
  <Step title="Reorder or mark outputs">
    In the group panel, drag a column by its handle, or open its menu to **Mark as output** or **Remove as output**.
  </Step>

  <Step title="Rename the group">
    Click the pencil beside the group's name, type a new one, and press Enter.
  </Step>
</Steps>

## Give a nested field its own column

<Steps>
  <Step title="Open the field picker">
    From the parent column's menu, choose **Give a field its own column…**.
  </Step>

  <Step title="Choose new or existing">
    Create a new column for the field, or map it onto an existing manual column. Mapping onto an existing column overwrites its values.
  </Step>
</Steps>

## Good to know

<AccordionGroup>
  <Accordion title="Why doesn't a column inside a group repeat the group's name?">
    The band above it already names the group. Its columns are named for the field they hold instead, like Fit rationale under a group called ICP fit score.
  </Accordion>

  <Accordion title="What happens if I delete the column a group came from?">
    Its fanned-out children depend on it, so deleting it deletes them too. Oneprofile does this in one step and names every column that goes with it before you confirm.
  </Accordion>

  <Accordion title="Can a group hold columns from different places?">
    Yes. A fan-out creates its group automatically. You can add any other column to it from the group panel's search, or remove one without deleting it.
  </Accordion>

  <Accordion title="What is a group's Basic Group type?">
    It is the only kind a group can be today, shown as a fixed fact rather than a choice.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Reference other columns" icon="at-sign" href="/tables/columns/reference-other-columns">
    Point one column at another so it reads its value.
  </Card>

  <Card title="Enrichment columns" icon="sparkles" href="/tables/columns/enrichment-columns">
    Add a column that fills itself in from outside data.
  </Card>
</CardGroup>
