# Gathering Resources

Resources in the game world can be collected from resource deposits (resource nodes), slain mobs, and other avatars' corpses.

Resource nodes are objects in the game world containing resources. They come in different quality tiers, and after production launches, corresponding tools will be required for them. The collection process itself is called scanning.

### Loot and Scanning

From a killed mob, you'll be able to not only collect loot but also scan its body using a tool. Scanning takes some time, during which the player cannot perform other actions.

<figure><img src="/files/9m0kYuhhkUW4ELM0KKzY" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.2040world.io/gathering-resources.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.
