# Guide

- [Getting Started](https://quick.ortusbooks.com/3.0.0/guide-1/getting-started.md)
- [Defining An Entity](https://quick.ortusbooks.com/3.0.0/guide-1/getting-started/defining-an-entity.md)
- [Retrieving Entities](https://quick.ortusbooks.com/3.0.0/guide-1/getting-started/retrieving-entities.md)
- [Creating New Entities](https://quick.ortusbooks.com/3.0.0/guide-1/getting-started/creating-new-entities.md)
- [Updating Existing Entities](https://quick.ortusbooks.com/3.0.0/guide-1/getting-started/updating-existing-entities.md)
- [Deleting Entities](https://quick.ortusbooks.com/3.0.0/guide-1/getting-started/deleting-entities.md)
- [Query Scopes and Subselects](https://quick.ortusbooks.com/3.0.0/guide-1/getting-started/query-scopes-and-subselects.md)
- [Relationships](https://quick.ortusbooks.com/3.0.0/guide-1/relationships.md)
- [Relationship Types](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/relationship-types.md)
- [hasOne](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/relationship-types/hasone.md)
- [hasMany](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/relationship-types/hasmany.md)
- [belongsTo](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/relationship-types/belongsto.md)
- [belongsToMany](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/relationship-types/belongstomany.md)
- [hasManyThrough](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/relationship-types/hasmanythrough.md)
- [hasOneThrough](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/relationship-types/hasonethrough.md)
- [belongsToThrough](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/relationship-types/belongstothrough.md)
- [polymorphicBelongsTo](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/relationship-types/polymorphicbelongsto.md)
- [polymorphicHasMany](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/relationship-types/polymorphichasmany.md)
- [Retrieving Relationships](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/retrieving-relationships.md)
- [Querying Relationships](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/querying-relationships.md)
- [Ordering By Relationships](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/ordering-by-relationships.md)
- [Eager Loading](https://quick.ortusbooks.com/3.0.0/guide-1/relationships/eager-loading.md)
- [CBORM Compatibility Shim](https://quick.ortusbooks.com/3.0.0/guide-1/cborm-compatibility-shim.md)
- [Collections](https://quick.ortusbooks.com/3.0.0/guide-1/collections.md)
- [Custom Getters & Setters](https://quick.ortusbooks.com/3.0.0/guide-1/custom-getters-and-setters.md)
- [Serialization](https://quick.ortusbooks.com/3.0.0/guide-1/serialization.md)
- [Interception Points](https://quick.ortusbooks.com/3.0.0/guide-1/interception-points.md)
- [Debugging](https://quick.ortusbooks.com/3.0.0/guide-1/debugging.md)
- [FAQ](https://quick.ortusbooks.com/3.0.0/guide-1/faq.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://quick.ortusbooks.com/3.0.0/guide-1.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.
