# Pricing

## Plans <a href="#plans" id="plans"></a>

NFT Garden's pricing plans are as follows. Fees are monthly and each plan has a different amount of EUs granted each month, which determines the number of NFTs and contracts that can be generated.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>Free Plan</td><td>¥0/month</td><td>10,000 EUs/month</td></tr><tr><td>Growth Plan</td><td>¥10,000/month</td><td>100,000 EUs/month</td></tr><tr><td>Business Plan</td><td>¥150,000/month</td><td>2,000,000 EUs/month</td></tr><tr><td>Enterprise Plan</td><td>Custom</td><td>Custom</td></tr></tbody></table>

[**Apply for NFT Garden Paid Plans→**](https://forms.gle/KxEaE9s9tfZVyHQC7)

{% hint style="info" %}
Additional **100,000 EUs** can be purchased for **¥15,000** for the Free, Growth, and Business plans.
{% endhint %}

{% hint style="info" %}
If you are interested in an Enterprise plan, please [contact us](https://nftgarden.app/en/contact/)
{% endhint %}

## About EUs <a href="#eus" id="eus"></a>

**EUs** is an abbreviation for **Energy Units**, which are required when generating NFTs and contracts in the NFT Garden. The number of EUs required differs depending on the type of chain and on the type of action, such as generating NFTs from the screen or obtaining NFT information via API, so please select the plan that best suits your needs.

{% hint style="info" %}
For more information on EUs consumption, click [here](https://docs.nftgarden.app/en/eus-consumption).
{% endhint %}


---

# 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.nftgarden.app/en/pricing.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.
