# Home

Welcome to the Filters API wiki!

Filters API is an easy-to-use, open, complete library, that provides a filtering system to categorize your mod's creative tab. You can simply introduce the filtering system to your mod in a short time.

To learn how to use Filters API, click the pages on the left sidebar, **or check the Javadoc in the library**.

To read the Javadoc online (1.16\~1.19.4), please [**click here**](https://maven.ziyuesinicization.site/javadoc/releases/ziyue/filters).

**Note that all codes in the wiki are examples, they may require you to modify to run.**

## **Need help?**

Join our Discord server: <https://discord.gg/mEvEjPnVXe>


---

# 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://gitbook.ziyuesinicization.site/filters-api/home.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.
