> For the complete documentation index, see [llms.txt](https://docs.aohwv.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aohwv.dev/feature-reference/scheduling-orchestration.md).

# Scheduling & Orchestration

The Orchestration page gives you a live, visual overview of every active Connector and tenant across your AOH Sync environment, along with headline health metrics.

![Orchestration page showing a star-map style graph with connected nodes, and a metrics bar at the top displaying Tenants: 2, Users: 1,531, Tracked Accounts: 3,051, Connectors: 6, Health: 50%, Errors 24h: 0](/files/0JLfPEjJcKhSPI2kysbm)

*The Orchestration view displays a live relationship graph of your connected tenants and Connectors. The metrics bar summarizes 2 Tenants, 1,531 Users, 3,051 Tracked Accounts, 6 Connectors, 50% Health, and 0 errors in the last 24 hours.*

## What you can do here

| Action                                 | What it does                                                                                                                       |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Review the **Tenants** metric          | Shows the number of Entra tenants currently connected to AOH Sync.                                                                 |
| Review the **Users** metric            | Shows the total number of resolved Identities across all connected tenants.                                                        |
| Review the **Tracked Accounts** metric | Shows the total number of Accounts AOH Sync is actively monitoring across all Source Systems (currently 3,051).                    |
| Review the **Connectors** metric       | Shows the number of active Connectors.                                                                                             |
| Review the **Health** metric           | Shows the overall health percentage across your Connectors (the percentage of your Connectors currently operating without errors). |
| Review the **Errors 24h** metric       | Shows the count of Connector errors in the last 24 hours.                                                                          |
| Interact with the graph                | Pan and zoom the visual to explore connections between tenants and Connectors.                                                     |

## Related

* [Connectors](/feature-reference/connectors.md)
* [Source Systems](/feature-reference/source-systems.md)
* [Target Systems](/feature-reference/target-systems.md)
* [How AOH Sync Works](/core-concepts/how-aohsync-works.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, and the optional `goal` query parameter:

```
GET https://docs.aohwv.dev/feature-reference/scheduling-orchestration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
