> ## 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 an enterprise bot

> Describes how to configure an enterprise bot app, covering prerequisites, the configuration procedure, and follow-up steps.

To configure an enterprise bot app, follow the steps in this document.

## Prerequisites

1. Complete the [Create an app](/open/dingstart/create-application) process.
2. Complete the process of adding app capabilities.

## Procedure

1. Sign in to the [Developer Backend](https://open-dev.dingtalk.io/#/) and click the target app to open the app details page.
2. Click **App Capabilities** > **Bots** and turn on the bot configuration.
3. **Configure bot information**:

   | **Item**                                                        | **Required** | **Description**                                                                                                                                                     |
   | --------------------------------------------------------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | Bot name                                                        | Yes          | Use clear, appropriate wording. Avoid ambiguity, typos, and non-compliant terms.                                                                                    |
   | Bot icon                                                        | Yes          | Recommended size: 240 x 240 pixels. Use a clear image with the main content centered. Avoid images that are too small, too large, or contain non-compliant content. |
   | Bot summary                                                     | Yes          | Provide a brief description of the bot, up to 10 characters. This description is shown to users when the bot is added to a group.                                   |
   | Bot description                                                 | Yes          | Describe the bot's features, up to 200 characters. This description is shown on the bot's Business Card and when the bot is added to a group.                       |
   | Bot message preview image                                       | Yes          | The image must be in PNG, JPEG, or JPG format and no larger than 2 MB. It can be modified.                                                                          |
   | Message receiving mode                                          | No           | Used to receive POST messages pushed by DingTalk: - HTTP mode - Stream mode. For details, see [Bot message reception](/open/dingstart/robot-receive-message).       |
   | Message receiving URL  **Note**  Only required in **HTTP mode** | No           | Enter a publicly accessible HTTPS endpoint of your organization to receive POST messages pushed by DingTalk.                                                        |
4. Click Publish (Save) to publish the bot.
5. (Optional) After publishing, click the **Debug** button. A test group is created automatically. You can test the @bot feature in the group.

## Next steps

After publishing the bot, you must also publish the app. For details, see Publish an app.
