

The Amazon SDK for .NET V3 has entered maintenance mode.

We recommend that you migrate to [Amazon SDK for .NET V4](https://docs.amazonaws.cn/sdk-for-net/v4/developer-guide/welcome.html). For additional details and information on how to migrate, please refer to our [maintenance mode announcement](https://aws.amazon.com/blogs/developer/aws-sdk-for-net-v3-maintenance-mode-announcement/).

# Get started with the Amazon SDK for .NET
<a name="net-dg-config"></a>

To use the Amazon SDK for .NET, you need to install your toolchain and configure a number of essential things that your application needs to access Amazon services. These include:
+ An appropriate user account or role
+ Authentication information for that user account or to assume that role
+ Specification of the Amazon Region
+ AWSSDK packages or assemblies

Some of the topics in this section provide information about how to configure these essential things.

Other topics in this section and other sections provide information about more advanced ways that you can configure your project.

**Topics**
+ [Install and configure your toolchain](net-dg-dev-env.md)
+ [Configure SDK authentication](creds-idc.md)
+ [Take a quick tour](quick-start.md)
+ [Start a new project](net-dg-start-new-project.md)
+ [Configure the Amazon Region](net-dg-region-selection.md)
+ [Install AWSSDK packages with NuGet](net-dg-install-assemblies.md)
+ [Install AWSSDK assemblies without NuGet](net-dg-install-without-nuget.md)
+ [Credential and profile resolution](creds-assign.md)
+ [Users and roles](net-dg-users-roles.md)
+ [Advanced configuration](net-dg-advanced-config.md)
+ [Using legacy credentials](net-dg-legacy-creds.md)