> For the complete documentation index, see [llms.txt](https://docs.ludi.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ludi.co/dashboard/boards.md).

# Boards

By default, your boards are shown in descending order from the last time they were visited.

You can change this by adjusting the filter on the top right of your boards view.

<figure><img src="/files/Qslj9M4oVpJup6TdQ1Kj" alt=""><figcaption></figcaption></figure>

Any board that is not assigned to a folder will appear in your dashboard 'root'. <mark style="background-color:purple;">If you move a board to a folder it will no longer be visible at the root level but you can search for it.</mark>

Boards can be moved from the root to a folder by dragging and dropping

<figure><img src="/files/6xyzRZmQs76fV5OKRCyS" alt=""><figcaption></figcaption></figure>

To move a board out of a folder and back to the root, you can drag it to the 'Back To Root' folder

### Cloning a board

You can make a clone of any board in your dashboard. Use the 3-dot menu to access the options and select 'clone'. This will allow you to name the cloned board and set its location.

<figure><img src="/files/eqBnIRfvLDxs11WljZN7" alt=""><figcaption></figcaption></figure>

* Cloning a board copies everything on the board.
* You can clone a board across teams and folders.
* If there was an active meeting on the board you cloned, you will become the Host on the new board.


---

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

```
GET https://docs.ludi.co/dashboard/boards.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.
