> 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/account-and-licensing/manage-license.md).

# Manage your license

Everything about your license lives on **Too Much Niche → License**. This page covers managing it *after* the first activation — checking status, moving it between sites, freeing a slot, and what happens if your subscription lapses. (For first-time setup, see [Activate your license](/getting-started/activate-license.md).)

## Check your license

The **License** page shows your **plan**, **status**, **renewal date**, and the **site** this license is activated on. This information is fetched live from KeywordRush, and you can refresh it there.

## Move the license to another site

Your license activates on a limited number of sites (set by your tier). To move it:

1. On the **current** site, open **Too Much Niche → License** and click **Deactivate**.
2. On the **new** site, enter the same key and **Activate** (see [Activate your license](/getting-started/activate-license.md)).

## Site limit reached

If the key is already active on the maximum number of sites, activation is blocked. **Free a slot by deactivating an old site** — from that site's License page, or from your account at [keywordrush.com](https://www.keywordrush.com/panel) — then activate the new one.

## If your license is suspended

If your subscription ends, new generation is paused — you can't create new plans or articles until it's active again. **Everything you've already created stays safe:** your published articles, products, and blocks keep working on your site.

![The License status with the Deactivate action](/files/bSnc7CadgzIEGHDjghvN)

## Next

* [**Activate your license**](/getting-started/activate-license.md) — first-time setup.
* [**Plans & limits**](/account-and-licensing/plans-and-limits.md) — what each tier includes.


---

# 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/account-and-licensing/manage-license.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.
