Skip to content

Commit 3de4f2b

Browse files
committed
Adding disclaimer
1 parent bc7ddbe commit 3de4f2b

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ You type a natural language question into the chat interface, such as:
1111
'On Uniswap, return the top-10 pools by total value locked in USD.'
1212
```
1313

14-
> [!IMPORTANT] All users can process 10 free queries per user per hour
14+
> [!IMPORTANT] All users can process 10 free queries per user per hour.
15+
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.
1517
1618
### Behind the Scenes
1719

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

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

5-
[Graph Assistant](https://graph-assistant.vercel.app/) gives instant, code-free access to blockchain data, transforming natural language into precise, AI-powered queries without the need to code.
5+
[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.
66

77
## Overview
88

9-
[Graph Assistant](https://graph-assistant.vercel.app/) is an advanced, [agentic](/en/ai-suite/graph-assistant/faq/) easy-to-use chat interface for querying blockchain data using natural language. Unlike a basic chatbot, Graph Assistant can understand your intent, build complex queries, and execute them automatically. This gives you rich, AI-powered insights from onchain data without writing any code.
9+
[Graph Assistant](https://thegraph.com/graph-assistant) is an advanced, [agentic](/en/ai-suite/graph-assistant/faq/) easy-to-use chat interface for querying blockchain data using natural language. Unlike a basic chatbot, Graph Assistant can understand your intent, build complex queries, and execute them automatically. This gives you rich, AI-powered insights from onchain data without writing any code.
1010

1111
- **Automatically** interprets user intent, generates precise queries, executes them via The Graph's Subgraphs and Token API, and presents structured, AI-powered answers without requiring any code.
1212
- **Removes** the technical complexity found in traditional dashboards or chatbots. It provides composable insights directly from indexed Subgraphs and Token datasets.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide provides step-by-step instructions for getting started with Graph Ass
88

99
### Step 1. Create an Account
1010

11-
Go to: [Graph AI](https://graph-assistant.vercel.app/)
11+
Go to: [Graph AI](https://thegraph.com/graph-assistant)
1212

1313
- Click Sign Up (or Log In if you already have an account).
1414
- Use your GitHub or email credentials.
@@ -23,7 +23,7 @@ After logging in:
2323

2424
### Step 3: Ask Your First Question
2525

26-
> [!IMPORTANT] All users can process 10 free queries per user per hour
26+
> [!IMPORTANT] All users can process 10 free queries per user per hour.
2727
2828
In the input bar, type a natural-language query (everyday language).
2929

@@ -33,6 +33,8 @@ Example:
3333
Show me the 24-hour trading volume of XYZ token on Ethereum
3434
```
3535

36+
> [!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.
37+
3638
The Assistant will:
3739

3840
- Digest your question

0 commit comments

Comments
 (0)