# Manage Hosted Subgraphs

In [Hosted Subgraphs](https://app.traceye.io/subgraph/dashboard), you can view a list of all existing subgraphs and create a new subgraph using the Create Subgraph button. Click on a subgraph to open the subgraph details. The subgraph details include information such as the Creation date, Blockchain Network, and Workspace. You can view the subgraph Deployment Command and the Subgraph Query URL.

### Monitor your subgraph status

The status of a subgraph is displayed on the subgraph detail page. The status will be one of the following:&#x20;

* **Not deployed** — this status is displayed when you create a subgraph but have not yet deployed a subgraph.
* **Deployed** — the subgraph is in the process of being deployed and is syncing data.

### Work with Subgraphs:

**Step 1: Register/Login** - Create a new account or log in to your existing account on the [Traceye Platform](https://app.traceye.io/account/login)

**Step 2: Navigate to Hosted Subgraphs** - Click on the **Hosted Subgraphs** in the **SHARED INDEXING** section on the Left navigation panel.

**Step 3:** You will be redirected to the **Subgraph Dashboard** screen to view a list of all existing subgraphs.

<figure><img src="/files/73HomOJpPBMiPD3qfpQM" alt=""><figcaption></figcaption></figure>

**Step 4:** Click on the **Create Subgraph** button at the top right of the screen, after which you will be redirected to the Create Subgraph screen.

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

**Step 5:** Enter valid Details of the subgraph and Click on the **Add Subgraph** button. After successful authentication, you can create a subgraph and be redirected to the details page.

<figure><img src="/files/4X1zWuXB3RhbrOQWxHG5" alt=""><figcaption></figcaption></figure>

**Step 6:** The subgraph details page includes information such as the **Creation date, Blockchain Network, and Workspace**. You can view the **API units consumed** and other request metadata. Also, you can view the **Subgraph Query URL** and the **Subgraph Deployment Command**, which you are required to deploy the subgraph.

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

**Step 7:** The subgraph details page includes information such as the **latest** and **current** block Sync Status.

**Step 8:** Click on the **Query URL** to trace all successful hits. The results are stored in a PostgreSQL database.


---

# 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://doc.traceye.io/services/shared-indexing/hosted-subgraphs/manage-hosted-subgraphs.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.
