# FateUHC API

## Overview

The FateUHCAPI was introduced in plugin version 3.94. This API enables users to create custom addons and easily retrieve data from the FateUHC plugin. A full API recode occurred in FateUHC 3.2.23.

## Requirements

To use the FateUHCAPI, you have two options for importing it into your project:

Maven: Maven support for the FateUHCAPI will be available starting from API version 1.0. Please refer to the Maven details provided with the API release.

Manual Import: Ensure that you import the FateUHCAPI.jar specifically, as importing the FateUHC.jar will not work for API integration.

### Maven Details

```
Maven support is pending.
```

### API Jar Download

{% embed url="<https://download.bghddevelopment.com/FateUHCAPI/>" %}

## API Guidelines

You may find our API guidelines on our site [here](https://bghddevelopment.com/APIPolicy).

## Java Docs

You can find the API JavaDocs on our site [here](https://javadocs.bghddevelopment.com/fateuhc).


---

# 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://fateuhc.bghddevelopment.com/fateuhc-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.
