FAQs (FAQ Generator)
The FAQs tab under Account Settings → System (/settings/faqs) holds the tenant-facing FAQ catalogue used by the ChatBot on WhatsApp and email. Operators can edit entries by hand or run the FAQ Generator — an AI scan of recent tenant conversations and IF/THEN rules that proposes new draft Q&A pairs.
Configure ChatBot persona and IF/THEN rules first (setup step 11 companion), then run the FAQ Generator after you have real tenant threads. Pair with Getting Started — Recommended Setup Sequence. Deep link: platform.vivin.app/settings/faqs.
Open FAQs at platform.vivin.app/settings/faqs. Route reference: Deep Links — Account Settings.
FAQ drafts feed the same tenant assistant as ChatBot persona / IF/THEN rules. Token cost meters as faq_generation on AI usage API. Contrast operator AI Chat (landlord_chat) — a different surface and ledger feature.
Who can edit FAQs
The FAQs tab uses the same Chatbot permission gate as ChatBot settings. Roles without that permission do not see the tab.
FAQ list
The main panel shows:
| Control | Meaning |
|---|---|
| Run FAQ Generator | Opens the cost-estimate modal, then scans history and appends draft FAQs |
| Last run | Timestamp of the most recent generator run |
| Published count | How many FAQs are currently published vs total (for example 3/18 published) |
| Toggle on each row | Publish / unpublish — unpublished drafts stay internal until you turn them on |
| Edit / Delete | Change question and answer text, or remove an entry |

Nothing publishes automatically — every generated entry lands as a draft until you flip its toggle.
Run FAQ Generator
- Click Run FAQ Generator.
- Choose History to scan (1m–6m) and AI model (Sonnet 4.6 or Opus 4.8).
- Read the estimate: WhatsApp message count, email count, IF/THEN rule count, and approximate token / USD cost.
- Confirm Run FAQ Generator — or Cancel to abort without metering a run.

Each confirmed run records faq_generation in the append-only ai_usage ledger (internal USD cost). Poll GET /ai-usage/summary?feature=faq_generation with a management JWT — see AI usage API — Feature values. There is no management-frontend ledger screen yet.
Review and publish
After a run:
- Expand each new draft, edit question/answer wording for your brand voice.
- Publish only entries you want the tenant chatbot to use.
- Delete weak or duplicate suggestions.
Additive behaviour: new FAQs are appended and ordered from most to least common — existing published entries and your edits are kept.
Related
- ChatBot settings — Persona and IF/THEN rules that feed the generator
- Automation & AI — AI Tenant Support Chatbot
- AI usage API —
faq_generationfeature value - Glossary — AI usage ledger
- FAQ — How do I see AI token usage for my account?