> For the complete documentation index, see [llms.txt](https://docs.tracknow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tracknow.io/payouts/scheduled-payouts.md).

# Scheduled Payouts

The **Scheduled Payouts** feature lets you adjust affiliate commission rates based on time. You can set a specific date on which the new commission rates (payouts) will take effect.

***

### How to schedule payouts? <a href="#how-to-schedule-payouts" id="how-to-schedule-payouts"></a>

First, create the new payout or payout group you want to apply to the affiliate once the scheduled date arrives. Be sure to set them as **‘Personal Payout’** types, so affiliates won’t see these payouts until they take effect.

Once you’ve created the commission rates you want to schedule, the next step is to set up the schedule itself.

Navigate to **Affiliates** → **Management** → Click on the relevant affiliate's name → **Payout Group Settings** tab → **Schedule** tab Navigate to **Affiliates** → **Management** → Click on the relevant affiliate's name → **Payout Group Settings** tab → **Add New**

<figure><img src="/files/U9PYR8AOHFYOxBNsZXZl" alt=""><figcaption></figcaption></figure>

1. Select the relevant campaign that the payout rates will change in
2. Select the future payout that you previously created
3. Set the schedule date
4. **Save**


---

# 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://docs.tracknow.io/payouts/scheduled-payouts.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.
