From 83883b08a6b3ec2e46e283be1ebe9d6ca147f5d5 Mon Sep 17 00:00:00 2001 From: David Rosa Date: Wed, 20 Sep 2023 18:51:17 -0700 Subject: [PATCH] help: Add "View your bots" page. - Adds new page with instructions for how to view your personal bots. Fixes #26796. --- help/include/sidebar_index.md | 1 + help/view-all-bots-in-your-organization.md | 1 + help/view-your-bots.md | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 help/view-your-bots.md diff --git a/help/include/sidebar_index.md b/help/include/sidebar_index.md index 2f37d20bc0..347a9ab86e 100644 --- a/help/include/sidebar_index.md +++ b/help/include/sidebar_index.md @@ -227,6 +227,7 @@ * [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot) * [Request an integration](/help/request-an-integration) * [Restrict bot creation](/help/restrict-bot-creation) +* [View your bots](/help/view-your-bots) * [View all bots in your organization](/help/view-all-bots-in-your-organization) ## Support diff --git a/help/view-all-bots-in-your-organization.md b/help/view-all-bots-in-your-organization.md index 2a4b853a8b..a1113b651e 100644 --- a/help/view-all-bots-in-your-organization.md +++ b/help/view-all-bots-in-your-organization.md @@ -19,3 +19,4 @@ Organization [administrators](/help/roles-and-permissions) can also * [Add a bot or integration](/help/add-a-bot-or-integration) * [Edit a bot](/help/edit-a-bot) * [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot) +* [View your bots](/help/view-your-bots) diff --git a/help/view-your-bots.md b/help/view-your-bots.md new file mode 100644 index 0000000000..876625eb87 --- /dev/null +++ b/help/view-your-bots.md @@ -0,0 +1,22 @@ +# View your bots + +You can view the bots you have added to your Zulip organization, including +deactivated bots. + +You can also [deactivate](/help/deactivate-or-reactivate-a-bot#deactivate-a-bot), +[reactivate](/help/deactivate-or-reactivate-a-bot#reactivate-a-bot) or +[edit](/help/edit-a-bot#edit-your-bot) any of your bots. + +{start_tabs} + +{settings_tab|your-bots} + +{end_tabs} + +## Related articles + +* [Bots and integrations](/help/bots-and-integrations) +* [Add a bot or integration](/help/add-a-bot-or-integration) +* [Edit a bot](/help/edit-a-bot) +* [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot) +* [View all bots in your organization](/help/view-all-bots-in-your-organization)