# Data Requests

Data Requests (DRs) are a foundational component of the SEDA protocol, enabling secure and decentralized access to off-chain data. They act as a bridge between blockchain networks and real-world information, allowing smart contracts and other blockchain applications to query and utilize data in a trustless manner. Data requests consist of instructions on how data should be fetched and aggregated.

This section explains what DRs are, their importance, and how they function within the SEDA protocol.


---

# 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.seda.xyz/home/technology/seda-network-architecture/data-requests.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.
