> For the complete documentation index, see [llms.txt](https://documentation.astera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.astera.com/astera-data-stack-v9/data-model.md).

# DATA MODEL

- [Creating a Data Warehousing Project](https://documentation.astera.com/astera-data-stack-v9/data-model/creating-a-data-warehousing-project.md)
- [Data Models](https://documentation.astera.com/astera-data-stack-v9/data-model/data-models.md)
- [Introducing Data Models](https://documentation.astera.com/astera-data-stack-v9/data-model/data-models/introducing-data-models.md)
- [Opening a New Data Model](https://documentation.astera.com/astera-data-stack-v9/data-model/data-models/opening-a-new-data-model.md)
- [Data Modeler - UI Walkthrough](https://documentation.astera.com/astera-data-stack-v9/data-model/data-models/data-modeler-ui-walkthrough.md)
- [Reverse Engineering an Existing Database](https://documentation.astera.com/astera-data-stack-v9/data-model/data-models/reverse-engineering-an-existing-database.md)
- [Creating a Data Model from Scratch](https://documentation.astera.com/astera-data-stack-v9/data-model/data-models/creating-a-data-model-from-scratch.md)
- [General Entity Properties](https://documentation.astera.com/astera-data-stack-v9/data-model/data-models/general-entity-properties.md)
- [Creating and Editing Relationships](https://documentation.astera.com/astera-data-stack-v9/data-model/data-models/creating-and-editing-relationships.md)
- [Forward Engineering](https://documentation.astera.com/astera-data-stack-v9/data-model/data-models/forward-engineering.md)
- [Verifying a Data Model](https://documentation.astera.com/astera-data-stack-v9/data-model/data-models/verifying-a-data-model.md)
- [Dimensional Modelling](https://documentation.astera.com/astera-data-stack-v9/data-model/dimensional-modelling.md)
- [Introducing Dimensional Models](https://documentation.astera.com/astera-data-stack-v9/data-model/dimensional-modelling/introducing-dimensional-models.md)
- [Converting a Data Model to a Dimensional Model](https://documentation.astera.com/astera-data-stack-v9/data-model/dimensional-modelling/converting-a-data-model-to-a-dimensional-model.md)
- [Fact Entities](https://documentation.astera.com/astera-data-stack-v9/data-model/dimensional-modelling/fact-entities.md)
- [Dimension Entities](https://documentation.astera.com/astera-data-stack-v9/data-model/dimensional-modelling/dimension-entities.md)
- [Date and Time Dimension](https://documentation.astera.com/astera-data-stack-v9/data-model/dimensional-modelling/date-and-time-dimension.md)
- [Verifying a Dimensional Model](https://documentation.astera.com/astera-data-stack-v9/data-model/dimensional-modelling/verifying-a-dimensional-model.md)
- [Documentation](https://documentation.astera.com/astera-data-stack-v9/data-model/documentation.md)
- [Generating Technical and Business Documentation for Data Models](https://documentation.astera.com/astera-data-stack-v9/data-model/documentation/generating-technical-and-business-documentation-for-data-models.md)
- [Lineage and Impact Analysis](https://documentation.astera.com/astera-data-stack-v9/data-model/documentation/lineage-and-impact-analysis.md)
- [Deployment and Usage](https://documentation.astera.com/astera-data-stack-v9/data-model/deployment-and-usage.md)
- [Deploying a Data Model](https://documentation.astera.com/astera-data-stack-v9/data-model/deployment-and-usage/deploying-a-data-model.md)
- [Validate Metadata and Data Integrity](https://documentation.astera.com/astera-data-stack-v9/data-model/deployment-and-usage/validate-metadata-and-data-integrity.md)
- [Using Astera Data Models in ETL Pipelines](https://documentation.astera.com/astera-data-stack-v9/data-model/deployment-and-usage/using-astera-data-models-in-etl-pipelines.md)
- [Connecting an Astera Data Model to a Third Party Visualization Tool](https://documentation.astera.com/astera-data-stack-v9/data-model/deployment-and-usage/connecting-an-astera-data-model-to-a-third-party-visualization-tool.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.astera.com/astera-data-stack-v9/data-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
