# 서비스 측 검사

서비스 측 유효성 검사는 데이터 테이블 필드의 유효성 검사입니다. 서비스 측 검사에는 필수 체크섬 고유성 검사가 포함됩니다.

설정 필드는 필수 및 고유, 즉 서버 측 검사가 있습니다.

* **필수 유효성 검사:** 필수 검사를 켜면 이 필드는 채워야 하는 필드이며 값을 포함해야 하며 비어 있을 수 없습니다. 자세한 내용은 [필수 검사를](/v7/pages/verification_data/service/requiredvalidity.md) 참조하십시오.
* **고유성 검사:** 고유성 검사를 켜면 테이블의 모든 레코드에 대해 이 필드 값이 고유하며 반복할 수 없습니다. 자세한 내용은 [고유성 검사를](/v7/pages/verification_data/service/unique.md) 참조하십시오.


---

# 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/v7/pages/verification_data/service.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.
