> For the complete documentation index, see [llms.txt](https://assetstore.instagramkit.voxelbusters.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assetstore.instagramkit.voxelbusters.com/api/is-service-available.md).

# Is Service Available

## Check Service Availability

Check if Instagram Kit features can be usable. As the apps need instagram app on the running platform, its always good to check this before calling any of the other plugin methods.

```csharp
InstagramKitManager.IsAvailable();
```

Example

{% embed url="<https://gist.github.com/voxelbusters/3e3b6fcaaead9712a9e102f817f5c772#file-is-service-available>" %}
Example for check if service is available
{% endembed %}
