import { DemoBox } from "../../src/components/demo/demo-box";
import { FeaturePageHeader } from "../../src/components/docs-page/feature-page-header";

<FeaturePageHeader
    title="Main Feature"
    subtitle="Core Features related to Headless-Tree"
    feature="main"
    isCore={true}
/>



The main feature provides the core functionality of Headless Tree, enabling most functions that are
required by other features to work. Similar to the [Tree Feature](https://headless-tree.lukasbach.com/llm/features/tree.md), the main feature
is included automatically and does not need to be actively imported.