> For the complete documentation index, see [llms.txt](https://www.one.thezero.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.one.thezero.club/affiliate.md).

# Affiliate

If you like the Zero One theme, and you would like to feature it on your website or blog, or promote it in any other way, and earn money along the way, now there is a way to do it.&#x20;

**You can apply on the following page** [**https://gumroad.com/mrfreedom/affiliates**](https://gumroad.com/mrfreedom/affiliates)

### How that works?

In brief:

* You will have to create a Gumroad account
* Add your PayPal data for receiving the money
* And you will get an affiliate link that looks something like this: **[www.gumroad.com/a/1234567](http://www.gumroad.com/a/1234567)**

Note the "/a/" in it. That signifies that this is an affiliate link. You share that link with the world.&#x20;

When a customer clicks that link, their browser is "cookied" for 30 days. If they buy the Zero One theme within 30 days, you are is credited with the sale. The affiliate percentage is 10% of the price. If you have some special sales funnel (website, blog, newsletter, etc) that has significant quality, you can [contact us](mailto:support@thezero.club), and we can discuss raising the affiliate percentage.&#x20;

Payouts are weekly, usually on Friday, and the amount must be higher than $10. So if it is lower than $10 it will be transferred to the next week's payout, and so on, until the $10 mark is passed.


---

# 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://www.one.thezero.club/affiliate.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.
