> ## Documentation Index
> Fetch the complete documentation index at: https://support.entegrata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Catalog

> Destinations Entegrata can emit data to

export const Supported = ({label, href}) => <a href={href} style={{
  display: "inline-block",
  padding: "2px 10px",
  marginRight: "6px",
  borderRadius: "999px",
  background: "#00989E",
  color: "white",
  fontSize: "0.7rem",
  fontWeight: 600,
  letterSpacing: "0.02em",
  textDecoration: "none"
}}>
    {label}
  </a>;

## Overview

Entegrata writes data out to external systems through **emitters** — the mirror image of [collectors](/data/collector/data-connectors/overview). An emitter takes the curated output of a pipeline layer in the Lakehouse and ships it to a destination system you control.

The pill on each card below opens the step-by-step setup guide for that destination.

## Catalog

<CardGroup cols={2}>
  <Card title="Microsoft SQL Server" icon="database">
    On-prem SQL Server, Azure SQL Database, Azure SQL Managed Instance, or RDS for SQL Server

    <Supported label="Emit" href="/data/collector/data-emitters/mssql" />
  </Card>

  <Card title="Microsoft Fabric SQL" icon="cloud">
    Microsoft Fabric SQL endpoint

    <Supported label="Emit" href="/data/collector/data-emitters/fabric-sql" />
  </Card>

  <Card title="Microsoft Fabric Warehouse" icon="warehouse">
    Microsoft Fabric Warehouse

    <Supported label="Emit" href="/data/collector/data-emitters/fabric-warehouse" />
  </Card>
</CardGroup>

<Tip>
  Don't see your destination? Contact your Entegrata Customer Experience Manager about adding emit support to an existing connector or building a new one.
</Tip>

## Next Steps

<CardGroup cols={2}>
  <Card title="Emitters Overview" icon="paper-plane" href="/data/collector/data-emitters/overview">
    How emitters work, properties, modes, and lifecycle
  </Card>

  <Card title="Create a Connection" icon="plus" href="/data/collector/connections/creating-connections">
    Add an emission connection (write access) for a destination
  </Card>
</CardGroup>
