# Documentation Index

This documentation is split into focused guides so the root `README.md` can stay short and easy to scan.

## Getting Started

- [Getting Started](getting-started.md): installation, asset publishing, and the first Cell example

## Reference Guides

- [Cells Reference](cells/index.md): entry point for all reusable Bootstrap component Cells
- [Helpers Reference](helpers.md): validation-aware form helpers and table payload helpers

## Development

- [Development Guide](development.md): local package development and related package notes

## Suggested Reading Order

1. Read [Getting Started](getting-started.md) first.
2. Continue with [Cells Reference](cells/index.md) and open the guide that matches the components you need.
3. Read [Helpers Reference](helpers.md) when you want to automate validation, old input, or table payload generation.
4. Check [Development Guide](development.md) only if you contribute to the package locally.
