> ## Documentation Index
> Fetch the complete documentation index at: https://docs.automa.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Registration

> Learn how to register a bot in Automa and configure it

You can register a new bot in Automa by going to [Settings > Bots > Create Bot](https://console.automa.app/\$/settings/bots/new).

<Steps>
  <Step title="Choose a name and description">
    Provide a unique name for your bot within your organization and a short
    description to help users understand its purpose.
  </Step>

  <Step title="Select a trigger type">
    Choose between [manual](/bots/types#manual) and
    [scheduled](/bots/types#scheduled) bot types. Manual bots run on demand,
    while scheduled bots run at specified intervals.
  </Step>

  <Step title="Enter the webhook URL">
    Provide the URL where Automa will send webhook events.
  </Step>

  <Step title="Create the bot">
    Click "Create" to complete the registration. Your bot will then be available
    for installation within your organization.
  </Step>

  <Step title="Save the webhook secret">
    After creation, copy the webhook secret. Your bot will use this secret to
    verify that incoming events are from Automa.
  </Step>
</Steps>

<video autoPlay muted loop playsInline className="mx-auto w-3/4 rounded-xl" src="https://mintcdn.com/automa/eeL4keyWWsKr0LQB/videos/bot-register.mp4?fit=max&auto=format&n=eeL4keyWWsKr0LQB&q=85&s=2bd4142d44d507db97e6e68c98800d70" data-path="videos/bot-register.mp4" />
