# Settings

## Manage Settings

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

**Step 2: Navigate to Graph Nodes** - Click on the **Graph Nodes** in the **DEDICATED INDEXING** section on the left navigation panel.

**Step 3:** You will be redirected to the [Graph Nodes](https://app.traceye.io/subgraph/graph-node) screen to view a list of all existing nodes and their respective subgraphs.

**Step 4:** Select a subgraph to navigate to its details page, then click on the **Settings** tab. This section displays all your configured settings.

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

Step 5: To apply new settings, adjust them as needed and then click **Save** Button to confirm your changes.

## Setting Types

### Notifications

Subgraph notifications are a pivotal feature for users who rely on subgraph data for their applications or analyses. These notifications are designed to inform users about significant changes and milestones in the lifecycle of a subgraph, enhancing the overall user experience by ensuring critical updates are timely communicated. Here are the main scenarios where notifications are triggered:

#### Subgraph Status

Notifications are sent out once the status of a subgraph changes to 'Healthy', 'Unhealthy', or 'Failed'. This feature is crucial for maintaining the reliability and performance of applications that depend on subgraph data.

#### Completely Synced

Notifications are sent out once a subgraph has fully synced with the blockchain. This ensures that users are aware of when the data from a subgraph is up to date and reflects the latest state of the blockchain.\_

#### Query Ready

Notifications are sent out once the subgraph are ready to be queried, ensuring that they can leverage the latest data and information immediately.

Implementing these notifications helps users monitor their subgraphs effectively, reducing the need for manual checks and enabling more efficient management of their applications or data analyses.

{% hint style="info" %}
You will receive notifications both in-app and via email.
{% endhint %}

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

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


---

# 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/dedicated-indexing/graph-nodes/subgraph-manual/settings.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.
