# Soil Pits

<figure><img src="/files/yu1LK8rXpd3ll19IfDjr" alt=""><figcaption></figcaption></figure>

Trees in Project Forest can only be planted in soil pits. The first five soil pits are free, and O2 is required to reclaim more soil pits for planting more trees. Reclamation requires waiting time and cannot be stopped once the process starts. Moreover, as you reclaim more and more soil pits, the O2 requirement increases proportionately along with the reclamation time.&#x20;

In the game, the maximum number of pits currently available is 30. After all 30 pits are unlocked and planted, no more trees can be planted. However, players can use the 'Excavating' feature and remove unwanted trees and replace them with new trees.&#x20;


---

# 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://project-forest-dev.gitbook.io/the-foresters-handbook/overview/trees/soil-pits.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.
