> ## Documentation Index
> Fetch the complete documentation index at: https://cloudysoftworks.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# using

> define CXAPI for your projectStart building awesome documentation in under 5 minutes

in order for the API to work, you'll need to define cxapi. You can do this by:

```csharp
using CloudyApi; 
```

now that you have done that, continue to the next step: UserAgent
