# AnythingWorld API

#### Description

Top level namespace of the AnythingWorld package, holds main user facing functionality.

#### Classes

| [AnythingMaker](/anything-world/unity/documentation/anythingworld-api/anythingmaker.md)       | A class that provides methods for creating game objects from the Anything World database based on search terms and parameters. |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| [AnythingAnimate](/anything-world/unity/documentation/anythingworld-api/anythinganimate.md)   | A class that provides methods for interfacing with Animate Anything directly in Unity.                                         |
| [RequestParameter](/anything-world/unity/documentation/anythingworld-api/requestparameter.md) | Utility for building and passing parameters to the maker pipeline.                                                             |

Namespaces

|                                                                                               |                                                                                                  |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [AnythingWorld.Voice](/anything-world/unity-1/unity-voice.md#voice-setup)                     | Namespace holding scripts handling speech-to-text, text-to-speech and command parsing functions. |
| [AnythingWorld.Utilities](/anything-world/unity/documentation/anythingworld-api/utilities.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://anything-world.gitbook.io/anything-world/unity/documentation/anythingworld-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.
