# Scalability

- [Replication and Automatic Lag Tracking](https://docs.ent-framework.net/scalability/replication-and-automatic-lag-tracking.md)
- [Sharding and Microsharding](https://docs.ent-framework.net/scalability/sharding-microsharding.md)
- [Sharding Terminology](https://docs.ent-framework.net/scalability/sharding-terminology.md)
- [Locating a Shard and ID Format](https://docs.ent-framework.net/scalability/locating-a-shard-id-format.md)
- [Sharding Low-Level API](https://docs.ent-framework.net/scalability/sharding-low-level-api.md)
- [Shard Affinity and Ent Colocation](https://docs.ent-framework.net/scalability/shard-affinity-ent-colocation.md)
- [Inverses and Cross Shard Foreign Keys](https://docs.ent-framework.net/scalability/inverses-cross-shard-foreign-keys.md)
- [Shards Rebalancing and pg-microsharding Tool](https://docs.ent-framework.net/scalability/shards-rebalancing-and-pg-microsharding-tool.md)
- [Connection Pooling](https://docs.ent-framework.net/scalability/connection-pooling.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://docs.ent-framework.net/scalability.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.
