Skip to content

Commit 3ebe439

Browse files
committed
touchups
1 parent d551092 commit 3ebe439

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

website/src/pages/en/ai-suite/ai-introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build with speed and scale faster with The Graph's AI.
66

77
## Using AI on The Graph
88

9-
Instead of relying on static datasets or centralized APIs, you can now access live blockchain data through **agentic** apps using [Graph Assistant](/ai-suite/graph-assistant/introduction/), [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/), and [Token API MCP](/ai-suite/token-api-mcp/introduction/).
9+
Instead of relying on static datasets or centralized APIs, you can now access live blockchain data through our **agentic** app, [Graph Assistant](/ai-suite/graph-assistant/introduction/), and use our AI-native tooling, [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/), and [Token API MCP](/ai-suite/token-api-mcp/introduction/).
1010

1111
### Why Use Onchain Data with AI?
1212

@@ -22,7 +22,7 @@ Using onchain data with AI unlocks powerful new ways to interact with and unders
2222
### Benefits of Using Graph Assistant
2323

2424
- **Natural language Input**: You don't need to write complex queries or sift through dashboards. Simply ask your question in plain English and get clear, structured results.
25-
- **Multi-source support**: Works across multiple Subgraphs and The Graph's APIs. The Assistant automatically determines which data source to use, so you don't have to switch tools or manage endpoints.
25+
- **Multi-source support**: Works across multiple Subgraphs and Token API. The Assistant automatically determines which data source to use, so you don't have to switch tools or manage endpoints.
2626
- **Schema-free access**: You don't need to understand the schema. You can refer to tokens, protocols, dates, or addresses using natural language. The Assistant takes care of the rest.
2727

2828
### Conversational Querying with Graph Assistant

website/src/pages/en/ai-suite/graph-assistant/how-to-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You type a natural language question into the chat interface, such as:
1313

1414
> [!IMPORTANT] All users can process 10 free queries per user per hour.
1515
16-
> [!NOTE] Disclaimer: By using Graph Assistant, you acknowledge that your requests may be logged and used to improve the performance of the AI interface. Do not share sensitive, personal, or private information.
16+
> [!NOTE] Disclaimer: By using Graph Assistant, you acknowledge that your requests may be logged and used to improve the performance of the underlying agents. Do not share sensitive, personal, or private information.
1717
1818
### Behind the Scenes
1919

website/src/pages/en/ai-suite/graph-assistant/introduction.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Introduction
33
---
44

5+
> [!IMPORTANT] Graph Assistant is still in **beta**. Expect breaking changes, rate limits, and potential downtime.
6+
57
[Graph Assistant](https://thegraph.com/graph-assistant) (Beta) gives instant, code-free access to blockchain data, transforming natural language into precise, AI-powered queries without the need to code.
68

79
## Overview
@@ -20,3 +22,10 @@ title: Introduction
2022
| **Backed by Token API** | Uses Token API for token-level information like balances, transfers, and metadata. |
2123
| **No Setup Required** | No need to configure data sources or write queries. |
2224
| **Automatic Query Building** | The Assistant performs complex queries such as fetching historical token volumes, protocol analytics, or cross-chain data and handles filtering, pagination, and joins across Subgraphs automatically. |
25+
26+
## Help Shape What's Next
27+
28+
This is in **beta**, and community input is essential. If you have ideas, questions, or run into anything unexpected, we'd love to hear from you:
29+
30+
- Join the community on [Discord](https://discord.com/invite/graphprotocol): Provide feedback and stay in the loop with other builders. You'll be able to join the `#graph-assistant` channel to share your experience directly.
31+
- Interested in going deeper? Reach out to become a dedicated beta tester so your specific use case can be better supported.

website/src/pages/en/ai-suite/graph-assistant/quick-start.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,25 @@
22
title: Quick Start
33
---
44

5+
> [!IMPORTANT] Graph Assistant is still in **beta**. Expect breaking changes, rate limits, and potential downtime.
6+
57
This guide provides step-by-step instructions for getting started with Graph Assistant quickly.
68

79
## Step-by Step
810

911
### Step 1. Create an Account
1012

11-
Go to: [Graph AI](https://thegraph.com/graph-assistant)
13+
Go to: [Graph Assistant](https://thegraph.com/graph-assistant)
1214

1315
- Click Sign Up (or Log In if you already have an account).
14-
- Use your GitHub or email credentials.
15-
- No additional setup is required
16+
- Use your Google, GitHub, X, email or wallet credentials to log in.
17+
- No additional setup is required.
1618

1719
### Step 2. Open the Assistant Chat
1820

1921
After logging in:
2022

21-
- You'll see the Assistant interface.
23+
- You'll see Graph Assistant's interface.
2224
- At the bottom of the page, you will find a chat input bar. This is where you will interact with the Assistant.
2325

2426
### Step 3: Ask Your First Question

0 commit comments

Comments
 (0)