# FAX

### FAX

한글 100자 이하의 표지를 포함한 이미지 및 문서를 발송할 수 있습니다.

```sql
INSERT INTO biz_msg (
MSG_TYPE, CMID, REQUEST_TIME, SEND_TIME, DEST_PHONE, SEND_PHONE, 
SUBJECT, MSG_BODY, ATTACHED_FILE, COVER_FLAG)

VALUES (
2, '201XXXXXXXXX', NOW(), NOW(), '03112341234', '0212341234', 
'표지제목', '표지내용', {첨부파일}, {팩스표지 사용여부 (사용할 경우 1 입력)})
```


---

# 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://biztech.gitbook.io/bizclient-manual-v4.8.1/dispatch/fax.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.
