# Sections + Drag and Drop

## Sections

A section is a visual group of boards and links. You can name a section to easily categorize your boards and links.

**NOTE:** Sections are 1-level only, meaning that they cannot contain other nested sections inside. We design it this way to keep UI interactions as minimal as possible.

## Drag and Drop

Currently, Yoyo Shortcut supports simple drag and drop for sections, boards, and links.

Drag and drop can be used for:

* Re-ordering entities
* Moving entities to a new location:&#x20;
  * Move a section/board/link to a new parent board
  * Move a board/link to a new parent section

{% hint style="info" %}
When new sections/boards/links are created, they will be put at the top of the ordering by default.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://guide.yoyoshortcut.com/features/sections-+-drag-and-drop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
