# Mã bảo vệ nội dung trang

Để có thể bảo mật các thông tin trên Landing Page, ngăn chặn việc lấy cắp hình ảnh và thông tin trên trang, bạn nên copy đoạn code sau và dán vào thẻ Header.\
Code này sẽ có tác dụng ngăn chặn việc copy chữ và xem source code lấy link ảnh.

\<script>window\.oncontextmenu=function (){return false;};document.onkeydown=function(e){if((event.ctrlKey || event.metaKey) && event.which==85){event.preventDefault(); return false;}};\</script>\<style>body{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}\</style>

![](/files/HE89G94dTjGEyM1iKXlV)


---

# 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://helpv3.ladipage.vn/cac-tinh-nang-mo-rong/ma-bao-ve-noi-dung-trang.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.
