> 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/how-to/how-to-redeem-points-for-money.md).

# How to redeem points for money

**1. cashCred built-in extension**

If you are using the myCRED plugin, check the cashCred extension:

<https://mycred.me/add-ons/cashcred/>

<https://mycred.me/blog/launching-2-0-beta-version-soon/>

**2. Manual way with a request form**

Cashback Tracker is a plugin for tracking orders and converting them to points. Because every site has its own currency, payment system, and location, we cannot include a built-in withdrawal option — payments must be made to users manually. To support this, you should add a cashback request form to your site where users can submit their withdrawal requests.

We recommend the free [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) plugin.

One useful feature is the ability to add special placeholders in the form. See all available [mail tags](https://contactform7.com/special-mail-tags/).

For example, you can add the `[_user_login]` placeholder in the form content — it will be replaced with the user's login name in the email. Then you can go to `Users` → `All Users`, find the user, make the payment, and deduct their approved points manually. The plugin supports many field types, so you can include fields for PayPal address, bank account details, and so on.


---

# 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/how-to/how-to-redeem-points-for-money.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.
