# Bulk create QR codes and Short URLs

{% 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 %}

### Batch Create QR Codes <a href="#batch-create-qr-codes" id="batch-create-qr-codes"></a>

Go to the [Liker Land Book Press](https://publish.liker.land/) website, in the bottom left corner click "[Batch Create QR Codes](https://publish.liker.land/batch-qrcode/)".

**Step 1**: You can choose to **Upload CSV file** or directly input the content in the **Input CSV content** section. The format should be as follows:

`key,url`\
`Book1,URL1`\
`Book2,URL2`

Example:

`地的門, https://liker.land/zh-Hant/nft/class/likenft1nlh8xc5w6xnctnhqtda47jzmephd2y4902sslfvqllrmvwy99trq7vapn9 時間繁史．啞瓷之光, https://liker.land/zh-Hant/nft/class/likenft1tgwav6zq3ean4ygz58hehlk3q5yghgtel97k260lugxqxszhcuws3pytae`

<figure><img src="/files/770FG6gVRFCncor8lEDY" alt=""><figcaption><p>Enter the content for creating the QR Codes</p></figcaption></figure>

**Step 2**: If you need to adjust the QR code appearance, you can click on "**QR Code Appearance**". Under **Pick an icon**, you can choose to use the LikeCoin icon, the NFC icon, or no icon at all. Under **Pick a color**, you can select a color of your choice.

<figure><img src="/files/8nRGMjHSvgmK1jjkSRJw" alt=""><figcaption><p><strong>Pick an icon</strong></p></figcaption></figure>

<figure><img src="/files/4oncKjOz4OAHsQ9DgZu7" alt=""><figcaption><p><strong>Pick a color</strong></p></figcaption></figure>

**Step 3**: Click on "**Generate**" to produce the QR Codes. Then, click on "**Print**" to print it out or "**Download**" to save it to your device.

<figure><img src="/files/GInHi9WrTRyYUUUJjhPu" alt=""><figcaption><p>Print or Download</p></figcaption></figure>

### Batch Create Short Links <a href="#batch-create-short-links" id="batch-create-short-links"></a>

Go to the [Liker Land Book Press](https://publish.liker.land/) website, click "Sign in" in the bottom left corner to connect to your wallet, the click "[Batch Create Short Links](https://publish.liker.land/batch-short-links)".

* In the **Short Link Provider** section, you can choose either Bitly or Short.io as your short URL provider.
* In the **Bitly Access Token field**, enter your token. In the Title Prefix field, enter the content to be used as a prefix.
* You can choose to **Upload CSV file** or directly input the content in the **Input CSV content** section. The format should be as follows:

`key,url`\
`Book1,URL1`\
`Book2,URL2`

Example:

`地的門, https://liker.land/zh-Hant/nft/class/likenft1nlh8xc5w6xnctnhqtda47jzmephd2y4902sslfvqllrmvwy99trq7vapn9 時間繁史．啞瓷之光, https://liker.land/zh-Hant/nft/class/likenft1tgwav6zq3ean4ygz58hehlk3q5yghgtel97k260lugxqxszhcuws3pytae`

Click "**Start**" to create the short URLs.

<figure><img src="/files/63MINShIOBkdeAtQlNRK" alt=""><figcaption><p>Batch Create Short Links</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/qr-codes-short-links.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.
