# Usage

- [Built-In Functions](https://orm-extension.ortusbooks.com/usage/builtins.md)
- [Querying](https://orm-extension.ortusbooks.com/usage/querying.md)
- [Events](https://orm-extension.ortusbooks.com/usage/events.md): Easily run actions on entity insertion, update, and more with event listeners
- [Session Management](https://orm-extension.ortusbooks.com/usage/session-management.md)
- [HQL](https://orm-extension.ortusbooks.com/usage/hql.md)
- [Transactions](https://orm-extension.ortusbooks.com/usage/transactions.md): Learn transaction management with the ORM Extension
- [Caching](https://orm-extension.ortusbooks.com/usage/caching.md): Improve your database performance with secondary caching in Hibernate ORM.


---

# 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://orm-extension.ortusbooks.com/usage.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.
