# Discord Bot Hands-on

- [Introduction](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/introduction.md): หลาย ๆ คนคงเคยเล่น หรืออยู่ตาม community บน Discord กันมาบ้างแล้ว บล็อกนี้จะเล่าการทำ Discord Bot ตั้งแต่สร้างบอทก่อน และเขียน function การทำงานอย่างง่ายกัน
- [Discord Bot & Example](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/discord-bot-and-example.md)
- [Create Your First Discord Bot](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/create-your-first-discord-bot.md)
- [Create Your Discord Server](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/create-your-first-discord-bot/create-your-discord-server.md)
- [Create Discord Bot Account](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/create-your-first-discord-bot/create-discord-bot-account.md)
- [Bring Discord Bot to Server](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/create-your-first-discord-bot/bring-discord-bot-to-server.md)
- [Workshop](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/workshop.md)
- [Create First Slash Command](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/workshop/create-first-slash-command.md)
- [Create Slash Command with Parameter](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/workshop/create-slash-command-with-parameter.md)
- [Return Embeds and Button](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/workshop/return-embeds-and-button.md)
- [Webhook](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/workshop/webhook.md)
- [Reference](https://mikkicoding.mikkipastel.com/discord-bot-hands-on/reference.md): ข้อมูลอ้างอิง และข้อมูลเพิ่มเติมเกี่ยวกับการทำ Discord Bot


---

# 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://mikkicoding.mikkipastel.com/discord-bot-hands-on.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.
