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

# Where do I find the stream key?

> The stream key links your signal to the right slot in streaming. In Review it belongs to a livestreaming source.

How you connect your work depends on the product. Pick yours below.

<Tabs>
  <Tab title="Streaming Classic">
    The stream key links your live signal to the right stream slot. Together with the RTMPS server address it is all your encoder needs to go live.

    <Steps>
      <Step title="Open your project">
        Go to **My Projects** and open the project you want to stream to.
      </Step>

      <Step title="Open the stream slot">
        A project holds one or more stream slots, and each slot has its own key. Open a slot, or create one with **New stream slot**.
      </Step>

      <Step title="Copy the key from the Ingest tab">
        In the slot, open the **Ingest** tab. You see the RTMPS server and the stream key, each with its own copy button. Paste both into your encoder.

        <Frame>
          <img src="https://mintcdn.com/dfineiogmbh/G5xSKB6elOdxLHD5/images/app/stream-slot-ingest.png?fit=max&auto=format&n=G5xSKB6elOdxLHD5&q=85&s=2d39914f4c2aab33715cb9613f8810be" alt="The Ingest tab of a stream slot showing the RTMPS server and the stream key" width="3456" height="1872" data-path="images/app/stream-slot-ingest.png" />
        </Frame>
      </Step>
    </Steps>

    <Warning>
      Treat the stream key like a password. Anyone who has it can publish to your slot. Your credentials stay the same until you renew them in the ingest settings.
    </Warning>
  </Tab>

  <Tab title="Review">
    In Review the stream key belongs to a conferencing **Source**. Open **Live Sessions**, open your room, then **Edit** the room and go to the **Sources** tab. Click **Add Source**, then copy its **Stream Key** along with the **Server URL** into your encoder. See [Where do I find the ingest server URL?](/en/where-do-i-find-the-ingest-server-url).
  </Tab>
</Tabs>

<Card title="Find the ingest server URL" icon="link" href="/en/where-do-i-find-the-ingest-server-url">
  More on where your encoder sends the signal.
</Card>
