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

# Crafting

<figure><img src="/files/v7hIQNDd4q6sbY7hSMjj" alt="Blueprint of Tools" width="375"><figcaption></figcaption></figure>

**Architects** are able to use their resources to craft items like [Tools](/pawtato-land/gameplay/tools.md) or [Consumables](/pawtato-land/gameplay/consumables.md) as well as [Buildings](/pawtato-land/gameplay/buildings.md). Each **requires specific materials and time** to craft.

Crafting produces an item with a **random rarity** at following chances:

| **Common**                                       | 77.778% |
| ------------------------------------------------ | ------- |
| <mark style="color:green;">**Uncommon**</mark>   | 20%     |
| <mark style="color:blue;">**Rare**</mark>        | 2%      |
| <mark style="color:purple;">**Epic**</mark>      | 0.2%    |
| <mark style="color:orange;">**Legendary**</mark> | 0.02%   |
| <mark style="color:red;">**Mythic**</mark>       | 0.002%  |

Depending on the rarity, the result differs visually and offers better effects within a certain range at each tier.

To craft something an Architect usually needs to acquire and unlock the respective [Blueprints](/pawtato-land/gameplay/consumables/blueprints.md) first. The first Tools and their respective capabilities are unlocked for everyone. Further Tool Blueprints will need to be acquired via gameplay or purchased on the secondary market.

Next to the initial creation of an item or Building, Architects can also resort to [Upgrading](/pawtato-land/gameplay/crafting/upgrading.md) and [Salvaging](/pawtato-land/gameplay/crafting/salvaging.md) of existing ones.


---

# 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://docs.pawtato.gg/pawtato-land/gameplay/crafting.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.
