# Semantic SBT

## English

- [Background](https://relationlabs.gitbook.io/semantic-sbt/readme.md)
- [Design Architecture](https://relationlabs.gitbook.io/semantic-sbt/design-architecture.md)
- [Extended Functions](https://relationlabs.gitbook.io/semantic-sbt/extended-functions.md)
- [Application Scenarios](https://relationlabs.gitbook.io/semantic-sbt/untitled/application-scenarios.md)
- [Quick Setup](https://relationlabs.gitbook.io/semantic-sbt/untitled/quick-setup.md): We have to make sure that all relevant tools are installed in the environment before proceeding to Semantic SBT contract.
- [Deploy the contract](https://relationlabs.gitbook.io/semantic-sbt/untitled/deploy-the-contract.md): Contract Deployment Guidance
- [SBT Privacy Module](https://relationlabs.gitbook.io/semantic-sbt/untitled/sbt-privacy-module.md)

## 中文

- [背景介绍](https://relationlabs.gitbook.io/semantic-sbt/semanticsbt-zh/readme.md)
- [整体结构设计](https://relationlabs.gitbook.io/semantic-sbt/semanticsbt-zh/zheng-ti-jie-gou-she-ji.md)
- [扩展功能](https://relationlabs.gitbook.io/semantic-sbt/semanticsbt-zh/kuo-zhan-gong-neng.md)
- [应用场景](https://relationlabs.gitbook.io/semantic-sbt/semanticsbt-zh/untitled/ying-yong-chang-jing.md)
- [使用Hardhat部署合约](https://relationlabs.gitbook.io/semantic-sbt/semanticsbt-zh/untitled/shi-yong-hardhat-bu-shu-he-yue.md)
- [前端合约部署工具](https://relationlabs.gitbook.io/semantic-sbt/semanticsbt-zh/untitled/qian-duan-he-yue-bu-shu-gong-ju.md): 为了便于项目方可以进行合约的快速部署和使用，Relation团队构建了前端部署工具
- [使用The Graph 索引链上RDF数据](https://relationlabs.gitbook.io/semantic-sbt/semanticsbt-zh/untitled/shi-yong-the-graph-suo-yin-lian-shang-rdf-shu-ju.md): The GraphQL API是Relation基于The Graph开发的链上图数据查询服务
- [SBT隐私模块](https://relationlabs.gitbook.io/semantic-sbt/semanticsbt-zh/untitled/sbt-yin-si-mo-kuai.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://relationlabs.gitbook.io/semantic-sbt/readme.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.
