# Sharing the Cluster

- [Overview](https://metalbear.com/mirrord/docs/sharing-the-cluster/overview.md): How mirrord makes it possible for developers to use the same cluster concurrently.
- [Managing Sessions](https://metalbear.com/mirrord/docs/sharing-the-cluster/sessions.md): View and manage active mirrord sessions in the cluster
- [Policies](https://metalbear.com/mirrord/docs/sharing-the-cluster/policies.md): Limiting available features for selected targets with mirrord for Teams
- [Outgoing Traffic Policies](https://metalbear.com/mirrord/docs/sharing-the-cluster/policies/outgoing-traffic-policies.md): Restricting which resources and endpoints can be accessed when using mirrord
- [Profiles](https://metalbear.com/mirrord/docs/sharing-the-cluster/profiles.md): Reusable mirrord config templates
- [Queue Splitting](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting.md): Sharing queues by splitting messages between multiple clients and the cluster
- [DB Branching](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching.md): How to use mirrord to spin up an isolated DB branch for safe development and testing DB migrations
- [Branch Management](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/db-branch-management.md): How to manage isolated mirrord DB branches for visibility and control
- [Advanced Configuration](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/db-branching-advanced-config.md): Learn how to use mirrord’s advanced configuration options for database branching


---

# 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://metalbear.com/mirrord/docs/sharing-the-cluster.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.
