> For the complete documentation index, see [llms.txt](https://storx.gitbook.io/welcome-to-storx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://storx.gitbook.io/welcome-to-storx/learn/uat-sdk-integration.md).

# UAT SDK Integration

#### Following are the steps to integrate the SDK into your app

* The UAT app is hosted on <http://109.169.55.25:3000/>. You'll have to create your account in the platform. Once created please notify us to activate your account.
* Once your account is activated, Go to [http://109.169.55.28:3000/](http://109.169.55.28:3000/credentials). Login with the credentials you created in the StorX app.
* Copy the Secret key and the Secret Mnemonic. This will be needed for the SDK functions to authorise your account.
* Now there are 2 ways to integrate StorX to your account. One is by using Node SDK which you can use if your backend is built on Node. Other is by the traditional REST APIs.
  1. If your backend is built on Node, refer this link <https://github.com/StorXNetwork/storx-storage-sdk> and use the Github link to install the SDK package on your app. You can then intialize the SDK with those keys and use the functions in Readme file of Github link to integrate StorX.
  2. If your backend is not on Node; refer to this Postman collection link <https://www.postman.com/collections/0ee6ba856654d4983b8a>. Here you can get the details of the APIs needed to integrate StorX in your app.
