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

# Welcome

Welcome to the detailed documentation for **Frostboard**, your new best friend for organizing work directly within the Unity Editor.

{% hint style="info" %}
WE STRONGLY RECOMMEND TRYING THE DEMO SCENE WHILE READING THE DOCUMENTATION TO BETTER UNDERSTAND THE CONTEXT
{% endhint %}

### Getting Started

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-fire">:fire:</i></h4></td><td><strong>Overview &#x26; Features</strong></td><td><em>Frostboard is a powerful and flexible Kanban-style project management tool. It was designed with a focus on team collaboration, efficiency, and minimizing the need to leave the development environment. It allows you to clearly organize tasks, track their progress, and manage all aspects of game production in one place.</em></td><td><a href="/files/ZGRgIAjeor667Y5FTSNN">/files/ZGRgIAjeor667Y5FTSNN</a></td><td></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>Quick Start</strong></td><td><em>Frostboard is installed as a standard Unity package via the <code>Package Manager</code>. After importing, you can find the main window in the top menu under <code>Tools > Frostember Studios > FrostBoard</code>. We recommend docking the window as one of your panels for easy access.</em></td><td><a href="/files/Hi2j1KONrpXytUqmjuXM">/files/Hi2j1KONrpXytUqmjuXM</a></td><td></td><td><a href="/pages/QPzbTvC6XsT5gERiU43E">/pages/QPzbTvC6XsT5gERiU43E</a></td></tr><tr><td><h4><i class="fa-star-exclamation">:star-exclamation:</i></h4></td><td><strong>Workflow</strong></td><td><em>Frostboard supports multiple separate boards in a single project, which is ideal for separating the work of different teams (Programmers, Artists) or different projects.</em></td><td><a href="/files/V4GunknXUKSoZT30CFsf">/files/V4GunknXUKSoZT30CFsf</a></td><td></td><td><a href="/pages/i73g4LZQanoLj7XtSO18">/pages/i73g4LZQanoLj7XtSO18</a></td></tr><tr><td><i class="fa-markdown">:markdown:</i> </td><td><strong>Advanced Features</strong></td><td><em>Many advanced options that will be updated in future.</em></td><td><a href="/files/BTOVRe3A1diWnfcYwRPA">/files/BTOVRe3A1diWnfcYwRPA</a></td><td></td><td><a href="/pages/AD9lDCmpddI5WAY92HgG">/pages/AD9lDCmpddI5WAY92HgG</a></td></tr><tr><td><i class="fa-arrow-down-9-1">:arrow-down-9-1:</i></td><td><strong>Settings and Customization</strong></td><td><em>The settings window, accessible via the gear icon (⚙️), allows you to fully customize Frostboard.</em></td><td><a href="/files/khIpFFK58K2bOSRIAbJt">/files/khIpFFK58K2bOSRIAbJt</a></td><td></td><td><a href="/pages/scPRmf2UHNygzfDCY7Iu">/pages/scPRmf2UHNygzfDCY7Iu</a></td></tr><tr><td><i class="fa-map-location">:map-location:</i></td><td><strong>Roadmap</strong></td><td><em>Project Roadmap</em></td><td><a href="https://images.unsplash.com/photo-1531403009284-440f080d1e12?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw1fHxyb2FkbWFwfGVufDB8fHx8MTc3MzU3NjY0Nnww&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1531403009284-440f080d1e12?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw1fHxyb2FkbWFwfGVufDB8fHx8MTc3MzU3NjY0Nnww&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td><td></td><td><a href="/pages/2xHK37pgVG8sKLEZ46P7">/pages/2xHK37pgVG8sKLEZ46P7</a></td></tr></tbody></table>


---

# 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://frostember-studios.gitbook.io/frostboard/readme.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.
