> For the complete documentation index, see [llms.txt](https://config.wiki.teamresourceful.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://config.wiki.teamresourceful.com/advanced-configs.md).

# Advanced Configs

Sometimes the default parser wont facilitate your needs for a config, Resourceful Config is made in away where you can construct the underlying config yourself. You just need to create a class that implements ResourcefulConfig and then from their implement all other classes you need. An example of this is the official [Kotlin DSL ](https://github.com/Team-Resourceful/ResourcefulConfigKt/blob/1.21.x/common/src/main/kotlin/com/teamresourceful/resourcefulconfigkt/impl/ConfigData.kt).\
&#x20;

You can also additionally create custom parsers that others can use by registering a service for ConfigParser this has a priority and as parse method that if returning null will then try the next parser and so on until it either finds a parser that can parse it or until it throws that it couldn't find one.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://config.wiki.teamresourceful.com/advanced-configs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
