# Discord Getting Started Guide

Getting started with FlexyBot is simple. First, **create a project**, which will serve as the home for all your bot’s automations. Then, **add a connection** to link FlexyBot to your Discord server and enable it to perform tasks.

Once your setup is complete, you can explore a wide range of automation possibilities, such as sending automated messages or managing server roles effortlessly.

We’ll walk you through your **first basic automations** step by step to help you get up and running quickly. Let's begin.

Watch this tutorial video for a step-by-step guide to help you through the process.

{% embed url="<https://youtu.be/1tyGlEgNgTk?si=Ip-sXPGPImAMwjwP>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flexy.bot/tutorials/discord-getting-started-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
