# Integrate with your app To integrate the Plugin SDK with your app, use your key and secret to generate an OAuth token. Add the **`plugin_sdk:read:connection_meta`** scope to your app in the Marketplace, and use the **`plugin_sdk:read:connection_meta`** scope in the OAuth flow. Create your own Visual Studio project and add the libraries from the `PSDKLibs` folder to your project. Make sure to configure the correct include directories, additional library directories, and additional dependencies. Follow the configuration in the `PSDKTest` project as a reference. ## Required libraries Using the Plugin SDK for Windows when developing your app requires all the files inside the folders `\lib`, `\export_h`, and `\bin`. ## Configure your project In your project's **Configuration Properties**, on the **General** tab, set the path for the **Output Directory** and **Intermediate Directory** to `…\bin`. On the **VC++ Directories** tab, append `…\export_h` to **Include Directories** and append `…\lib` to **Library Directories**. Under Linker > General, change Output file to your desired output file storage location.