> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/able-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/able-pro/.net/folder-structure.md).

# Folder Structure

```
Able-Pro-dotnet/
├── Ablepro/
│   ├── bin/
│   ├── Controllers/
│   ├── Models/
│   ├── obj/
│   ├── Properties/
│   ├── Views/
│   ├── wwwroot/
│   ├── appsettings.Development.json
│   ├── appsettings.json
│   ├── Ablepro.csproj
│   ├── Program.cs
├── src/
│   ├── assets/
├── AbleproDotNet.sln
├── gulpfile.js
├── package.json
```
