Project Configuration

Configure your project settings and AI workflows

Project Configuration

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.

Basic Settings

The Basic section contains the essential information required to identify and manage your site.

FieldDescription
NameA unique identifier for the project, used internally to distinguish different sites or environments.
DomainThe primary domain of your website. SyncCMS uses this to associate content and data with the correct project.
Display NameA human-readable project name shown in the SyncCMS interface.
Display URLThe public-facing URL of your site, used for reference and previews.
EnableEnable or disable the project. Disabled projects remain saved but do not process or publish content.

Content & AI Feature Settings

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.

FeatureDescription
Enable MetaAutomatically generate and manage metadata such as descriptions and keywords.
Enable URL to MarkdownConvert source URLs into structured Markdown content for easier processing and editing.
Enable VectorEnable content vectorization for semantic search, recommendations, and AI retrieval.
Enable NEREnable Named Entity Recognition to identify people, organizations, locations, and other entities.
Enable TaxonomyClassify content into categories, topics, or hierarchical structures.
Enable QAGenerate question-and-answer content based on article context.
Enable QuizAutomatically generate quizzes for interactive or educational use cases.
Enable TitleGenerate AI-based titles derived from content analysis.
Enable SummarizationAutomatically create content summaries for previews.
Enable AI TagGenerate AI-based tags to improve content discovery and organization.
Enable AI Related QuestionsGenerate related questions to increase engagement and content depth.
Opt-In GenDiscoverOpt in to GenDiscover features for content discovery and experimental AI distribution.

Mode Configuration

ModeDescription
Backend SyncAI processing is executed asynchronously in the backend after content ingestion. Suitable for batch jobs and large-scale automation.
CMSAI features are triggered within the CMS workflow, typically during content creation or saving, allowing editors to review and adjust results.
Frontend SyncAI processing is triggered in real time during frontend requests or user interactions. Best suited for lightweight or personalized features.

Flow (Workflow for Data)

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

Actions describe what triggered the workflow transition. They usually represent an operation performed by a user or the AI system.

ActionDescriptionTypical Use
SavedContent is manually saved by a user in the CMS without triggering publication.Draft writing, early content creation, incremental edits
AI GeneratedContent is created or extended automatically using AI based on prompts, URLs, or source material.AI article generation, content enrichment, bulk creation
AI TranslatedContent is translated into another language using AI services.Localization workflows, multilingual publishing

New Status

Status represents where the content currently sits in the editorial and publishing lifecycle.

StatusDescriptionTypical Use
DraftContent is in an initial or editable state and not ready for publishing.Writing, AI generation output, early revisions
ReviewContent is pending editorial or quality review before publication.Fact-checking, SEO review, approval workflows
LocalizationContent is being translated or adapted for different languages or regions.Multilingual sites, regional editions
PublishContent 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.