> For the complete documentation index, see [llms.txt](https://docs.ent-framework.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ent-framework.net/advanced.md).

# Advanced

- [Database Migrations and pg-mig Tool](https://docs.ent-framework.net/advanced/database-schema-migrations.md)
- [Ephemeral (Symbol) Fields](https://docs.ent-framework.net/advanced/ephemeral-symbol-fields.md)
- [Atomic Updates and CAS](https://docs.ent-framework.net/advanced/atomic-updates-and-cas.md)
- [Custom Field Refactoring](https://docs.ent-framework.net/advanced/custom-field-refactoring.md)
- [VC Flavors](https://docs.ent-framework.net/advanced/vc-flavors.md)
- [Query Cache and VC Caches](https://docs.ent-framework.net/advanced/query-and-custom-caches.md)
- [Loaders and Custom Batching](https://docs.ent-framework.net/advanced/loaders-and-custom-batching.md)
- [PostgreSQL Specific Features](https://docs.ent-framework.net/advanced/postgresql-specific-features.md)
- [Query Planner Hints](https://docs.ent-framework.net/advanced/query-planner-hints.md)
- [Cluster Maintenance Queries](https://docs.ent-framework.net/advanced/cluster-maintenance-queries.md)
- [Logging and Diagnostic Tools](https://docs.ent-framework.net/advanced/logging-and-diagnostic-tools.md)
- [Composite Primary Keys](https://docs.ent-framework.net/advanced/composite-primary-keys.md)
- [Passwords Rotation](https://docs.ent-framework.net/advanced/passwords-rotation.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:

```
GET https://docs.ent-framework.net/advanced.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.
