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

# Namespace

For using plugin methods, you need to import the below namespace.

```csharp
using VoxelBusters.SnapchatKit;
```

​

{% hint style="success" %}
We expose **SnapchatKitManager** class to allow the access for plugin functionalities.
{% endhint %}
