> For the complete documentation index, see [llms.txt](https://barchboi.gitbook.io/unfolding-engine-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://barchboi.gitbook.io/unfolding-engine-manual/incremental-maker.md).

# Incremental Maker

![A demonstration of how quick it is to place down the incremental maker](/files/-McHEtXaMQ1wgxNI0pN_)

## Placing into the world&#x20;

Once the costs and producer is set you can set the producer into the game world.

## Costs&#x20;

Costs are the item needed in order for the player add 1 unit in the incremental. Clicking on the items icon in the menubar allows you to set what item it costs.

## Producers&#x20;

Producers are what item is produced when the timer is done in the incremental maker.

## Timers: 1x / 1 sec&#x20;

This is how quickly the incremental maker makes an item. This production speed applys also to the player being afk / offline and out of game. Meaning incrementals will always keep producing once they are started.

The list of various times goes from 1 second to 60 minutes.

{% hint style="success" %}
One way to require players wait even more for longer times is to require that they need multiple items to be combined in order to produce 1 of the items. Ie if it takes 1 hour to produce an item and it requires 10 of those items to make a gold star then it will take 10 hours to produce 1 gold star.
{% endhint %}


---

# 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:

```
GET https://barchboi.gitbook.io/unfolding-engine-manual/incremental-maker.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.
