# 6.10 Fuel GraphQL API

## Fuel GraphQL API

The Fuel GraphQL API allows you to query the Fuel blockchain for a wide range of on-chain data. It can be used to query transactions, balances, block information, and more. You can also use it to simulate and submit transactions on the Fuel network.

Fuel GraphQL API 允许您查询 Fuel 区块链，进而获得广泛的链上数据。它可用于查询交易、余额、区块信息等。您还可以使用它在 Fuel 网络上模拟和提交交易。

Getting Started with the API:\
API 入门：

* [GraphQL Docs](https://graphql-docs.fuel.network/)\
  [GraphQL 文档](https://graphql-docs.fuel.network/)

### 需要帮忙？(Need Help?)

Head to the [Fuel discord](https://discord.com/invite/fuelnetwork) or the [Fuel Forum](https://forum.fuel.network/) for help from the team.\
前往 [Fuel discord](https://discord.com/invite/fuelnetwork) 或 [Fuel 论坛](https://forum.fuel.network/) 寻求团队的帮助。


---

# 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://zenofchain.gitbook.io/fuel-shou-ce-the-fuel-book/6.-kai-fa-zhe-kan-zhe-li-for-developers/6.10-fuel-graphql-api.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.
