llms.txt Content
# Headless Tree Documentation
- [Sandboxes](https://headless-tree.lukasbach.com/llm/examples.md)
- [Get Started](https://headless-tree.lukasbach.com/llm/getstarted.md)
- [Managing State](https://headless-tree.lukasbach.com/llm/guides/state.md): Manage the entire tree state or just a part of it.
- [Hotkeys](https://headless-tree.lukasbach.com/llm/guides/hotkeys.md)
- [Accessibility Considerations](https://headless-tree.lukasbach.com/llm/guides/accessibility.md)
- [Styling](https://headless-tree.lukasbach.com/llm/guides/styling.md): Customize the appearance of your tree
- [React Compiler](https://headless-tree.lukasbach.com/llm/guides/react-compiler.md)
- [Migrating from react-complex-tree](https://headless-tree.lukasbach.com/llm/guides/rct-migration.md): Guides on how to migrate from react-complex-tree to headless-tree
- [Overview](https://headless-tree.lukasbach.com/llm/features/overview.md)
- [Tree Core](https://headless-tree.lukasbach.com/llm/features/tree.md): Tree Core Functionality
- [Sync Data Loader](https://headless-tree.lukasbach.com/llm/features/sync-dataloader.md): Data interface for synchronous data sources
- [Async Data Loader](https://headless-tree.lukasbach.com/llm/features/async-dataloader.md): Data interface for asynchronous data sources
- [Selections](https://headless-tree.lukasbach.com/llm/features/selection.md): Support for selecting multiple items
- [Drag and Drop](https://headless-tree.lukasbach.com/llm/features/dnd.md): Drag-and-drop Capabilities for tree items and external drag objects
- [Keyboard Drag and Drop](https://headless-tree.lukasbach.com/llm/features/kdnd.md): Keyboard-controlled Drag and Drop for assistive technologies
- [Hotkeys](https://headless-tree.lukasbach.com/llm/features/hotkeys.md): Support for custom and predefined hotkeys to navigate and interact with the tree
- [Tree Search](https://headless-tree.lukasbach.com/llm/features/search.md): Searching for items in the tree by typing in a search query
- [Renaming](https://hea