starlight_help/src/content/docs/manage-a-bot.mdx
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import AdminOnly from "../include/_AdminOnly.mdx";
import CopyIcon from "~icons/zulip-icon/copy"; import DownloadIcon from "~icons/zulip-icon/download"; import RefreshIcon from "~icons/zulip-icon/refresh-cw"; import UserCogIcon from "~icons/zulip-icon/user-cog";
Zulip lets you manage the properties of any bot for which you are the owner. Organization administrators can also manage any active bot in the organization.
1. In the **Actions** column, click the **manage bot** (<UserCogIcon />)
icon for the bot you want to manage.
1. Update bot information as desired, and click **Save changes**.
</FlattenedSteps>
<FlattenedSteps>
<NavigationSteps target="settings/bots" />
1. In the **Actions** column, click the **manage bot** (<UserCogIcon />)
icon for the bot you want to manage.
1. Update bot information as desired, and click **Save changes**.
</FlattenedSteps>
zuliprc configuration file 1. In the **Actions** column, click the **download** (<DownloadIcon />)
icon for the bot.
</FlattenedSteps>
<FlattenedSteps>
<NavigationSteps target="settings/bots" />
1. In the **Actions** column, click the **download** (<DownloadIcon />)
icon for the bot.
</FlattenedSteps>
Only the owner of an outgoing or incoming webhook bot has access to its zuliprc
configuration file.
Only a bot's owner has access to its API key.
<FlattenedSteps> <NavigationSteps target="settings/your-bots" />