# 데이터 유효성 검사

데이터 유효성 검사는 데이터의 무결성을 보장하기 위한 유효성 검사 작업입니다.

포건시에서 데이터 검사에는 페이지 측 검사 및 서비스 측 검사가 포함됩니다.

* [페이지 측 검사](/pages/verification_data/page.md)
* [서비스 측 검](/pages/verification_data/service.md)&#x20;


---

# 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://doc.forguncy.co.kr/pages/verification_data.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.
