# Use our Pre-built sidecar

You can download the pre-built sidecar from below

{% file src="<https://3706867246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0tGo33otNRgIhFn6lpgU%2Fuploads%2FooTha55qLcGU0uJCArPu%2FdiscoveryClientSideCar-1.0.0.zip?alt=media&token=dd4e9561-95ad-47f4-a72b-fa69c396a0f2>" %}

You can execute the downloaded jar as below to register your application to the IndustryApps service registry.

```
java -jar discoveryClientSideCar-1.0.0.jar --appCode=<<Application Code>> --statusPageUrl=<<App home page/status page URL>> --hostname=<<Application hostname>>
```

***appCode*** is your App Code, which is available on publish page of your app vendor portal.

***statusPageUrl*** is your app’s landing page URL / URL for status check.

***hostname*** is the host running your app

Please refer to below screenshots for executing sidecar

![](https://3706867246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0tGo33otNRgIhFn6lpgU%2Fuploads%2Ft2AzKrZtUSqqQrsUV9Uq%2Fimage.png?alt=media\&token=9b001684-ebc3-452c-8936-0f951f458240)

After a successful register using sidecar, you will be getting registration status as `204`

![](https://3706867246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0tGo33otNRgIhFn6lpgU%2Fuploads%2FiiDmgtk75lbN1wN0L7Cs%2Fimage.png?alt=media\&token=6ba58ddd-ee76-4802-b710-c900c7e4e300)

After service registry, IndustryApp platform can show new app inside the Platform

You can check the status of your app using the following URL [https://servicediscovery.uat.industryapps.net/eureka/apps/\<your\_app\_code>](https://servicediscovery.uat.industryapps.net/eureka/apps/%3Cyour_app_code%3E)

Check for the Status is "UP"

![](https://3706867246-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0tGo33otNRgIhFn6lpgU%2Fuploads%2F1j9B3IszisNCa8zvSfbc%2Fimage.png?alt=media\&token=962f089a-ca07-4cd3-bd4f-40a60b580766)
