> For the complete documentation index, see [llms.txt](https://artic.gitbook.io/artic-whitepaper-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://artic.gitbook.io/artic-whitepaper-en/2.-introduction/2.2-market-issues/2.2.3-artwork-forgery.md).

# 2.2.3 Artwork Forgery

The controversy over counterfeiting is a problem that has not been resolved for a long time in the global art society. In 2017, the Kim Daljin Art Research Institute selected the beauty controversy of the artist Cheon Kyung-ja and the counterfeiting of the artist Lee U-hwan, giving rise to the best issues in the art world. In fact, 2016 was so serious that it was called "Year of the Fake" (Artnet, 2016), and some concluded that the portrait of Dutch artist Frans Hals (1581-1666) which was auctioned off by the world auction company Sotheby's for 8.4 million pounds (about 11.86 billion KRW) was forged. In addition, 'Venus' (1531) by German painter Lucas Cranach and 'St. Jerome by 16th-century Italian painter Parmigianino (1503-1540) were found to be counterfeit as well, causing huge social embarrassment (Sarah Cascone, 2017).

![Figure 2. Portrait of Dutch painter Frans Hals (left) and Italian painter Parmigianino's Saint Jerome (right)](/files/zen0weD25TPZq5HkAVrd)


---

# 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, and the optional `goal` query parameter:

```
GET https://artic.gitbook.io/artic-whitepaper-en/2.-introduction/2.2-market-issues/2.2.3-artwork-forgery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
