> 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-guides/meme-intelligence.md).

# Meme Intelligence

Meme Intelligence is the home base for **meme / culture-coin** orgs - a single place to jump to your token's external signals and keep an eye on what's making the meme move. It pairs with the [meme & culture-coin modes](/thecontentforge-docs/feature-guides/content-studio.md) in Content Forge, which generate the posts.

> **Early-stage page.** Some panels are live today; the analytics panels (engagement charts, best-performing phrases, narrative tracking) are clearly marked **Coming soon** until the data behind them is ready. This page documents what's actually on the screen now.

### Who can use it

Meme Intelligence is shown **only to meme orgs** - those whose Web3 subtype is *meme / culture coin*. It is available only to meme / culture-coin orgs; other orgs will not see it.

### What's on the page

**Stat cards**

* **Generated posts** *(live)* - a running count of everything you've generated in [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md) across all modes.
* **Top reply pack**, **Best meme format**, **Narrative momentum** - placeholders marked **Coming soon** while the analytics behind them are built.

**External signals**

Quick links out to the market pages for your token, pulled from the links you set up:

* **DEX Screener** - visibility, trending, and boost data
* **Birdeye** - token movement and holder activity
* **Pump.fun** - launch-phase visibility
* **Listings** - CoinGecko and/or CoinMarketCap pages

If a link isn't set, the card shows a **Connect** stub prompting you to add the URL. You set these during org setup (the meme onboarding steps) and can edit them later in your Web3/meme settings.

### What's coming

The page reserves space for live engagement charts, best-performing phrases, and competitor narrative tracking. The underlying data is being collected; the panels stay stubbed until that pipeline finishes, so treat them as roadmap rather than reporting.

### Related

* [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md) - the **meme & culture-coin modes** (Meme Post, Community Rally, Community Push Kit, Lore Thread, and more) that turn these signals into posts
* [Brand Voice](/thecontentforge-docs/feature-guides/brand-voice.md) - your Meme DNA, which drives the meme modes
* [Web3 Projects](/thecontentforge-docs/feature-guides/web3-project.md) - how Web3 org context and links are configured


---

# 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-guides/meme-intelligence.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.
