Help & Setup Guide

Everything you need to connect and manage your website with AI.

Welcome to AI Website Manager

AI Website Manager lets you update your website using simple English commands. No coding required - just tell us what you want to change!

How It Works

1

Connect Your Site

Link your WordPress site or GitHub repository

2

Chat With AI

Describe what you want to change in plain English

3

Review & Deploy

Preview changes and deploy with one click

Choose Your Connection Type

WordPress

Blogs & websites

  • Instant changes
  • Built-in rollback
  • No code needed

Shopify

E-commerce stores

  • Products & pages
  • Blog articles
  • Instant updates

GitHub

Developers & teams

  • PR or direct mode
  • Code review
  • Auto-deploy

AI Monitor - Error Monitoring

What is it? AI-powered error monitoring that automatically analyzes your application errors and can create Pull Requests to fix them.

How It Works

1

Error Occurs

Sentry captures the error in your app

2

Webhook Sent

Sentry notifies AI Monitor

3

AI Analysis

Claude analyzes the error & code

4

Fix PR Created

Automatic PR with the fix

Step 1: Connect Sentry

  1. Go to your Sentry dashboard
  2. Navigate to Settings → Developer Settings → Custom Integrations
  3. Create a new integration with these webhooks enabled:
    • • Issue Created
    • • Issue Updated
    • • Error Created
  4. Set the webhook URL to: https://monitor.drakonsystems.com/api/webhooks/sentry
  5. Copy the webhook secret and save it

Step 2: Create a Project

  1. Go to AI Monitor Dashboard
  2. Click "New Project"
  3. Enter your project name
  4. Paste the Sentry webhook secret
  5. Enter your GitHub repository (e.g., owner/repo)
  6. Install the GitHub App when prompted

Step 3: Configure Sentry Project

  1. In Sentry, go to your project's settings
  2. Under Integrations, find your custom integration
  3. Enable it for the project you want to monitor
  4. Errors from this project will now be sent to AI Monitor

What the AI Analyzes

Error Context

  • ✓ Stack traces
  • ✓ Error messages
  • ✓ Environment data
  • ✓ User context (if available)

Code Analysis

  • ✓ Fetches relevant source files
  • ✓ Analyzes code patterns
  • ✓ Identifies root cause
  • ✓ Suggests targeted fixes

Auto-Fix PRs

When the AI identifies a fix, it automatically creates a Pull Request in your repository. Review the changes and merge when ready!

WordPress Setup Guide

Perfect for: Business owners, bloggers, and anyone who wants instant changes without technical setup.

Step 1: Create an Application Password

WordPress Application Passwords let our AI securely connect to your site without using your main password.

  1. Log in to your WordPress admin dashboard
  2. Go to Users → Profile (or click your username)
  3. Scroll down to "Application Passwords" section
  4. Enter a name like "Drakon AI Manager"
  5. Click "Add New Application Password"
  6. Copy the generated password (it looks like: XXXX XXXX XXXX XXXX XXXX XXXX)

Don't see Application Passwords?

Your site needs HTTPS enabled. Contact your hosting provider to enable SSL/HTTPS on your domain.

