# Welcome!

I decided to make a guide for all of you people who want to get started. You don’t even need to know how to code to get started. The guide includes tons of information about how to get started. After you are done, this guide will help you expand upon your coding language to take it into the real world!

**This guide does NOT cover language-specific help with Discord libraries.**

{% hint style="warning" %}
Be forewarned: This guide is still a work-in-progress when it comes to some minor details.
{% endhint %}

**Click the link below to start learning how to make your first Discord bot!**

{% content-ref url="/pages/-LpnJS7Ek8UHwXEBlFeq" %}
[Step 1: Choosing your Language](/guide-to-making-your-own-discord-bot/guide/choose-language.md)
{% endcontent-ref %}


---

# 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://vinniehat-1.gitbook.io/guide-to-making-your-own-discord-bot/master.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.
