> For the complete documentation index, see [llms.txt](https://help.rbcgrp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rbcgrp.com/getting-started-tutorial/formatting.md).

# Formatting

Select the appropriate cells containing measures and labels. You can make the selection by holding Ctrl key and clicking the required cells or making range selections from top left corner down to bottom right corner holding right mouse key.

To horizontally center all the data inside each selected cell, click "Center" <img src="/files/-LbN8U0rKZZk55_hUgJn" alt="" data-size="original">  toolbar button (or use "Ctrl + J" keyboard shortcut).

Apply vertical middle alignment clicking "Middle"<img src="/files/-LbN8rl_rdinX91LwNQ7" alt="" data-size="original"> toolbar  button (or use "Ctrl + Alt + J" keyboard shortcut).

![](/files/-LbN9NiEoyYjOvVCKI_5)

Click “Preview” tab.

![](/files/-LbN9dl-n2KVH-m4t4qp)

Numbers and labels are now properly aligned.&#x20;

Go to Data section of the properties panel, expand the first measure and set the approppriate number format. Apply similar number formatting with all the measures. During format changing you will immediately see changes in the “Preview” mode.

Let's apply another font on our KPIs. Return to edit mode by clicking "New visualization" tab <img src="/files/-LbNBE8xz39JBzWDvI8V" alt="" data-size="original"> . Cell selections should still remain active. Change font to Comfortaa, for example.

![](/files/-LbNAhZiJc4sBZMUoLF0)

Open “Preview” again to be able to see the latest changes.

![](/files/-LbNCOOgZhVnUNk8FEG9)


---

# 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://help.rbcgrp.com/getting-started-tutorial/formatting.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.
