# Guide for SDK developers ## Basics This guide is only for MuPRO developers (who have access to our github private repository). If you want to read the user's guide, but accidentally stumbled here, please go [here](https://sdk.mupro.co). The following guide includes contents for absolute beginner, feel free to skip any sections that you feel unnecessary. ```{toctree} :hidden: :caption: Basics github.md vscode.md ssh.md machine.md code.md build.md run.md commit.md debug.md ``` ## Next steps Now you have finished all the configuration and learn the basics of using the SDK and main program. There are two direction for your next step of development: ```{toctree} :hidden: :caption: Next steps library.md modify.md ```