# Content Forge

Content Forge is where you generate draft content across your platforms. It combines AI generation with your organisation's brand voice so drafts come out close to publish-ready.

### Generation modes

Content Forge has eight standard modes, plus one Web3-only mode. Each is purpose-built for a specific input type or workflow:

| Mode                      | What it does                                                                                                                                                                                                                                                    |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Rewrite Draft**         | Paste a draft post and get on-brand rewrites for X, Instagram, and Facebook                                                                                                                                                                                     |
| **Breaking News**         | Paste an article, URL, or news text to generate ready-to-post content                                                                                                                                                                                           |
| **Image Post**            | Upload a chart or infographic; the AI writes captions for each platform                                                                                                                                                                                         |
| **Post Helper**           | Share a topic, data point, document summary, or article; the AI crafts an original on-brand post                                                                                                                                                                |
| **Thread**                | Create a 3-10 part X thread for deeper analysis; Instagram and Facebook receive normal platform posts                                                                                                                                                           |
| **Comment King**          | Generate 3-4 high-value X reply options to grow engagement on top posts                                                                                                                                                                                         |
| **What's Working**        | View current performance patterns and top hooks from your post history                                                                                                                                                                                          |
| **Brand Voice**           | View your active Brand Voice DNA                                                                                                                                                                                                                                |
| **Summarize the project** | *(Web3 Project orgs only)* Promo-grade X thread assembled from your approved Project Knowledge — profile, differentiators, approved claims, team, roadmap, FAQs, and other approved supporting context. IG/FB adaptations are generated alongside the X thread. |

### Source inputs

You can start from a draft, a topic, a URL, a screenshot, an uploaded image, or a document sent from the [Asset Library](/thecontentforge-docs/feature-guides/asset-library.md).

* **URL loader** - paste an article, blog post, or X post URL to load it as source material before generating
* **Screenshot loader** - drop, paste, or browse for an image; the extractor pulls out text, entities, claims, and context for Post Helper
* **Referenced post** - when you are making a post around someone else's post, mark that workflow and paste the source handle or text so the quote context stays locked
* **Document source** - click **Use as source in Content Forge** from a PDF in Asset Library to prefill Post Helper with summary, claims, metrics, and angles
* **Intelligence handoffs** - the Intelligence pages can push context straight into Content Forge. Look for **Send to Content Studio** on wallet events, token reports, vault snapshots, execution reports, and prediction-market cards — it prefills the generation surface with the on-chain context already attached. See [Wallet Intelligence](/thecontentforge-docs/intelligence/wallet-intelligence.md), [Token Intelligence](/thecontentforge-docs/intelligence/token-intelligence.md), [DeFi Intelligence](/thecontentforge-docs/intelligence/defi-intelligence.md), and [Execution Intelligence](/thecontentforge-docs/intelligence/execution-intelligence.md).

### How it uses Brand Voice

Every generation pulls from your [Brand Voice](/thecontentforge-docs/feature-guides/brand-voice.md) profile: tone, vocabulary, length preferences, forbidden phrases, and example posts. The better your Brand Voice is tuned, the less editing drafts need.

### Web3 Project context

For orgs configured as **Web3 Project**, Content Forge can pull from structured project context rather than relying on a loose prompt alone. That includes project profile, positioning, team, roadmap, FAQs and objections, approved supporting claims, and safe-to-use assets when available. See [Web3 Projects](/thecontentforge-docs/feature-guides/web3-project.md).

### Fast vs Best

A pill toggle at the top of Content Forge picks the generation mode:

* **Fast** - single-pass draft and polish. Faster turnaround, good for high-volume work and iterations
* **Best** - multi-round evaluation with an explicit scoring rubric. Higher quality at the cost of extra seconds

Your choice is remembered per user. Generations kicked off from the Telegram bot always use Fast mode.

### Live progress

While a job runs you'll see the current stage surface inline, such as "Gathering context", "Drafting", or "Refining", so you know it's moving. A **Context ready** chip appears near the submit button once the context for your active mode has been prefetched, so the first generation does not pay that cost.

### Headline images

For supported text modes, turn on **Generate headline images** to create platform-ready visuals alongside the copy. Image results can be downloaded, retried, or revised. Instagram square images are revised separately from the shared X/Facebook landscape image.

### AI Revise

Each output card has a **Revise** button. Open the inline panel, adjust the text, type a revision instruction ("shorter", "lead with the stat", "drop the question"), and Apply. Revise runs a single fast pass that only updates that one platform's output. Links, @mentions, $cashtags, and factual claims are preserved unless your instruction explicitly asks otherwise.

### Generation Queue

Multiple generations can run at the same time. The global [Generation Queue](/thecontentforge-docs/feature-guides/generation-queue.md) appears while jobs are active and shows each job's progress across the org. You can start a new generation without waiting for a previous one to finish.

> **Note:** Comment King and Image Post return results inline and do not go through the queue.

### History and Recall

Every completed generation is saved to History (last 15 entries). Each entry shows the mode, a summary of the input, a preview of the output, and a source badge if the generation came from the Telegram bot.

Click **Recall** on any history entry to seed the input field with that generation's original input, letting you quickly iterate or regenerate with a different mode or platform.

### Publish Panel

Every output card has a Publish Panel that lets you push, schedule, or manually log the post to a connected X, Instagram, or Facebook account without leaving Content Forge. Attach media, pick a profile, choose **Post now**, **Schedule post**, or log something already posted, and submit. Scheduled and pending-approval posts show up on the [Calendar](/thecontentforge-docs/feature-guides/calendar.md). See [Publishing](/thecontentforge-docs/feature-guides/publishing.md) for the full flow.

### Workflow

1. Pick a mode and platform target
2. Choose Fast or Best
3. Provide the input: draft, link, topic, screenshot, document source, or image upload
4. Review the generated output
5. Revise inline, edit directly, retry images, or regenerate
6. Publish, schedule, manually log, or copy the final draft elsewhere

### Tips

* If drafts feel "off," update Brand Voice rather than re-prompting every time
* Use **Post Helper** for signal-driven posts; paste the topic or stat and let it write from your voice
* Pair Content Forge with [Experiments](/thecontentforge-docs/feature-guides/experiments.md) when trying a new angle; don't guess whether it worked
* Use **Recall** from History to resume a previous generation with a different mode or platform


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/content-studio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
