# Data Feeds

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

### **To Create a Digital Pins**

<figure><img src="/files/3JsWrbpM1SsXbtOpwias" alt=""><figcaption></figcaption></figure>

* Click the Cluster, here you can navigate through **tabs**.&#x20;
* Click on the **Data Feeds** tab.
* Click on **Edit** button. Choose **Digital** in the dropdown.

A window is opened to fill the below mentioned&#x20;

* **Name:** Digital&#x20;
* **Alias** : Digital Pin
* **Pin:** 0 to 13
* **Pin Mode:**  Input or Output
* Select any **Colour** as required.
* Click **Create** or **Cancel** button&#x20;

### **To Create a Analog Pins**

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

* Click the Cluster, here you can navigate through **tabs**.&#x20;
* Click on the **Data Feeds** tab.
* Click on **Edit** button. Choose **Analog** in the dropdown.

A window is opened to fill the below mentioned&#x20;

* **Name:** Analog&#x20;
* **Alias** : Analog Pin
* **Min/Max:** 0/100
* **Pin Mode :**  Input or Output
* **Units :** Inch&#x20;
* **Default Value:** 0
* Select any **Colour** as required.
* Click **Create** or **Cancel** button&#x20;

### **To Create a Virtual Pins**

<figure><img src="/files/214rVtYbsd0Ukj4lI985" alt=""><figcaption></figcaption></figure>

* Click the Cluster, here you can navigate through **tabs**.&#x20;
* Click on the **Data Feeds** tab.
* Click on **Edit** button. Choose **Virtual** in the dropdown.

A window is opened to fill the below mentioned&#x20;

* **Name:** Virtual&#x20;
* **Alias** : Virtual Pin
* **Min/Max:** 0/100
* Select any **Colour** as required.
* Click **Create** or **Cancel** button&#x20;


---

# 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.devsbot.com/devsbot/manage/clusters/data-feeds.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.