Step 2: Connect Your Site

  1. Go to My Sites
  2. Click "Add WordPress Site"
  3. Enter your site name and URL (e.g., https://mysite.com)
  4. Enter your WordPress username
  5. Paste the Application Password you copied
  6. Click "Test Connection" to verify
  7. Click "Connect Site"

What Can You Change?

Supported

  • ✓ Page content and text
  • ✓ Blog post content
  • ✓ Page titles
  • ✓ Featured images
  • ✓ Basic formatting

Coming Soon

  • Theme customization
  • Menu editing
  • Widget updates
  • Plugin settings

GitHub Setup Guide

Perfect for: Developers, agencies, and teams who want version control and code review capabilities.

Step 1: Add Your Site

  1. Go to My Sites
  2. Click "Add GitHub Site"
  3. Enter your repository in owner/repo format (e.g., mycompany/website)
  4. Click "Add Site"

Step 2: Install the GitHub App

  1. After adding your site, click "Connect GitHub"
  2. You'll be redirected to GitHub to install our app
  3. Choose the repository you want to connect
  4. Click "Install" to authorize access
  5. You'll be redirected back - your site is now connected!

Auto-Deploy Setup

For instant deploys, connect your repo to Vercel, Netlify, or similar. When we commit to main, your site auto-updates!

Permissions We Request

Repository Access

  • Contents: Read/write files
  • Pull Requests: Create PRs
  • Metadata: Read repo info

We Never

  • Access other repositories
  • Delete your code
  • Share your code with anyone

Shopify Setup Guide

Perfect for: E-commerce store owners who want to update products, pages, and blog content using natural language.

Step 1: Add Your Shopify Store

  1. Go to My Sites
  2. Click "Add Shopify Store"
  3. Enter a name for your store
  4. Enter your Shopify store domain (e.g., mystore.myshopify.com)
  5. Click "Connect Shopify"

Step 2: Authorize the App

  1. You'll be redirected to Shopify to install our app
  2. Review the permissions we're requesting
  3. Click "Install app" to authorize
  4. You'll be redirected back - your store is now connected!

Changes Are Instant

Unlike GitHub, Shopify changes go live immediately when you click Apply. Changes are made directly to your store.

What Can You Change?

Supported

  • ✓ Page content (About, Contact, etc.)
  • ✓ Product titles and descriptions
  • ✓ Blog article content
  • ✓ SEO metadata
  • ✓ HTML content in pages

Coming Soon

  • Theme customization
  • Navigation/menu editing
  • Product images
  • Collection management

Example Requests

"Update the About page to mention our new sustainability initiative"

"Add a new feature bullet point to the Premium Package product"

"Write a blog post about our Black Friday sale"

Permissions We Request

Store Access

  • Pages: Read/write pages
  • Products: Read/write products
  • Content: Read/write blog articles
  • Themes: Read theme info

We Never

  • Access payment information
  • Modify orders or customers
  • Access other stores
  • Share your data with anyone

Understanding Deploy Modes

For GitHub-connected sites, you can choose how changes are deployed. Click the settings button in the chat header to switch modes.

Pull Request Mode

Default - Safe

Creates a Pull Request on GitHub. Changes don't go live until you merge the PR.

How it works:

  1. 1. AI creates a new branch
  2. 2. Changes are committed to that branch
  3. 3. A Pull Request is created
  4. 4. You review and merge when ready
  5. 5. If using Vercel/Netlify, site auto-deploys

Best for:

  • ✓ Teams with code review
  • ✓ Production sites
  • ✓ When you want to review first

Direct Mode

Fast

Commits directly to your main branch. Changes go live immediately if you have auto-deploy.

How it works:

  1. 1. AI commits directly to main branch
  2. 2. If using Vercel/Netlify, deploys immediately
  3. 3. Changes are live in seconds!

Best for:

  • ✓ Solo developers
  • ✓ Quick content updates
  • ✓ When speed matters most

Need Auto-Deploy?

Connect your GitHub repo to Vercel or Netlify (both have free tiers). They'll automatically rebuild your site whenever code is pushed to main.

Using the AI Chat

Example Requests

Content Change

"Change the hero title to 'Welcome to Our New Website'"

Style Change

"Make the navigation background dark blue"

Add Content

"Add a new testimonial section with 3 customer quotes"

Fix Something

"The contact form button isn't visible on mobile, can you fix it?"

Tips for Best Results

  • Be specific: "Change the header to blue" is better than "make it look better"
  • Reference locations: "On the About page, update the team section"
  • Ask questions: "What pages does my site have?" - the AI remembers your site!
  • Iterate: "Actually, make that text a bit smaller" works as follow-up

The AI Remembers

Our AI has persistent memory for your site. It remembers:

  • • Your site's structure and pages
  • • Previous changes it's made
  • • Your style preferences
  • • Technical details it discovered

Rollback & Safety Features

Every change can be undone. We never make permanent changes without giving you a way to rollback.

WordPress Rollback

WordPress has built-in revisions. When we make changes:

  • • The original content is saved automatically
  • • Click "Rollback" in the chat to restore
  • • Or use WordPress's revision history directly

GitHub Rollback

For GitHub-connected sites:

  • PR Mode: Don't merge the PR, or close it to discard
  • Direct Mode: Click "Rollback" to create a revert commit
  • • All changes are tracked in Git history forever

Safety Measures

Preview Before Deploy

See exactly what changes will be made before confirming. Review file-by-file diffs.

Confirmation Required

Changes never happen automatically. You must click "Apply" to deploy.

Placeholder Detection

We detect and block incomplete changes to prevent broken deployments.

Activity Log

Every action is logged. See exactly what happened and when.

Power Features Add-on

£20/month • Works with any plan

What is it? An optional add-on that supercharges your Drakon AI experience with advanced capabilities for power users and agencies.

What's Included

Multi-File Changes

Make coordinated changes across multiple files in a single request. Perfect for refactoring or adding features that span multiple pages.

Example:

"Update the header and footer across all pages to include our new phone number"

Larger File Support

Work with larger files up to 500KB. Standard plans support files up to 100KB. Essential for complex pages and applications.

Great for:

Large landing pages, complex React components, extensive CSS files

Batch Operations

Process multiple similar changes at once. Ideal for bulk updates like changing branding, updating links, or modifying repeated elements.

Example:

"Update all product descriptions to include our new shipping policy"

Batch Error Analysis

For AI Monitor users: Analyze multiple errors at once and get coordinated fix suggestions. Perfect for tackling error backlogs.

Great for:

Sprint cleanups, release preparation, technical debt reduction

Who Is It For?

Agencies

Managing multiple client sites and need to make bulk updates efficiently.

Power Users

Heavy platform users who want maximum efficiency and advanced capabilities.

Large Sites

Sites with large files or complex pages that need more processing power.

How to Enable

  1. Go to Billing
  2. Scroll to the "Power Features Add-on" section
  3. Click "Add Power Features"
  4. Complete checkout — features activate instantly!

Ready to unlock Power Features?

£20/month — cancel anytime. Works with any plan including Free.

Add Now

Still need help?

We're here to help you get set up.

Contact Support