Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed webchat/react-library/assets/client-id-dark.png
Binary file not shown.
Binary file removed webchat/react-library/assets/client-id.png
Binary file not shown.
17 changes: 2 additions & 15 deletions webchat/react-library/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,9 @@ This ID identifies your bot and enables communication with the Webchat service.
To get your bot's Client ID:

1. From the [Dashboard](/get-started/dashboard/), select your bot.
2. In the left navigation bar, select **Webchat**.
2. In the left sidebar, go to **Webchat > Features**.
3. Select the **Advanced Settings** tab.
4. Copy the **Client ID**:

<Frame>
<img
alt="Client ID"
className="block dark:hidden"
src="./assets/client-id.png"
/>
<img
alt="Client ID"
className="hidden dark:block"
src="./assets/client-id-dark.png"
/>
</Frame>
4. Copy the **Client ID**.

---

Expand Down