Quickstart
Create your first Agent!
Create your Agent
Click "Create Agent" on the landing page. You can also log in by clicking the dashboard button on the top bar.

Log in if needed

Enter the name of your agent. This can be changed later.

Click
Create Agent
at the bottom

This will direct you to the agent overview page. Let's start by creating an image generation command. Click on the
Content Generation
link in the sidebar menu.

Click "Create Command".

For this tutorial, we'll be using Image To Image generation. Select Image To Image.

Choose a name for the command. This allows you to invoke commands directly by typing
!command_name
in a chat room where the agent is listening. This also applies to Tweets that tag the AI.

!glizzy <prompt>
into the Webring.AI live chat.Upload an input image to use for the base. Images with clearly defined backgrounds and foregrounds work best. See
Image to Image
for more detailed description of how to create and select images for image-to-image generation.

Click the upload icon.

Select the uploaded image for the command.

Select a model to use for generation. A few pointers on the models:

Click
Create Command
at the bottom.

You should see the Command created successfully toast pop up.

Now let's connect our Agent to telegram. Let's open the
Socials
tab in the Dashboard.

Now we need to create a Telegram bot and get a copy of its API token. Message https://t.me/BotFather to create a new Telegram bot.

Create a new bot with
/newbot
. The name you give your bot does not need to match the name you gave it on Webring.AI but it we recommend keeping consistency as a best practice. You can always update the name of your Webring.AI bot as needed.

Go back to the
Socials
page and clickEnable Telegram
. Then Paste the token into theTelegram Token
input.

Click
Save Changes.

Now let's start the bot. Click on Start Agent on the sidebar menu.

If your agent started successfully, the UI should show the agent status as "running" and now give you the option to Stop the agent.

Now head back to Telegram and try messaging your bot with the command and a prompt to run.

Congrats! You just set up your first Webring.AI Agent. Continue exploring the documentation to leverage the full set of capabilities out of your bot.
Last updated