insert
BACKND Guidelines > 4. Implementing Chart Functions > Step 2. Registering Charts to the Console
Registering Charts to the Console
1. Download the chart template
Click Download example chart file to download the chart.
![](https://developer.thebackend.io/static/img/newconsole/en/SDKDocs/BACKND Base/BACKND Guidelines/Step4 Chart/BACKND_Registering_01_EN.png)
The example chart has the following columns:
- itemId: a unique value for an item, defined in int type
- itemName: name of the item, defined in string type
- itemType: type of item, defined in string type
- itemPower: use value of the item, defined in long type
- itemInfo: description of the item, defined in string type
2. Upload the chart file to BACKND Console
Go to BACKND Console, and in BACKND Base > Chart Management
, click the Create Chart button at the top.
![](https://developer.thebackend.io/static/img/newconsole/en/SDKDocs/BACKND Base/BACKND Guidelines/Step4 Chart/BACKND_Registering_02_EN.png)
3. Enter chart information
Enter the information you'll use in the chart.
The chart in this example is used under the name, Item Chart. If this name is changed, the code needs to be changed in the mail and coupon guidelines.
![](https://developer.thebackend.io/static/img/newconsole/en/SDKDocs/BACKND Base/BACKND Guidelines/Step4 Chart/BACKND_Registering_03_EN.png)
![](https://developer.thebackend.io/static/img/newconsole/en/SDKDocs/BACKND Base/BACKND Guidelines/Step4 Chart/BACKND_Registering_04_EN.png)
4. Upload chart file
Click the created chart to go to the chart details page.
![](https://developer.thebackend.io/static/img/newconsole/en/SDKDocs/BACKND Base/BACKND Guidelines/Step4 Chart/BACKND_Registering_05_EN.png)
Click the Upload Chart File on the top to select and upload a chart.
![](https://developer.thebackend.io/static/img/newconsole/en/SDKDocs/BACKND Base/BACKND Guidelines/Step4 Chart/BACKND_Registering_06_EN.png)
After completing the upload, you can click the corresponding chart to view its content through Excel.
![](https://developer.thebackend.io/static/img/newconsole/en/SDKDocs/BACKND Base/BACKND Guidelines/Step4 Chart/BACKND_Registering_07_EN.png)
5. Apply chart file
Select the checkbox on the left of the uploaded chart and click the Apply Chart button.
![](https://developer.thebackend.io/static/img/newconsole/en/SDKDocs/BACKND Base/BACKND Guidelines/Step4 Chart/BACKND_Registering_08_EN.png)
Then, go back to the Chart Management page and check that the uploaded chart has been registered to Applied Charts.
![](https://developer.thebackend.io/static/img/newconsole/en/SDKDocs/BACKND Base/BACKND Guidelines/Step4 Chart/BACKND_Registering_09_EN.png)