# 开发者文档

- [开发者工具](https://docs.graviti.cn/dev-doc/tools.md)
- [Open API](https://docs.graviti.cn/dev-doc/tools/api-center.md)
- [Dataset Operation](https://docs.graviti.cn/dev-doc/tools/api-center/dataset-operation.md)
- [Data Operation](https://docs.graviti.cn/dev-doc/tools/api-center/data-operation.md)
- [示例演示](https://docs.graviti.cn/dev-doc/tools/shi-li-yan-shi.md): 格物钛帮助中心提供了示例作为您的快速入门指南，帮助您学习如何进行模型训练和数据挖掘。
- [模型训练](https://docs.graviti.cn/dev-doc/tools/shi-li-yan-shi/mo-xing-xun-lian.md): 本示例将在线训练一个基于MNIST数据集的分类模型, 帮助您快速了解格物钛数据平台
- [数据挖掘](https://docs.graviti.cn/dev-doc/tools/shi-li-yan-shi/shu-ju-wa-jue.md): 基于TensorBay Action平台，本示例将搭建一个整合数据爬取、数据转化、数据提取和数据分析四步骤的工作流，帮助您快速了解格物钛数据平台


---

# 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://docs.graviti.cn/dev-doc.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.
