> For the complete documentation index, see [llms.txt](https://docs.beefree.io/end-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefree.io/end-user-guide/structure-content/row-vs.-content-block-selection.md).

# Row vs. Content Block Selection

#### Overview

Knowing how to select rows or individual content blocks effectively is crucial when using the builder. This guide will walk you through the steps and visual cues involved in making precise selections, empowering you to edit your design efficiently.

#### Selecting Content Blocks

* Mouseover Icon:
  * Hover your mouse over a content block.
  * An icon appears, enabling you to drag the block.
* Upon Selection:
  * Click the block to select it.
  * Three icons show up on the stage for removing, cloning, or commenting on the block.

<figure><img src="https://lh7-eu.googleusercontent.com/Yj4HV3Brk95VCiBY4zHrA3QAfTYqir43DL0-b-8vd2ty7Oiq6AiueyiS1CNYxXZS_WD8nnGqzqPlBnrONeCAI7EFiWwm8kREvYpaLA4l-MrS15ADea-2PdVt9sBtZBUW6sMsFgG_z2OeLkFZOCT_1UU" alt="" width="375"><figcaption></figcaption></figure>

* Sidebar Properties:
* Once a block is selected, the sidebar on the right displays properties specific to that content block for editing.

#### Selecting Rows

* Mouseover Area:
  * Hover over an empty space in a row.
  * The row gets highlighted, and an icon shows up for dragging.
* Upon Selection:
  * Click the row to select it.
  * Four icons appear for commenting, saving, removing, or cloning the row and its content.

<figure><img src="https://lh7-eu.googleusercontent.com/1Fjpdl2ggpHHNOTQwDqqUDqCsQQt3AIa00nTKNncPmwvl19qQCVbjcEN_qaLvlJ5tgmhxSSz3IEj5zX_TiAlC-wqvO-gE6v9FbmO4HHvWt8HwyllEC1x2wQltxSSAlzwlUeEopqtAO4PPlavo4qi7Vg" alt=""><figcaption></figcaption></figure>

* Sidebar Properties:
* Once a row is selected, the sidebar will show properties specific to that row for editing.

<div data-full-width="true"><figure><img src="https://lh7-eu.googleusercontent.com/whS6c8WLNmPsGFmvwCeCTBpUVMh_NCUUjhHIY7wTwS53nnkp71Wjsr-Yl288cFxLSvC2nllwjkkJb90b1KaV34vg73wYXicLkviaH4yBc0yGwkRTz2Tr9cc8Uu-rxWX94QVKRTQ623IkY6zUvzdzmJ8" alt=""><figcaption></figcaption></figure></div>

#### Note

* Selecting a row will automatically deselect any previously selected content block.
* A single row may contain multiple columns, all of which will be selected when you choose the row.


---

# 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://docs.beefree.io/end-user-guide/structure-content/row-vs.-content-block-selection.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.
