# End Users Handbook > Everything a business user can do in Holistics, in one place. See what each capability is for and how it works: find answers with AI, explore dashboards, build your own reports, and collaborate safely with your data team. {/* Feed the right-rail "On this page" nav manually: the content lives inside a React component, so Docusaurus can't infer headings at compile time. Sections are level 2, the individual cards nest under them as level 3. */} export const toc = sections.flatMap((s) => [ {value: s.title, id: s.slug, level: 2}, ...s.pages.map((p) => ({value: p.title, id: p.slug, level: 3})), ]);