diff --git a/static/images/help/bot-panel-admin.png b/static/images/help/bot-panel-admin.png new file mode 100644 index 0000000000..9a812877c6 Binary files /dev/null and b/static/images/help/bot-panel-admin.png differ diff --git a/templates/zerver/help/index.md b/templates/zerver/help/index.md index feaaf21d8c..eb8aceef48 100644 --- a/templates/zerver/help/index.md +++ b/templates/zerver/help/index.md @@ -145,7 +145,7 @@ as a “**realm**”. * [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot) * [Make a user an administrator](/help/make-a-user-an-administrator) * [Change a user's name](/help/change-a-users-name) -* View the list of installed bots +* [View all bots in your organization (admin only)](/help/view-all-bots-in-your-organization) ## Streams * [Delete a stream](/help/delete-a-stream) diff --git a/templates/zerver/help/view-all-bots-in-your-organization.md b/templates/zerver/help/view-all-bots-in-your-organization.md new file mode 100644 index 0000000000..287cea8082 --- /dev/null +++ b/templates/zerver/help/view-all-bots-in-your-organization.md @@ -0,0 +1,23 @@ +# View all bots in your organization + +The list of all bots in an organization can only be viewed by an +Organization Administrator. + +Follow the steps given below to view the list of installed bots using +an administrator account: + +* Click on the cog (![cog](/static/images/help/cog.png)) icon in the +upper right corner of the sidebar. + +* Choose **Administration** in the panel below: + +![admin-panel](/static/images/help/admin.png) + +* The following window will appear: + +![admin-window](/static/images/help/admin-window.png) + +* Click on the tab named **Bots** and you will find the list of + the bots in the organization, as in the picture below: + +![bot-panel-admin](/static/images/help/bot-panel-admin.png)