> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chaintable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 选一条路径开始

> 按你要做的事挑一条最短路径。

<Note>
  本页正在编写中。各路径的链接会随着对应章节完成陆续补齐。
</Note>

<Columns cols={2}>
  <Card title="我要建数据管道" icon="layers" href="/indexing/overview">
    **数据工程师**

    把链上原始数据加工成自己的业务表，实时更新、可回填历史。

    这是平台最核心也最重的一块。
  </Card>

  <Card title="我要查数据、出报表" icon="chart-line" href="/data-catalog/analytics/overview">
    **数据分析师**

    直接用 SQL 查现成的链上数据，做图表和看板。不需要写任何代码。

    上手最快。
  </Card>

  <Card title="我要在应用里拿数据" icon="webhook" href="/openapi/overview">
    **应用开发者**

    通过 HTTP 接口调用平台上的 Function，拿到结果。无需部署服务。

    链路最短。
  </Card>

  <Card title="我在做技术选型" icon="scale" href="/workspace/architecture">
    **技术决策者**

    平台架构、数据来源、正确性保证，以及和自建方案的差别。
  </Card>
</Columns>

## 不确定从哪开始？

先花几分钟读 [平台全景与核心概念](/get-started/concepts)，搞清楚 Space、Table、Function、Notebook 这几个名词，之后看什么都会顺很多。
