Usage¶
Chat-first workflow¶
- Open the Content Studio interface from the WordPress admin menu (exact label depends on your build).
- Start a conversation; intents are parsed to create or refine posts, emails, campaigns, etc.
- Review generated content in the library; edit, regenerate, or move items between states.
Content library¶
- List, edit, delete, regenerate, improve, and batch operations via the UI (backed by REST).
Events & context¶
- Event metadata and context manager help align outputs with site events or selected context (see plugin classes
MCS_Event_Metadata,MCS_Context_Manager).
Social publishing¶
- Connect accounts (platform-specific), sync, create posts—see Social sections in the app when enabled.
Scraping¶
- MCS_Scraper can pull external page text for RAG-style context—use only with permission and respect
robots.txt/ terms of service.
SSE¶
- Streaming responses use
MCS_SSE_Handleralongside REST for responsive chat UX.