> For the complete documentation index, see [llms.txt](https://whitepaper.duckie.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.duckie.land/gameplay/logging.md).

# Logging

![](/files/4XeSIlND1vLglgvSbHq9)

Another activity in Duckie Land players can do to support the Crafting and Building process is Logging, players can go around the map to find trees and chop the trees using axes to get the material.&#x20;

Logging Tools:&#x20;

* Ax

Logging Process:&#x20;

* Go around the map to find tree&#x20;
* Chop the trees using ax&#x20;
* Wait for a few seconds until the trees gone&#x20;
* And player with get the wood logs&#x20;
* The amount for the earned wood logs will be randomly added&#x20;


---

# 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://whitepaper.duckie.land/gameplay/logging.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.
