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

# Boards

- [Boards Overview](https://docs.spreo.io/boards/boards-overview.md): Plan, reflect and refine. Spreo boards are the perfect place for fun and focused team collaboration.
- [Create a board](https://docs.spreo.io/boards/creating-a-board.md): Learn how to create a board from a template, start with a blank board, or clone an existing board.
- [Meeting Mode](https://docs.spreo.io/boards/design-and-meeting-mode.md)
- [The Toolbar](https://docs.spreo.io/boards/the-tools.md): Everything you need to create and run a productive, interactive and fun meeting
- [Customizing Your Board](https://docs.spreo.io/boards/customize-your-board.md): Complete freedom to build for the way your team works.
- [Share your board](https://docs.spreo.io/boards/share-your-board.md): Sharing & inviting collaborators
- [Actions](https://docs.spreo.io/boards/actions.md): Actions help you keep track of meeting outcomes and next steps.
- [Mentions](https://docs.spreo.io/boards/mentions.md): Mentions are a great way to directly message a member of your team when you want their input or to make them aware of specific comments or content on your boards.
- [Notifications](https://docs.spreo.io/boards/notifications.md): Stay up to date on Actions and Mentions via the notification window.
- [How to set the timer](https://docs.spreo.io/boards/how-to-set-the-timer.md)
- [Hide & Show Sticky Notes](https://docs.spreo.io/boards/hide-and-show-sticky-notes.md): How to enable private writing in Spreo
- [Voting](https://docs.spreo.io/boards/voting.md)
- [Host controls](https://docs.spreo.io/boards/host-controls.md)
- [Jira Integration](https://docs.spreo.io/boards/jira-integration.md): Visual planning and action tracking with your Jira backlog in Spreo
- [Import data to your boards](https://docs.spreo.io/boards/import-data-to-your-boards.md)
- [Locking the layout](https://docs.spreo.io/boards/locking-board-elements.md)
- [Tags](https://docs.spreo.io/boards/tags.md)
- [Export your board](https://docs.spreo.io/boards/export-your-board.md)
- [Beta Features](https://docs.spreo.io/boards/beta-features.md)


---

# 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.spreo.io/boards.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.
