> For the complete documentation index, see [llms.txt](https://docs.kcc.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kcc.io/developers/data/indexing-and-querying/using-kccs-hosted-subgraph.md).

# Using KCC's hosted subgraph

To make building applications easier for the KCC community developers, we have also provided some graph services to make development easier. We recommend, however, that you deploy the graph service separately from your application for better performance and service.

```
https://thegraph.kcc.network/deploy/
https://thegraph.kcc.network/ipfs/
https://thegraph.kcc.network/subgraphs/name/


// sample
"auth": "graph auth https://thegraph.kcc.network/deploy/ your-token"
"create": "graph create your-name --node https://thegraph.kcc.network/deploy/"
"deploy": "graph deploy your-name --ipfs https://thegraph.kcc.network/ipfs/ --node https://thegraph.kcc.network/deploy/"
"explorer": "https://thegraph.kcc.network/subgraphs/name/your-name"
```

To use the service, please fill out the online [**form**](https://forms.office.com/pages/responsepage.aspx?id=S3jy9rFT20yX1qylChjn8-DS3wXi_TFHkWLpe9Vi-NVUMzY4R0VEV0ZDV0pKVUNUMDI0MTdXU1hRNiQlQCN0PWcu) if you need it.
