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

# Rename a variable

There are two ways of changing a column name in Graphext.

## Changing a column name from the data table

The quickest and easiest way is to simply click on the column name itself. This field
is editable, so you can input whatever name you like most.

<Frame>
  <img
    src="https://mintcdn.com/graphext/McO4MTYPhEdyoC4d/images/variable-management/rename-column-table.webp?fit=max&auto=format&n=McO4MTYPhEdyoC4d&q=85&s=09f10e92c3312d8cb5c00bc386ce06cc"
    alt="Renaming a column from the data
table"
    width="1948"
    height="956"
    data-path="images/variable-management/rename-column-table.webp"
  />
</Frame>

After editing the name, a tooltip will appear when hovering your mouse over
the it, displaying the current name and the original column name when the data
table was initially imported.

## Changing a column name from the Variable Manager

You can also change the name of any column from the variable manager, in much
the same way as with the table. Simply click on the name and edit it to your liking.

<Frame>
  <img
    src="https://mintcdn.com/graphext/McO4MTYPhEdyoC4d/images/variable-management/rename-column-variable-manager.webp?fit=max&auto=format&n=McO4MTYPhEdyoC4d&q=85&s=e2cafab57050bf288a40c9f4e02f760f"
    alt="Renaming a column from the data
table"
    width="1926"
    height="1700"
    data-path="images/variable-management/rename-column-variable-manager.webp"
  />
</Frame>

<Note>
  If the variable manager feels "locked" and you cannot edit the variables, it may be because of two things.

  * You don't have edit access to the project
  * You are in Variable Viewer mode, instead of the Variable Manager mode. In order to continue editing your
    variables, return back to "Variable Manager" in this drop down menu on the top left corner.

      <img src="https://mintcdn.com/graphext/McO4MTYPhEdyoC4d/images/variable-management/variable-viewer.webp?fit=max&auto=format&n=McO4MTYPhEdyoC4d&q=85&s=1aac09a83fd8449ad7200f83aaa0bba4" alt="Variable Viewer Mode" width="1850" height="1880" data-path="images/variable-management/variable-viewer.webp" />
</Note>
