> For the complete documentation index, see [llms.txt](https://docs.pokko.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pokko.io/advanced-features/base-values.md).

# Base values

Base values allow you to define a set of fallback values for content when fields are left empty.

If you use data model inheritance the base values are also inherited.

i.e., if you have a `Blog Post` model that inherits from `Base Page` then any base values on the `Base Page` will propagate through to your `Blog Post` entries.
