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

# Table settings

> Rename a table, write its description, set how columns run, and choose what counts as a duplicate.

Table settings put every table-wide control in one panel: name, description, how columns run, and whether the table is public. Click **Table settings** at the bottom of the grid to open it.

<Frame caption="The Table settings panel, open on General.">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/oneprofile/images/tables/table-settings.png" alt="The Table settings panel with sections for General, Run settings, Scheduled re-runs, Deduplication, Share as template and Manage, each showing its own controls." />
</Frame>

## What's in the panel

* **General**, for the table's name and description
* **Run settings**, for **Auto-run** and **Keep existing results**
* **Scheduled re-runs**, a read only list of columns refreshing on their own
* **Deduplication**, to remove duplicate rows by one column's value
* **Share as template**, to publish the table's columns as a public link
* **Manage**, to duplicate or delete the table

## Set how columns run

Turn on **Auto-run** so columns fill their cells by themselves when inputs change or rows arrive. Turn on **Keep existing results**, underneath it, so a run only touches cells that errored, are empty, or are new.

## Manage the table

**Duplicate table** copies it with rows, and **Duplicate structure only** copies just its columns. **Delete table** moves it to Trash.

## Good to know

<AccordionGroup>
  <Accordion title="Does Run settings apply to every column?">
    It sets the table's default. A column can turn **Auto-run** off for itself from its own **Run conditions**.
  </Accordion>

  <Accordion title="Can I set a column's schedule from here?">
    No. **Scheduled re-runs** only reports what is already set. Open the column's own **Run conditions** to change it.
  </Accordion>

  <Accordion title="Is Deduplication here a standing rule?">
    No. It is a one time cleanup you trigger yourself, not a rule that catches every row that arrives afterward.
  </Accordion>

  <Accordion title="Does Delete table remove it for good?">
    No. **Delete table** moves it to Trash, where it can still be restored.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Schedule a re-run" icon="calendar-clock" href="/tables/scheduled-reruns">
    Set the schedules this panel lists.
  </Card>

  <Card title="Share a table" icon="share" href="/tables/share-a-table">
    See what a signed out visitor sees, and how to revoke a link.
  </Card>

  <Card title="Clean up your data" icon="eraser" href="/tables/clean-up-your-data">
    Read the full walkthrough for removing duplicate rows.
  </Card>
</CardGroup>
