# ebooks Replenishment

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

The process for adding supplementary books (replenishing stock) is similar to the regular process of listing ebooks. However, there’s one important point to note.

## Step 1: Prepare the NFT Class ID <a href="#mint-nft-book" id="mint-nft-book"></a>

Visit the Liker Land Bookstore and find the ebooks you want to replenish. Note down the alphanumeric string after the URL <https://liker.land/en/nft/class>, starting with the word "like". This alphanumeric string represents the NFT Class ID.

<figure><img src="/files/ygQ5EebN5kTJXDQoabBq" alt=""><figcaption><p>Find the NFT Class ID</p></figcaption></figure>

## Step 2：Mint more ebooks <a href="#mint-nft-book" id="mint-nft-book"></a>

Go to the Liker Land Book Press website, click "**Sign in**" in the bottom left corner to connect to your wallet, the click "[Print New Books](https://publish.liker.land/mint-nft)".

In the "Enter ISCN ID or NFT Class ID" field, input the **NFT Class ID**. Afterward, click "Submit".

{% hint style="danger" %}
Important! To replenish books, you need to enter the **NFT Class ID**, not the ISCN ID!
{% endhint %}

<figure><img src="/files/JxyDBYOcdLFxIX2Egg9Z" alt=""><figcaption><p>In the "Enter ISCN ID or NFT Class ID" field, enter the NFT Class ID</p></figcaption></figure>

## Step 3：Fill in the number of books to mint <a href="#mint-nft-book" id="mint-nft-book"></a>

Enter the number of NFTs to mint in the "Number of NFT to mint" field. After filling in and confirming that everything is correct, click "**Mint**" to sign and complete minting.

<figure><img src="/files/Cz1z6GeewdEIieQyFlSe" alt=""><figcaption><p>Enter all the information and click "Mint"</p></figcaption></figure>

## Step 4: Select the Edition to replenish <a href="#mint-nft-book" id="mint-nft-book"></a>

Click "[Manage Book](https://publish.liker.land/nft-book-store)" to displays the ebooks that are currently listed. Select the one that needs replenishing and manage it.

<figure><img src="/files/GUbSnuxWZP7wSDbd6R2M" alt=""><figcaption><p>Current Listing</p></figcaption></figure>

Click on the version that needs replenishing. If you need to create a new edition, click “New Edition".

<figure><img src="/files/EAp0GWCjfC8KQ8CXFzgy" alt=""><figcaption><p>Click Edition</p></figcaption></figure>

## Step 5: Adjust the quantity of ebooks available for sale <a href="#mint-nft-book" id="mint-nft-book"></a>

Simply modify the “Total number of NFT for sale of this book”, and then click “**Save Changes**” to replenish the ebooks.

<figure><img src="/files/h4Ztfu6K5AerF0aO7uH6" alt=""><figcaption><p>Modify the “Total number of NFT for sale of this book”</p></figcaption></figure>


---

# 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.v2.like.co/depub/book-store/replenishment.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.
