> ## Documentation Index
> Fetch the complete documentation index at: https://docs.foenix.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Cases

> Real prompts for Foenix agents with approximate costs: content, SEO, site health, builds, and WooCommerce automation.

Every example below is a complete, working prompt - paste it into a session as is, or adapt it to your site. Costs are approximate and depend on your site's size; the AI Mode listed is the recommended one for that task. [How credits and modes work →](/core-concepts/credits)

Tasks marked **scheduled** include a schedule right in the prompt and keep running on their own. The rest are one-time runs you trigger when needed.

## Content & SEO

### Autonomous blog · scheduled

A new article published every day: topic picked, text written, images generated, internal links added.

```text theme={null}
Every day write and publish a blog post relevant to my website's niche,
including 4 generated images: 1 featured image and 3 in-text body images.
Auto-link to related past posts.
```

\~198 credits per post · Standard

### SEO audit and fix · scheduled

Scans every post, fixes what can be fixed safely, and emails a report about the rest.

```text theme={null}
Audit SEO on all posts. Find broken links, missing meta descriptions,
missing alt texts. Fix everything and email me a report.
```

\~400 credits per run · Ultra · works well weekly

### Bulk content refresh

Old posts updated in one run: dates, outdated stats, new internal links, regenerated excerpts.

```text theme={null}
Update all posts older than 2 years: refresh dates, update outdated stats,
add new internal links, regenerate excerpts.
```

\~1,200 credits · Ultra

### Broken links auto-fix · scheduled

Fixes what can be proven correct, quarantines the rest with suggestions.

```text theme={null}
Scan all internal and external links weekly. Quarantine 404s, suggest
replacements, fix automatically when confident.
```

\~300 credits per run · Standard

### Rank in Google · scheduled

Weekly top-10 analysis for your keyword, applied to your page, with a summary of what changed and why.

```text theme={null}
Every Wednesday, analyze the Google top-10 for my keyword, extract the SEO
patterns they share, compare against my page, apply the improvements,
and email me a summary.
```

\~350 credits per run · Ultra

### SEO silo builder

A complete topical cluster: hub article, supporting spokes, and the linking structure between them.

```text theme={null}
Create Hub article (4000 words) + 5 supporting articles.
Internal Silo linking: Hub↔Spokes↔siblings.
```

\~2,300 credits · Standard

### Premium data content

A long-form hub with interactive charts built from real data, plus supporting articles.

```text theme={null}
Run keyword research. Build a long-form Hub with embedded interactive
charts from real data. 5 supporting articles, interlinked.
```

\~560 credits · Standard

## Site health

### Image optimization

The whole media library compressed and converted, with pages verified to render identically.

```text theme={null}
Compress all images in media library. Convert to WebP, add lazy loading,
generate srcset. Target Lighthouse > 95.
```

\~2,800 credits · Ultra

### Malware scan

Every PHP file read in context, threats quarantined rather than deleted, exact paths reported.

```text theme={null}
Scan all PHP files for base64_decode, eval, hidden iframes.
Report with file paths. Quarantine confirmed threats.
```

\~86 credits · Lite · cheap enough to run daily

### Site health report · scheduled

A monthly PDF about uptime, vulnerabilities, updates and performance, delivered to your inbox.

```text theme={null}
Build a monthly site health report: uptime, vulnerabilities, updates,
performance. Generate PDF and email it.
```

\~132 credits per run · Standard

## Build

### Instant homepage

A rebuilt homepage tuned for speed, shipped as an isolated plugin so your theme stays untouched.

```text theme={null}
Build me a new homepage that loads instantly. Target Lighthouse 100.
```

\~3,700 credits · Ultra

## WooCommerce

### Store-wide update with translations

Rebrand, reprice and translate an entire catalog in one pass.

```text theme={null}
Replace 'OldBrand' with 'NewBrand' across all products, raise prices 18%,
rewrite descriptions, translate DE/FR/ES.
```

\~1,200 credits · Ultra

### Order alerts · event-triggered · coming soon

<Note>
  Event-triggered agents are in development. When they ship, this prompt will fire on every new order - no schedule, no open chat, no session running:
</Note>

```text theme={null}
When a new WooCommerce order arrives, send instant Telegram notification
with order details and total.
```

<Tip>
  Before scheduling any of these, run it once manually. You'll see exactly what it costs on your site and how it performs - then add the schedule line to the same prompt.
</Tip>
