# Available API

{% hint style="warning" %}
**Important:** You can see the[ ](/emerald-ai-wiki/api/accessing-the-emeraldapi-script.md)[Accessing Emerald AI's API](/emerald-ai-wiki/api/accessing-the-emeraldapi-script.md) section for more information on accessing Emerald AI's API as well as more examples.
{% endhint %}

{% hint style="success" %}
Here's the available sections of API through the EmeraldAPI class.
{% endhint %}

### Table of Contents

* [Movement API](/emerald-ai-wiki/api/available-api/movement-api.md)
* [Combat API](/emerald-ai-wiki/api/available-api/combat-api.md)
* [Faction API](/emerald-ai-wiki/api/available-api/faction-api.md)
* [Sound API](/emerald-ai-wiki/api/available-api/sound-api.md)
* [Animation API](/emerald-ai-wiki/api/available-api/animation-api.md)
* [UI API](/emerald-ai-wiki/api/available-api/ui-api.md)
* [Behaviors API](/emerald-ai-wiki/api/available-api/behaviors-api.md)
* [Health API](/emerald-ai-wiki/api/available-api/health-api.md)
* [Items API](/emerald-ai-wiki/api/available-api/items-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://black-horizon-studios.gitbook.io/emerald-ai-wiki/api/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.
