> ## 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 stream slot. Copy it from the slot's Ingest tab.

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>

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