> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/vi/web3-analytics-tool/how-to-use/9.-visualization/table.md).

# Table

## Display

1. You can change the display name of each column, set whether they are hidden, and apply various text formatting options.&#x20;
2. You can also change the order of the columns displayed by dragging and dropping them.

   [![](https://downloads.intercomcdn.com/i/o/687236797/6a37372a0f625f45ae189d51/visual6.png)](https://downloads.intercomcdn.com/i/o/687236797/6a37372a0f625f45ae189d51/visual6.png)

##

## Changing the type of your table (Image/Link)

### Image

1. URL template: You can use the text from a column by putting the column name inside double curly braces {{}}. The symbol {{@}} represents the current column. You can also input the URL path for the image you want to use.
2. Title template: You can edit the text tooltip that appears when hovering over the image.
3. Size: You can specify the size of the image by providing its width and height.

[![](https://downloads.intercomcdn.com/i/o/687236860/5c542b04518d745a20d4c9f7/visual7.png)](https://downloads.intercomcdn.com/i/o/687236860/5c542b04518d745a20d4c9f7/visual7.png)

### Link

1. URL template: You can use column text by inserting the column name inside the double curly braces {{}}. {{@}} refers to the current column. Enter the URL path of the image you want to use.
2. Text template: Enter the text to be displayed on the link button.
3. Title template: Edit the text tooltip that appears when hovering over the link.

[![](https://downloads.intercomcdn.com/i/o/687236973/bbd8a8d94986fc7256a0a8a6/visual8.png)](https://downloads.intercomcdn.com/i/o/687236973/bbd8a8d94986fc7256a0a8a6/visual8.png)

##

## Conditional Formatting

1. You can create rules to highlight the cells based on their values.
2. Click ‘+’ button to add a rule.

[![](https://downloads.intercomcdn.com/i/o/687237072/9c0bf1b143785b161a0f33bf/visual9.png)](https://downloads.intercomcdn.com/i/o/687237072/9c0bf1b143785b161a0f33bf/visual9.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://userguide.cryptoquant.com/vi/web3-analytics-tool/how-to-use/9.-visualization/table.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
