Configure your project settings and AI workflows
Projects define the core configuration of your site. A well-configured Project ensures that content is processed, enriched, and published correctly across your site.
To configure a project, go to the Projects list and click Settings on the desired project.
The Basic section contains the essential information required to identify and manage your site.
| Field | Description |
|---|---|
| Name | A unique identifier for the project, used internally to distinguish different sites or environments. |
| Domain | The primary domain of your website. SyncCMS uses this to associate content and data with the correct project. |
| Display Name | A human-readable project name shown in the SyncCMS interface. |
| Display URL | The public-facing URL of your site, used for reference and previews. |
| Enable | Enable or disable the project. Disabled projects remain saved but do not process or publish content. |
These settings control how content is processed, enriched, and generated within the project. Each feature can be enabled or disabled independently based on your needs.
| Feature | Description |
|---|---|
| Enable Meta | Automatically generate and manage metadata such as descriptions and keywords. |
| Enable URL to Markdown | Convert source URLs into structured Markdown content for easier processing and editing. |
| Enable Vector | Enable content vectorization for semantic search, recommendations, and AI retrieval. |
| Enable NER | Enable Named Entity Recognition to identify people, organizations, locations, and other entities. |
| Enable Taxonomy | Classify content into categories, topics, or hierarchical structures. |
| Enable QA | Generate question-and-answer content based on article context. |
| Enable Quiz | Automatically generate quizzes for interactive or educational use cases. |
| Enable Title | Generate AI-based titles derived from content analysis. |
| Enable Summarization | Automatically create content summaries for previews. |
| Enable AI Tag | Generate AI-based tags to improve content discovery and organization. |
| Enable AI Related Questions | Generate related questions to increase engagement and content depth. |
| Opt-In GenDiscover | Opt in to GenDiscover features for content discovery and experimental AI distribution. |
| Mode | Description |
|---|---|
| Backend Sync | AI processing is executed asynchronously in the backend after content ingestion. Suitable for batch jobs and large-scale automation. |
| CMS | AI features are triggered within the CMS workflow, typically during content creation or saving, allowing editors to review and adjust results. |
| Frontend Sync | AI processing is triggered in real time during frontend requests or user interactions. Best suited for lightweight or personalized features. |
Flow defines how content moves through different stages in the system, from creation to AI processing, review, localization, and final publication. It helps teams manage content lifecycle clearly while combining manual operations with AI automation.
Actions describe what triggered the workflow transition. They usually represent an operation performed by a user or the AI system.
| Action | Description | Typical Use |
|---|---|---|
| Saved | Content is manually saved by a user in the CMS without triggering publication. | Draft writing, early content creation, incremental edits |
| AI Generated | Content is created or extended automatically using AI based on prompts, URLs, or source material. | AI article generation, content enrichment, bulk creation |
| AI Translated | Content is translated into another language using AI services. | Localization workflows, multilingual publishing |
Status represents where the content currently sits in the editorial and publishing lifecycle.
| Status | Description | Typical Use |
|---|---|---|
| Draft | Content is in an initial or editable state and not ready for publishing. | Writing, AI generation output, early revisions |
| Review | Content is pending editorial or quality review before publication. | Fact-checking, SEO review, approval workflows |
| Localization | Content is being translated or adapted for different languages or regions. | Multilingual sites, regional editions |
| Publish | Content is approved and publicly available on the frontend or distributed channels. | Live articles, syndicated content |
With these settings properly configured, your project can reliably process content, apply AI enhancements, and deliver consistent results across your publishing workflow.