> 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/help/common-issues.md).

# Troubleshooting

Quick fixes for the most common issues. Still stuck after this? [Contact us](https://www.keywordrush.com/contact).

## An article didn't appear, or its status didn't update

Generation runs on our servers, and the **plan** or **Content Queue** page pulls finished posts in as it polls for progress. If you navigated away, **reopen the plan (or the Content Queue)** to let it finish loading and refresh the status. See [Generate & publish](/building-a-site/generate-articles.md).

## A plan is still "generating"

Same cause — keep the plan's **details page** open while it builds (planning takes a few minutes). If you closed it, reopen the plan from **Content Plans** to let it finish loading.

## Generation failed

* **Read the error message first** — it usually says exactly what went wrong (for example, no relevant products found). Fix the cause before retrying.
* Click **Retry**. After three failed attempts the button becomes **Edit to Retry** — open the article, adjust it, and try again.
* For **affiliate / e-commerce** money articles, **Generate** stays disabled until the article has a **product source**. Set one on the plan, or attach products — see [Curate products](/building-a-site/curate-products.md).

## Blocks don't render

Content Egg must be **installed, active, and up to date** alongside TMN — it renders the article blocks. If you're using Content Egg Pro, make sure its license is active too. See [Why TMN needs Content Egg](/content-egg-integration/overview.md).

## You've hit your monthly limit

Each article uses one credit (½ with a Premium key). If you've used your monthly **articles** or **content plans**, they reset next cycle — or connect your own API key to stretch further. See [Plans & limits](/account-and-licensing/plans-and-limits.md) and [Premium models](/account-and-licensing/byo-api-key.md).

## Can't connect to the license server

TMN reaches our servers over your site's outbound connection. If activation or generation can't connect, check that your host allows **outbound HTTPS requests**, then try again. See [Activate your license](/getting-started/activate-license.md).

## Still stuck?

[Contact us](https://www.keywordrush.com/contact) and we'll help.


---

# 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/help/common-issues.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.
