> ## Documentation Index
> Fetch the complete documentation index at: https://docs.directenergypartners.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

The Power Platform controller relies on **devices file**, **configuration file**, and **address maps** to manage and monitor the microgrid system.
To get started with development, you can use the starter repository **[dep-ppl-base](https://github.com/Direct-Energy-Partners/dep-ppl-base)** on GitHub as a foundation for your work.

GitHub is a powerful tool for **version control**, allowing you to safely track changes, collaborate with others, and maintain your own copy of the repository.

## Starter Repository

This starter repository provides a basic starting point for development. It includes:

<ul>
  <li>Sample config file</li>
  <li>Sample devices file</li>
  <li>Reference address maps</li>
</ul>

This repository is the foundation for creating your own customized setup.

## Recommended Workflow

Set up a GitHub account, fork and clone the **dep-ppl-base** repository, and then modify or add the necessary files to customize your setup.
After making your changes, be sure to commit and push your latest changes to GitHub, and then pull the changes on the Power Platform controller to keep it up to date.
All these steps and concepts will be explained in detail in the next sections.

<Note>
  GitHub will help you safely track and save your changes as you work.
</Note>
