diff --git a/docs/dci-troubleshooting.md b/docs/dci-troubleshooting.md index 5d743b7..c427466 100644 --- a/docs/dci-troubleshooting.md +++ b/docs/dci-troubleshooting.md @@ -96,4 +96,10 @@ This can happen when importing with Data Integration Studio and your user profil This can happen if you enter the wrong `serverName` when deploying the SAS program on an EBI platform. Make sure it matches an existing Stored Process Server Context. -The error may also be thrown due to an encoding issue - changing to a UTF-8 server has helped at least one customer. \ No newline at end of file +The error may also be thrown due to an encoding issue - changing to a UTF-8 server has helped at least one customer. + +## Determining Application Version + +The app version is bundled into the frontend during the release, and is visible by clicking your username in the top right. + +You can also determine the app version (and SASjs Version, and build time) by opening browser Development Tools and running `appinfo()` in the console. \ No newline at end of file