# Registering Data

The "Registering Data" section provides an overview of the various concepts and technologies involved in storing and accessing data within a decentralized application (DApp). This section covers important aspects such as the dashboard overview, smart contracts, subgraphs, subqueries, and off-chain integration.

📊 [**Dashboard Overview**](/dapplooker-analytics/registering-data/my-dashboard-overview.md) The documentation begins with an explanation of the dashboard overview, which serves as a centralized interface for managing and monitoring data within the DApp. It provides users with an intuitive and user-friendly way to interact with the application's data, allowing them to register and access various types of information.

🧩 [**Smart Contracts**](/dapplooker-analytics/registering-data/smart-contracts.md) The section then delves into smart contracts, which are self-executing contracts with the terms of the agreement directly written into code. Smart contracts play a crucial role in the DApp's data management by defining the rules and logic for registering and updating data on the underlying blockchain network.

🕸️ [**Subgraphs**](/dapplooker-analytics/registering-data/subgraph.md) Next, the documentation introduces the concept of subgraphs. Subgraphs are powerful indexing and querying solutions to extract specific blockchain data. They allow developers to define schemas and mappings to efficiently retrieve and process relevant data, enabling faster and more efficient data access within the DApp.

🔍 [**Subqueries**](/dapplooker-analytics/registering-data/subquery.md) The documentation proceeds to discuss subqueries, which are a way to fetch complex data from subgraphs. Subqueries enable developers to retrieve and combine multiple datasets from different subgraphs, facilitating advanced data retrieval and analysis within the DApp.

⛓️ [**Off-chain Integration**](/dapplooker-analytics/registering-data/off-chain-integration.md) Lastly, the section covers off-chain integration. Off-chain integration involves connecting the DApp with external data sources and services not directly on the blockchain. This integration expands the DApp's capabilities by incorporating real-time data, JSON API, and CSV-like off-chain resources to enrich the data registered within the application.


---

# 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.dapplooker.com/dapplooker-analytics/registering-data.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.
