help: Add "View your bots" page.

- Adds new page with instructions for how to view your personal bots.

Fixes #26796.
This commit is contained in:
David Rosa 2023-09-20 18:51:17 -07:00 committed by Tim Abbott
parent cf5bc5bd1d
commit 83883b08a6
3 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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)

22
help/view-your-bots.md Normal file
View File

@ -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)