> For the complete documentation index, see [llms.txt](https://tmniche-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tmniche-docs.keywordrush.com/getting-started/what-is-tmn.md).

# What is Too Much Niche?

Too Much Niche (TMN) is an AI **niche-site builder** for WordPress. You give it a niche and how you plan to make money; it plans the whole site first — then writes the articles.

That plan-first order is the core idea. TMN doesn't just generate one article at a time. It first builds a **Topic Map** — the hubs, pillar pages, individual articles, search-intent mix, internal links, and a publishing calendar — so every article you generate has a clear job in a coherent site, not a pile of disconnected posts.

## How it works, end to end

1. **Start with a niche.** Tell TMN your topic and your monetization model, and set the scale and structure in a short wizard.
2. **Get a Topic Map.** TMN generates the full plan — hubs, pillar pages, and individual article "nodes," each with a format, a search intent, internal links, and a target publish date.
3. **Review and generate.** Edit the plan, add your own topics, then generate articles one at a time from the queue. Each is composed from a catalog of content blocks, with real products or your business details wired in automatically.
4. **Publish.** Articles arrive in WordPress as native Gutenberg posts (as drafts by default). Review, then publish or schedule.

You stay in control at every step — TMN proposes the plan and the articles; nothing publishes until you say so.

## One engine, five ways to make money

The monetization model you pick reshapes the whole plan — the topics, the article formats, and the blocks that appear:

* [**Affiliate marketing**](/monetization-playbooks/affiliate.md) — recommend third-party products and earn commission, with real products pulled from affiliate networks.
* [**E-commerce**](/monetization-playbooks/ecommerce.md) — promote your own catalog from WooCommerce, Shopify, or any product feed.
* [**Display ads**](/monetization-playbooks/display-ads.md) — traffic-first content built for ad revenue (AdSense, Mediavine, and similar).
* [**Lead generation**](/monetization-playbooks/lead-generation.md) — turn search traffic into calls and inquiries for a service business, using a Business Profile.
* [**SaaS & digital products**](/monetization-playbooks/saas-digital.md) — content-led growth that funnels readers to a trial or checkout, using an Offer Profile.

See [Monetization models](/core-concepts/monetization-models.md) for how each one changes what TMN builds.

## What you need

* **WordPress 6.8+** (PHP 8.0+).
* **The Content Egg plugin** — it powers the product and content blocks. The free version is enough for most models; affiliate product search needs Content Egg Pro. See [Why TMN needs Content Egg](/content-egg-integration/overview.md).
* **A Too Much Niche license** — Starter, Growth, or Agency. See [Activate your license](/getting-started/activate-license.md).

## Next step

Ready to build something? Follow the [**Quickstart**](/getting-started/quick-start.md) to go from a niche to a published article.


---

# 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://tmniche-docs.keywordrush.com/getting-started/what-is-tmn.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.
