# Welcome

### About

Resourceful Config is a cross-platform configuration library. Allow you to define a common config for your mod with all the types you need.

### Installation

You will need to add our repository to your build-script.

```gradle
repositories {
  maven {
    // Location of the maven that hosts Team Resourceful's jars.
    name = "Team Resourceful Maven"
    url = "https://maven.teamresourceful.com/repository/maven-public/"
  }
}
```

You will also need our dependency.

You can find how to use the dependency for the version you want on our browser for our maven <https://beehive.sh/mod/resourcefulconfig/versions>


---

# 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://config.wiki.teamresourceful.com/welcome.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.
