> 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/visual-editor/borders.md).

# Borders

“Borders” section of the toolbar contains the following buttons:

![](/files/-LbSDIHRqSf9RD1EVeW7)

* <img src="/files/-LbSDUPf3lxS6fvqC-ST" alt="" data-size="original"> -&#x20;  insert borders on each side of the selected cell/cells
* <img src="/files/-LbSDaWS6kXIjftjq1jM" alt="" data-size="original"> -&#x20;  insert border at the top of the selected cell/cells
* <img src="/files/-LbSDetpW1O6xq4QN8vF" alt="" data-size="original"> -&#x20;  insert border at the bottom of the selected cell/cells
* <img src="/files/-LbSDkEibnsiWoS7nADC" alt="" data-size="original"> -&#x20;  insert left border for the selected cell/cells
* <img src="/files/-LbSE4k7ZW2LfMfg7FN1" alt="" data-size="original"> -&#x20;  insert right border for the selected cell/cells
* <img src="/files/-LbSE9fYhQPN7XJvCX7j" alt="" data-size="original"> -&#x20;  remove borders on currently selected cell/cells
* <img src="/files/-LbSEGH-OwhkyrnfFr_e" alt="" data-size="original"> -&#x20;  change border line type and line width
* <img src="/files/-LbSEKPCP9DxV5N6rwQX" alt="" data-size="original"> -&#x20;  change border color

![](/files/-LbSHM8TTciwWOLrArJ7)


---

# 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/visual-editor/borders.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.
