# All Available API

UniStorm offers tons of useful API to make customizing and altering UniStorm easy. UniStorm’s API is accessible from 2 different scripts. Be sure to use the proper instance when accessing the API.

If you would like to include the UniStorm namespace, so you don't have to reference the manager with ***UniStorm***.UniStormManager, you will need to include the following namespace at the top of your script.

```csharp
using UniStorm;
```

#### Table of Contents

* [Weather API](/unistorm-hdrp-wiki/unistorm-api/all-available-api/weather-api.md)
* [Time API](/unistorm-hdrp-wiki/unistorm-api/all-available-api/time-api.md)
* [Volume API](/unistorm-hdrp-wiki/unistorm-api/all-available-api/volume-api.md)
* [Events API](/unistorm-hdrp-wiki/unistorm-api/all-available-api/events-api.md)
* [System API](/unistorm-hdrp-wiki/unistorm-api/all-available-api/system-api.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bhs-2.gitbook.io/unistorm-hdrp-wiki/unistorm-api/all-available-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
