- ---
- uid: Root.Landing
- title: Home
- ---
-
- # Discord.Net Labs Documentation
-
- <div class="big-logo logo-switcher"></div>
-
- [](https://github.com/Discord-Net-Labs/Discord.Net-Labs)
- [](https://www.nuget.org/packages/Discord.Net.Labs/)
- [](https://www.myget.org/feed/Packages/discord-net-labs)
- [](https://dev.azure.com/Discord-Net-Labs/Discord-Net-Labs/_build/latest?definitionId=1&branchName=release%2F3.x)
- [](https://discord.gg/dvSfUTet3K)
-
- ## What is Discord.Net Labs?
-
- Discord.Net Labs is an experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
-
- ## Where to begin?
-
- If you are new to Discord.NET in general, you should refer their
- [Documentation](https://docs.stillu.cc/) for guides & examples.
-
- Is this your first time using Labs, but you are already familiar with Discord.NET?
- Refer to our [Guides](xref:Guides.Introduction)
-
- ### Slashcommands:
-
- Examples on how slashcommands are created, handled & responded to is found
- [Here](xref:Guides.SlashCommands.Intro)
-
- ### User & Message commands:
-
- Creating User & Message commands is found
- [Here](xref:Guides.ContextCommands.Creating),
- interacting with them is covered
- [Here](xref:Guides.ContextCommands.Reveiving).
-
- ### Message components
-
- Handling & creating message components such as buttons & dropdown menu's is found [Here](xref:Guides.MessageComponents.GettingStarted)
-
- More experienced users might want to refer to the
- [API Documentation](xref:API.Docs) for a breakdown of the individual
- objects in the library.
-
|