# Configuring Pull Model

* PAYG: Pay per request (verifyWithFee).
* Subscriptions: Monthly plans (1m–12m) with no protocol fee.
* Extension: Renew via marketplace UI (\[Screenshot: Extend Flow]).

In this guide we'll go over how to configure your pull mode data feed using the Universal Data Feeds (UDF) [hub](https://udf.entangle.fi/). This process is an intuitive and straight forward process, follow the instructions below to get started.

This guide only covers configuration. Read [this guide](/universal-data-feeds/user-guides/subscribe-to-a-data-feed.md) if you're looking for how to subscribe to a data feed.&#x20;

{% stepper %}
{% step %}

### Select Pull Mode

Begin by selecting Pull as the data delivery method. The **Pull Model (On-Demand)** fetches data only when required, ensuring it is up-to-date and reducing unnecessary updates. Learn more about the pull mode [here](/universal-data-feeds/architecture/data-delivery-methods.md).

<figure><img src="/files/eWPAIF7o06RfCPZIK9P3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select Destination Network

Select the destination "Network" that you wish to receive your data feed on.

<figure><img src="/files/WfRCAdtrhY3bepOJ787Y" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.entangle.fi/universal-data-feeds/user-guides/configuring-pull-model.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.
