# Dimensional Modelling

- [Introducing Dimensional Models](https://documentation.astera.com/data-model/dimensional-modelling/introducing-dimensional-models.md)
- [Converting a Data Model to a Dimensional Model](https://documentation.astera.com/data-model/dimensional-modelling/converting-a-data-model-to-a-dimensional-model.md)
- [Build Dimensional Model](https://documentation.astera.com/data-model/dimensional-modelling/build-dimensional-model.md)
- [Fact Entities](https://documentation.astera.com/data-model/dimensional-modelling/fact-entities.md)
- [Dimension Entities](https://documentation.astera.com/data-model/dimensional-modelling/dimension-entities.md)
- [Placeholder Dimension for Early Arriving Facts and Late Arriving Dimensions](https://documentation.astera.com/data-model/dimensional-modelling/placeholder-dimension-for-early-arriving-facts-and-late-arriving-dimensions.md)
- [Date and Time Dimension](https://documentation.astera.com/data-model/dimensional-modelling/date-and-time-dimension.md)
- [Aggregates in Dimensional Modeling](https://documentation.astera.com/data-model/dimensional-modelling/aggregates-in-dimensional-modeling.md)
- [Verifying a Dimensional Model](https://documentation.astera.com/data-model/dimensional-modelling/verifying-a-dimensional-model.md)


---

# 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://documentation.astera.com/data-model/dimensional-modelling.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.
