--- uid: Root.Landing title: Home --- # Discord.Net Labs Documentation [![GitHub](https://img.shields.io/github/last-commit/Discord-Net-Labs/Discord.Net-Labs?style=plastic)](https://github.com/Discord-Net-Labs/Discord.Net-Labs) [![NuGet](https://img.shields.io/nuget/vpre/Discord.Net.Labs.svg?maxAge=2592000?style=plastic)](https://www.nuget.org/packages/Discord.Net.Labs/) [![MyGet](https://img.shields.io/myget/discord-net-labs/vpre/Discord.Net.Labs.svg)](https://www.myget.org/feed/Packages/discord-net-labs) [![Build Status](https://dev.azure.com/Discord-Net-Labs/Discord-Net-Labs/_apis/build/status/discord-net.Discord.Net?branchName=dev)](https://dev.azure.com/Discord-Net-Labs/Discord-Net-Labs/_build/latest?definitionId=1&branchName=release%2F3.x) [![Discord](https://discord.com/api/guilds/848176216011046962/widget.png)](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.