# 워크플로우 레시피 - 페이스북 댓글 + 워크플로우 AI

이 레시피로 워크플로우를 만들면 AI가 맞춤형 댓글 답변을 생성하고, 긍정적인 댓글에만 DM을 보내는 예시를 확인할 수 있습니다.

* **트리거**: 게시물의 모든 첫 번째 레벨 댓글에서 실행됩니다.
* **액션**: 댓글을 OpenAI로 전송하여 적절한 답변을 요청하는 짧은 프롬프트와 함께 처리합니다.
* **액션**: AI 응답으로 댓글에 답변합니다.
* **액션**: 원본 댓글을 OpenAI로 전송하여 감정 분석을 수행하고 긍정적/부정적으로 워크플로우를 분기합니다.
* **액션**: 긍정적일 때 인터랙티브 DM을 전송합니다.

![페이스북 댓글 워크플로우 AI 레시피 구조도](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155041915247/original/yZ3qAcufb-Q9EHkjkPiZP8b-RmpoN_mTWQ.png?1740011022)

***

*원문 최종 수정: 2025년 4월 8일* *Hyperclass 사용 가이드 — hyperclass.ai*


---

# 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://hyperclass.gitbook.io/hyperclass-docs/workflows/workflow-recipes-facebook-comments-workflow-ai.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.
