> For the complete documentation index, see [llms.txt](https://thecontentforge.gitbook.io/thecontentforge-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-glossary/glossary.md).

# Feature Glossary

*Last updated: 2026-08-07.*

This is the complete list of what TheContentForge does, in plain English. Every entry describes the product as it actually behaves today, and each one was reviewed a second time to remove anything that over-claimed. Where the older documentation disagreed with the product, the product won.

It is written for anyone who needs to know what exists: someone evaluating the platform, and someone already using it who wants to find the feature that solves the problem in front of them.

**More than 1,000 entries across 19 pages.**

## How to read this

Each page covers one product area. Under every heading there is a line or two on what the area is for, then one entry per feature: what it actually does, and why someone would care.

A few entries carry a tag:

* **(beta / in progress)** - shipped but visibly unfinished, or carrying a Beta badge in the product. Thirteen entries.
* **(coming soon)** - announced in the interface but not yet built. One entry.
* **(needs confirmation)** - the behaviour is not yet described precisely enough to state with full confidence. One entry, which says what is unclear.

These three are the whole tag vocabulary. Nothing else in the set carries a tag.

## The content platform

The core product: research, write, publish, learn, repeat.

* [Content Forge](/thecontentforge-docs/feature-glossary/glossary/content-forge.md) - the writing surface and every generation mode, including the industry-specific and meme culture mode packs.
* [Publishing, Calendar and Analytics](/thecontentforge-docs/feature-glossary/glossary/publishing-and-analytics.md) - scheduling, approvals, publishing to platforms, and the performance loop that feeds everything else.
* [Video Forge](/thecontentforge-docs/feature-glossary/glossary/video-forge.md) - turning one long recording into short-form video, captions and the written content around it.
* [Image Forge](/thecontentforge-docs/feature-glossary/glossary/image-forge.md) - the design editor and the one-job image utilities.
* [Links and QR](/thecontentforge-docs/feature-glossary/glossary/links-and-qr.md) - dynamic QR codes, short links, branded domains and the analytics behind both.
* [Assets and Knowledge](/thecontentforge-docs/feature-glossary/glossary/assets-and-knowledge.md) - the brand file library and the reference material the writing tools draw on.
* [Content Optimization](/thecontentforge-docs/feature-glossary/glossary/content-optimization.md) - brand voice, patterns, experiments, algorithm changes and competitor intelligence.
* [Trends and Media Intelligence](/thecontentforge-docs/feature-glossary/glossary/trends-and-media.md) - what is happening right now, scored for whether it is worth your attention.
* [On-Chain Intelligence](/thecontentforge-docs/feature-glossary/glossary/on-chain-intelligence.md) - wallet, token, DeFi and trade-routing research for crypto teams.

## Investor Intel

A separate product on its own subscription, sold to crypto investors rather than content teams.

* [Markets and Research](/thecontentforge-docs/feature-glossary/glossary/investor-intel-markets.md) - market pulse, the markets terminal, macro, watchlist, portfolio, narratives and comparison tools.
* [Daily Workflow, Thesis Journal and Account](/thecontentforge-docs/feature-glossary/glossary/investor-intel-daily.md) - news, briefs, alerts, explanations, the thesis and trade journal, and account settings.

## Real Estate

A vertical for real estate workspaces, with its own navigation, data model and client-facing pages.

* [Properties and the Property Workspace](/thecontentforge-docs/feature-glossary/glossary/real-estate-properties.md) - the property list and all 27 tabs of the per-property workspace, including the visual tools.
* [Market Intelligence and Client Relationships](/thecontentforge-docs/feature-glossary/glossary/real-estate-market-and-clients.md) - market data and alerts, contacts, leads, past clients, reviews and matching.
* [Team Operations, Automations and Client-Facing Pages](/thecontentforge-docs/feature-glossary/glossary/real-estate-operations.md) - team workflow, the supervised automation system, brokerage settings and the pages clients open without an account.

## Other lanes and surfaces

* [Students](/thecontentforge-docs/feature-glossary/glossary/students.md) - the lower-priced student and campus lane, its six verticals, credits and compliance rules.
* [Browser Extension](/thecontentforge-docs/feature-glossary/glossary/browser-extension.md) - capturing sources and drafting from any page you are reading.
* [Telegram](/thecontentforge-docs/feature-glossary/glossary/telegram.md) - the content bot for team group chats and the Investor Intel bot for market alerts.
* [Workspace Settings, Team, Account, Support and Help](/thecontentforge-docs/feature-glossary/glossary/settings-team-and-support.md) - configuration, roles and invitations, connections, billing, support and in-app help.
* [Public Website, Demo, Signup, Billing and Holder Access](/thecontentforge-docs/feature-glossary/glossary/public-site-and-billing.md) - the marketing site, the interactive demo, onboarding, payment and token holder access.

## What this glossary covers

Every feature you can see and use, and nothing else. Where a capability only matters because of what it does for you, the entry describes the result rather than the machinery, so an entry tells you what you get and when you would reach for it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://thecontentforge.gitbook.io/thecontentforge-docs/feature-glossary/glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
