# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pokko.io/advanced-features/base-values.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
