> For the complete documentation index, see [llms.txt](https://docs.dapplooker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapplooker.com/dapplooker-analytics/registering-data/subgraph.md).

# Subgraph

### Analyzing Graph Network Subgraphs with DappLooker: A Step-by-Step Guide

1. Start by visiting DappLooker's website at <https://dapplooker.com/user/login>. This is where you can register and access your project.

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

2. A popup will showcase our plans and pricing after successfully signing up or logging in with your Wallet/Account. Either select the free trial or click on the skip button.

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

3. After that, It will redirect you to the DappLooker's Discover page. Then click on the "My Dashboard" section.

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

4. Once you click on the My Dashboard, locate the "Register Project" button, then click on it.

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

5. In the "New Project" registration tab, select the "Subgraph" option and click "Register Project" This will initiate the project registration process.

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

6. Enter a suitable Project Name and select the network that your subgraph is deployed on. This information helps DappLooker connect to your subgraph correctly.

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

7. To connect your [Hosted service subgraph](https://thegraph.com/hosted-service), enter your API endpoint in the Hosted Service Subgraph field.

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

8. If you want to connect your Graph Network subgraph, click on the Graph Decentralized Network Subgraph checkbox option and enter your subgraph ID and API key in the respective fields.

   (\*You can find your subgraph ID on the Graph Explorer or in your subgraph manifest file. You can generate your API key on the DappLooker dashboard.)

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

7. After entering the necessary information, click on the "Register" button. This action will save your project details and allow you to explore and analyze your Graph Network subgraph data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dapplooker.com/dapplooker-analytics/registering-data/subgraph.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
