# Incentives Hub

The Incentives Hub is the frontend your affiliates and users interact with — it shows rewards, leaderboards, referral links, and the claiming interface. Fuul gives you two ways to deploy it:

|                       | [No-Code (Fuul Hosted)](/incentives-manager/incentives-hub/building-no-code-landing-pages.md) | [Custom Build (SDK)](/developer-guide/build-your-incentives-hub.md) |
| --------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| **Who hosts it**      | Fuul                                                                                          | You                                                                 |
| **Dev work required** | None                                                                                          | Yes                                                                 |
| **Branding control**  | Configurable via Hub Editor                                                                   | Full control                                                        |
| **Time to launch**    | Minutes                                                                                       | Days to weeks                                                       |
| **User journey**      | Users interact with the full incentive program on the Fuul-hosted page                        | Fully embedded                                                      |
| **Best for**          | Getting to market fast                                                                        | Full white-label experience                                         |


---

# Agent Instructions: 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://docs.fuul.xyz/incentives-manager/incentives-hub.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.
