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

# Configure Stream Push

> Configure Stream mode event push for an internal app in the DingTalk Developer Console to receive event subscription messages over a persistent connection, with no public callback URL required.

To configure Stream mode event push, follow the steps in this document to complete the integration.

## Prerequisites

* You have developer permissions in the DingTalk Developer Console of your organization.
* You have an [internal app](/open/dingstart/create-application) in your DingTalk organization.
* You have completed the Develop a Stream mode push server (Recommended) process.

## Procedure

<Steps>
  <Step title="Open the app details page">
    Log in to the <a href="https://open-dev.dingtalk.com/" target="_blank">Developer Console</a>, click the target app, and go to the app details page.
  </Step>

  <Step title="Select Stream mode push">
    Click **Development Configuration > Event Subscription**, and select **Stream mode push**.
  </Step>

  <Step title="Verify the connection channel">
    After server-side development is complete, click **Integration completed, verify the connection channel**.
  </Step>

  <Step title="Save">
    Click **Save**. The event subscription list appears only after you save.

    <Frame>
      <img src="https://img.alicdn.com/imgextra/i2/O1CN01o9NFsaWz9FF5m0j4_!!6000000003546-2-tps-2844-1374.png" alt="Configure Stream push" />
    </Frame>
  </Step>
</Steps>
