> ## Documentation Index
> Fetch the complete documentation index at: https://lightdash-mintlify-c08278d9.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Organization roadmap

> See the feature requests your organization has raised and where each one stands

<Info>
  <Badge icon="building-plus" color="blue" size="sm" shape="pill">Enterprise</Badge> This page is for engineering teams self-hosting their own Lightdash instance.
</Info>

The organization roadmap is a page under **Settings → Roadmap** where organization admins can see every feature request their organization has raised with Lightdash, alongside everything Lightdash has shipped in the last month and everything currently planned or in progress across the product.

Each item shows its current status (Backlog, Building, Shipped, Canceled) and links to the public GitHub issue and delivering pull request. Any user in a role with the `manage:Roadmap` scope can follow an item to register interest, and the follow count is visible to Lightdash when prioritizing work.

The data is served by a Lightdash-operated roadmap service. Your instance's backend fetches it on behalf of signed-in users. Your browser never connects to the service directly, and the service never connects to your instance.

## Requirements

1. **An Enterprise license key** — the roadmap service authenticates your instance with the same [Enterprise license key](/self-host/enterprise-features) your deployment already uses.
2. **Your organization enabled on the roadmap service** — your license must be linked to your organization on the Lightdash side. Contact your Lightdash representative to get this set up. Until then, the Roadmap page shows "Your roadmap isn't set up yet".

## Network egress

If your environment restricts outbound traffic, allow HTTPS (port 443) from your Lightdash backend to:

```text theme={null}
https://roadmap.lightdash.com
```

This is outbound-only. Your instance requests your organization's roadmap, receives curated data back, and sends follow actions when a user follows an item. Follow requests include the acting user's name and email and your organization name alongside the license key and the identifier of the followed item. No other data about your instance, users, or usage is sent.

## What your organization can see

* **Your feature requests** — every request your organization has raised with Lightdash, with its current status and links to the public GitHub issue and delivering pull request.
* **Recently shipped** — everything Lightdash has concluded in the last month, across all customers.
* **Planned and in progress** — items currently in Backlog or Building, across all customers.

Any user in a role with the `manage:Roadmap` scope can follow an item to register interest with Lightdash.

Only your own organization's feature requests are returned in the requests view. Each instance's license is bound to its organization on the service side, and requests for any other organization are refused. Items only appear on the roadmap once they have a public GitHub issue, and the fields shown (title, description, status, links) are limited to what is already public there.
