# Welcome

This guide focuses on getting you up to speed with creating Discord bots in Swift with DiscordKit. Some common use cases are provided for ✨ inspiration ✨ and to provide examples demonstrating how certain use cases might be achieved.

{% hint style="warning" %}
Keep in mind that DiscordKit's bot support is still in beta, so the API might change at any time without notice. Do not rely on DiscordKit for production apps yet!&#x20;
{% endhint %}

You'll get the best results following this guide in sequence, only skipping steps or pages when indicated. Subsequent pages assume correct completion of all previous steps (unless otherwise indicated), and code provided might not work if the steps aren't followed in order.

An implicit prerequisite to this guide is basic Swift experience - if you're new to Swift, the [Swift Book](https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html) is a great and beginner-friendly resource to get up to speed with Swift. For now, DiscordKit only supports macOS and linux. You'll need a Mac that's capable of running the latest version of Xcode or a Linux environment capable of running the latest swift toolchain. If you are on windows, we recommend using WSL to run a Linux environment.

Happy coding!

{% hint style="info" %}
This guide is still in its early stages - expect incomplete or missing pages 💨
{% endhint %}


---

# 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://swiftcord.gitbook.io/discordkit-guide/welcome.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.
