# Check Subscription

In this step-by-step guide we'll go over how to check if a subscription to a data feed is still active 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.

{% stepper %}
{% step %}

### Connect Wallet

Navigate to <https://udf.entangle.fi/> and click on "**Connect Wallet**" at the top right to connect your wallet.

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

{% step %}

### Navigate to Dashboard

Click on the "**Dashboard**" tab on the top of the page.

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

{% step %}

### Open Your Feeds

Scroll down to "**Your** **Feeds**" section. Here you can view;

* The feed that you are subscribed to
* Network in which you are receiving the feed on
* Mode type for the particular feed (Push or Pull)
* Deviation selected for the feed
* Status of the feed (If the feed is **active** or **inactive**)&#x20;
* Expiration date of the feed

<figure><img src="/files/qSdJbUweC5aBIKdckqPi" 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/check-subscription.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.
