• Product Introduction
  • Quick Start
    • Importing a Git Repository
    • Starting From a Template
    • Direct Upload
    • Start with AI
  • Framework Guide
    • Frontends
      • Vite
      • React
      • Vue
      • Hugo
      • Other Frameworks
    • Backends
    • Full-stack
      • Next.js
      • Nuxt
      • Astro
      • React Router
      • SvelteKit
      • TanStack Start
      • Vike
    • Custom 404 Page
  • Project Guide
    • Project Management
    • edgeone.json
    • Configuring Cache
    • Building Output Configuration
    • Error Codes
  • Build Guide
  • Deployment Guide
    • Overview
    • Create Deploys
    • Manage Deploys
    • Deploy Button
    • Using Github Actions
    • Using Gitlab CI/CD
    • Using CNB Plugin
    • Using IDE PlugIn
    • Using CodeBuddy IDE
  • Domain Management
    • Overview
    • Custom Domain
    • HTTPS Configuration
      • Overview
      • Apply for Free Certificate
      • Using Managed SSL Certificate
    • Configure DNS CNAME Record
  • Observability
    • Overview
    • Metric Analysis
    • Log Analysis
  • Pages Functions
    • Overview
    • Edge Functions
    • Cloud Functions
      • Overview
      • Node.js
      • Python
      • Go
  • Middleware
  • KV Storage
  • Edge AI
  • API Token
  • EdgeOne CLI
  • Copilot
    • Overview
    • Quick Start
  • Pages MCP
  • Pages Skills
  • Message Notification
  • Integration Guide
    • AI
      • Dialogue Large Models Integration
      • Large Models for Images Integration
    • Database
      • Supabase Integration
      • Pages KV Integration
    • Ecommerce
      • Shopify Integration
      • WooCommerce Integration
    • Payment
      • Stripe Integration
      • Integrating Paddle
    • CMS
      • WordPress Integration
      • Contentful Integration
      • Sanity Integration
      • Payload Integration
    • Authentication
      • Supabase Integration
      • Clerk Integration
  • Best Practices
    • AI Dialogue Deployment: Deploy Project with One Sentence Using Skill
    • Using General Large Model to Quickly Build AI Application
    • Use the DeepSeek model to quickly build a conversational AI site
    • Building an Ecommerce Platform with Shopify
    • Building a SaaS Site Using Supabase and Stripe
    • Building a Company Brand Site Quickly
    • How to Quickly Build a Blog Site
  • Migration Guides
    • Migrating from Vercel to EdgeOne Pages
    • Migrating from Cloudflare Pages to EdgeOne Pages
    • Migrating from Netlify to EdgeOne Pages
  • Troubleshooting
  • FAQs
  • Contact Us
  • Release Notes

Overview

EdgeOne Pages Copilot is an AI programming assistant integrated in Pages. You just need to use natural language description of requirements, and Copilot can understand code, generate modification solutions, complete code change, and help you publish, all combined with project context.
Regardless of whether you want to quickly create a webpage, fix an online issue, or continuously iterate on an existing project, Copilot can help you complete tasks more efficiently.

Core Capabilities

Language-driven development: No need to possess deep development background, just start with simple dialogue prompt content.
Understand project context: Copilot combines project code and build configuration to understand the current site, outputting modification results closer to the project's current status.
Iteration for existing projects: Particularly suitable for updating, fixing, and optimizing templates, Github, and Pages Projects.
Standalone preview environment: Each time Copilot executes a modification, an independent preview deployment is automatically generated. It will be published to the production environment only after confirmation, ensuring production security.
Convenient access on mobile terminal: Support initiating modification directives anytime, anywhere on mobile phones and other devices, making it easy to complete tasks like content updates.

Typical Scenarios

Quick Repair and Routine Maintenance

Suitable for processing tasks with clear scope and expected outcomes, such as:
Fix styling issues, layout misalignment, or interactive anomalies on the page.
Correct copywriting errors, broken links, or resource reference issues.

Content Update and Iteration

Marketing, design and content teams can directly edit page copywriting, replace images and adjust theme color through dialogue—without the need to intervene developers.

Quick Creation of a New Page

Ideal for generating a landing page or event topic page for an existing project in one sentence.

Intelligent Troubleshooting

When a build or deployment fails, you can directly initiate Copilot analysis based on failure records, allowing it to assist in identifying issues combined with error logs.

Use Limits

Currently Copilot is in free public testing phase. The number of executable tasks per day is subject to factors such as selected programming mode, task complexity, code repository scale and session context length.
Programming Mode
Model Capability
Number of Tasks / Day
Expert mode
Underlying use of top-level large models such as OpenAI Codex
5-10
Standard Mode
Underlying use of high-quality models such as GLM
20-30
When the quota of Expert mode is exhausted, the system will automatically switch to Standard mode. When the quota of Standard mode is exhausted, it will automatically refresh the next day.

Using Pages Copilot

If you wish to start your first task soon, refer to Quick Start.

Automatic Analysis of Failed Deployment

If the project build fails, you can click Why did it fail on the details page of the failed deployment in the console, allowing Copilot to assist in analyzing the reason based on the failure log and continue the fix.
Note:
Copilot currently only supports GitHub projects.


ai-agent
You can ask me like
How to Get Started with EdgeOne Pages?