> ## 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.

# Save and reuse a column

> Copy a column's setup to another table, or save it as a template you can apply again.

Copy a column's whole setup to try a variation, move it to another table, or save it as a template. Pick whichever matches how far the column needs to travel.

<Frame caption="The Templates toggle in the enrichment picker.">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/oneprofile/images/tables/columns/save-and-reuse-a-column.png" alt="The enrichment picker showing an Actions and Templates toggle, with the Templates side listing saved templates a customer can apply to the table." />
</Frame>

## Copy within a table

<Steps>
  <Step title="Duplicate the column">
    Open the column's menu and choose **Duplicate**. The copy carries the whole setup and lands right beside the original.
  </Step>

  <Step title="Try the variation">
    Edit the copy freely. Delete it if it doesn't work out; the original was never touched.
  </Step>
</Steps>

## Move a column to another table

<Steps>
  <Step title="Copy the configuration">
    On the source table, open the column's menu and choose **Copy configuration**.
  </Step>

  <Step title="Paste it on the target table">
    On the other table, open the add-column menu and choose **Paste configuration**. References to other columns remap by name, or show up broken if none matches.
  </Step>
</Steps>

## Save a column as a template

<Steps>
  <Step title="Choose Save as template">
    Open a computed column's menu and choose **Save as template…**.
  </Step>

  <Step title="Name it and pick what to capture">
    Name the template and tick every column it should include. References between the columns you pick are kept.
  </Step>

  <Step title="Apply it anywhere">
    On any table, click **Add column** and choose **Enrichment**. Switch that picker from **Actions** to **Templates** and pick it.
  </Step>
</Steps>

## Good to know

<AccordionGroup>
  <Accordion title="What is the difference between Duplicate and Copy configuration?">
    Duplicate makes a copy on the same table right away. Copy configuration puts the setup aside so you can paste it onto a different table instead.
  </Accordion>

  <Accordion title="Which columns can be saved as a template?">
    Anything except a column you type into yourself. Formula, enrichment, agent, export, imported and sequence columns all carry a setup worth saving.
  </Accordion>

  <Accordion title="What happens to a column's references when I paste or apply it elsewhere?">
    A reference to another column travels by name. If the target table has a column with a matching name, it reconnects. If not, it shows up broken so you can point it at the right column.
  </Accordion>

  <Accordion title="Who can see a template I save?">
    Anyone in your workspace. A template belongs to the whole organization, not just the table it came from.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Column outputs and groups" icon="boxes" href="/tables/columns/column-outputs-and-groups">
    See how a multi-field answer becomes several columns.
  </Card>

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