Da'wah mode
Setting "mode": "dawah" answers from a separate corpus, in a voice
written for someone outside Islam — or for a Muslim working through a doubt.
curl https://api.rafiqai.app/v1/chat \
-H "Authorization: Bearer $RAFIQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"message": "Why do Muslims believe the Qur an is from God?",
"mode": "dawah",
"background": "atheist"
}'
What is different
- A separate corpus. Da'wah material, not the fatwa corpus. The two cannot mix — they are different databases, and neither pipeline can reach the other's.
- A different voice. It assumes no prior knowledge, explains terms on first use, and gives reasons rather than assertions.
backgroundmatters. Pass what the person has told you —christian,jewish,atheist,hindu,muslim— and the answer starts from common ground instead of talking past them. Leave it out if they have not said; do not guess.- The response carries a
dawahblock with the conversation's stage and track, if you want to reflect progress in your own UI.
Please use this carefully
Da'wah mode is built to talk with someone about the most important question in their life. It is written never to pressure, never to soften Islam to be liked, and never to ask twice. If you wrap it in something that nags, targets people who have not asked, or hides that it is software, you are undoing the part that matters. We would rather you did not use it than use it that way.