# 概述

## **什么是数据服务？**

数据服务通过提供用户友好的界面，简化了非技术用户对数据的访问，使其能够方便地与基于 SQL 的数据视图进行交互。业务团队、外部合作伙伴或其他相关方无需编写或理解 SQL 查询，就能探索、筛选和下载数据。

通过数据服务，技术用户（如数据工程师或分析师）可以创建并分享预定义的 SQL 查询，而非技术用户则可以通过可视化界面轻松访问和使用这些查询结果。这样无需手动提取数据或编写复杂查询，使数据对所有人来说更加易用和高效。

## **核心优势**

* **保存为服务**：用户可以将查询保存为数据服务，供他人预览、下载或通过 API 获取数据。
* **非技术用户友好**：非技术用户无需具备 SQL 知识即可轻松预览数据，进行进一步分析。
* **数据获取便捷**：外部用户可以下载 Excel 文件，或通过 API 提取数据，集成到自己的系统中。

## **功能模块**

* **创建和编辑数据服务**：使用内置编辑器编写、保存和管理 SQL 查询，并可配置字段信息。
* **数据预览与下载**：支持数据的预览、筛选、排序，并导出为 Excel/CSV 文件，方便分析和共享。
* **数据共享 API**：通过 API 密钥分享数据服务，供其他系统访问数据。
* **访问权限控制**：管理权限设置，将数据服务共享给指定用户或团队。


---

# 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.reorc.com/cn-reorc-help-center/data-service/gai-shu.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.
