# Resource Generation

Resource generation is the main faucet in our game. Part of our in-game progression is that there is an increasing amount of difficulty to gather more rare and hard-to-come-by resources - and those resources will give more utility in-game. Players will need to spend time working their way up to be able to consistently gather higher and higher quality resources.

The number of resources generated during a given time period can be adjusted by our team via several variables:

* Replenishment times
* Inputs required to grow a resource
* How many resources are generated per action
* How much effort and attention does the process to harvest this resource require


---

# 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://docs.pixels.xyz/economics/resource-generation.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.
