> For the complete documentation index, see [llms.txt](https://docs.flxbl.io/flxbl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flxbl.io/flxbl/codev/environments/deployment-matrix.md).

# Deployment Matrix

As you run more environments, it becomes hard to keep track of which version of each package is on which one. The Deployment Matrix lays it out as a grid — every package down the side, every environment across the top — so you can see at a glance what is deployed where, and where environments have fallen out of step.

<figure><img src="/files/Ni7BwbVl9OAju5syKejO" alt="The Deployment Matrix"><figcaption><p>The Deployment Matrix — deployed package versions per environment, with out-of-sync packages highlighted</p></figcaption></figure>

## Reading the matrix

Each row is a package and each column is an environment. A cell shows the version of that package currently deployed to that environment, or a dash when it is not installed there. When the same package sits at different versions across environments, the cell is highlighted — that package is **out of sync**.

The summary across the top counts the total packages, the package types in play (unlocked, source/data, managed, org-dependent), and how many packages are out of sync.

## Using it

Use the matrix to answer questions like "is staging behind production?", "did this package make it to UAT?", or "which environments still need this release?". Search by package name to focus on one, and click a version to see more about that deployment.

## Related

* [Environments](/flxbl/codev/environments/environments.md)
* [Releases: what is deployed where](/flxbl/codev/ci-cd/overview-3.md)
* [Environment Drift](/flxbl/codev/environments/environment-drift.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.flxbl.io/flxbl/codev/environments/deployment-matrix.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.
