# Rename the colors of a table

With Coraye, you of course have the option of renaming the colors of a table one by one, but it could become tedious to change, for example, the name of 2663 colors in this way. A tool to rename colors by batch is available in the Color Table module to simplify this operation for you.

Import the color table you want to modify then display it in the Gamut Viewer.

At the top right of the first row of color swatches, click on the blue pen.

![](/files/-MK0LsI9Fuc9oZIE5Ul6)

A window appears displaying a command line under "**Naming rule**" And the name of the first two colors of the table is displayed under "**Preview changes on your first two colors**"

![](/files/-MK0LuwF-A2VrS9pMFKn)

### Replace one word with another

(Name searched = Alternative name) \
For example we will replace all the names "PANTONE" by "SpotColor" We will use the following convention: \
\&#xNAN;**(PANTONE = SpotColor)**

![](/files/-MK0LxzmehnXxeOBIv8M)

### Change the name of the color and add the associated ID number to it.

New name ID \
For example we will replace all the names "PANTONE xxx C" by "SpotColor 1" "SpotColor 2" etc ... \
We will use the following convention: \
**SpotColor ID**

![](/files/-MK0M037rJNDfuaWLKa6)

### Add a name after the original name

+(Name)\
For example we will add the word SpotColor at the end of the names of the table.\
We will use the following convention:\
\&#xNAN;**+(SpotColor)**

![](/files/-MK0M2jsEHD2EXrwdz4Z)

### Add a name before the original name

(Name)+ \
For example we will add the word SpotColor in front of the names of the table. \
We will use the following convention: \
\&#xNAN;**(SpotColor )+**

![](/files/-MK0M5XjK2hpaARbWDs3)

### Remove a word from the original names

-(Name) \
For example we will remove the word "PANTONE" from the names of the table. \
We will use the following convention:\
\&#xNAN;**-(PANTONE)**

![](/files/-MK0M8jEHDZKnfbxQEQg)

Same thing but we will remove the "C" at the end of the name

![](/files/-MK0MBOApwC5v-ZYbpbt)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coraye.com/colors-tables/rename-the-colors-of-a-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
