---
title: "Create a new FAQ"
method: POST
path: "/smart-faq"
tags: ["SmartFAQ"]
---

# Create a new FAQ

`POST /smart-faq`

## Request body

- CreateSmartFAQRequest
  - `sourceId` string, nullable — The source ID of the FAQ
  - `question` string, nullable — The question of the FAQ
  - `answer` string, nullable — The answer of the FAQ

## Response `201`

Created

---

[API](https://skmtc.dev/closebot/apis/closebot-api.md) · [All operations](https://skmtc.dev/closebot/apis/closebot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/closebot/closebot-api/revisions/da5f5fb58534/schema)
