> For the complete documentation index, see [llms.txt](https://ctracker-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://ctracker-docs.keywordrush.com/getting-started/installation.md).

# Installation & updating

### Minimum requirements

Make sure your software meets the requirements for the Cashback Tracker plugin:

* PHP 5.6 or newer.
* WordPress 4.9.8 or newer.

### Plugin installation

Manual installation follows the same process as any other WordPress plugin:

* Download a ZIP archive of the plugin from your [user panel](https://www.keywordrush.com/panel) or your license provider.
* In the WordPress admin, go to `Plugins` → `Add New`.
* Click `Upload`.
* Click `Choose File` and select `cashback-tracker.zip`.
* Click `Install Now`.
* Activate the plugin through the `Plugins` menu in WordPress.

### Licensing

Once you have installed and activated the plugin, enter your license key in the plugin Settings. You can find your key in your [user panel](https://www.keywordrush.com/panel) or get it from your license provider.

To use your license on a different site, revoke it in your [user panel](https://www.keywordrush.com/panel) and then activate it on the new site. Contact support if you have any issues with license activation.

### Plugin updating

If your subscription is active, you will receive automatic update notifications for Cashback Tracker through the standard WordPress update mechanism.

You can update the plugin directly from the WordPress admin panel or manually download the archive.

{% hint style="success" %}
[Make sure](https://www.keywordrush.com/panel) your subscription to automatic updates has not expired.
{% endhint %}

### Changelog

Please [find the release notes here](https://www.keywordrush.com/changelog/cashback-tracker/readme.txt).


---

# 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:

```
GET https://ctracker-docs.keywordrush.com/getting-started/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
