# 上手檢查清單

依序完成下列項目，即可開始使用 Blockchain Atlantis。

* [ ] **取得 base URL** — 向你的客戶經理確認正式服務網址（本文件以 `https://api.atlantis.example` 示意）。
* [ ] **取得 API key** — 請你方管理員在管理後台建立一把 key，並保存一次性回傳的明碼（`ak_live_…`）。
* [ ] **確認連線** — 呼叫 `GET /healthz`，應回 `{"status":"ok"}`。
* [ ] **發出第一個已認證請求** — 在 `X-API-Key` header 帶上 key，呼叫任一 `/v1` 端點。
* [ ] **確認回應格式** — 成功回應為 `{ data, meta }`；記下回應 header 的 `X-Request-Id`。
* [ ] **掌握餘額** — 從 `X-Credit-Remaining` 追蹤 credit 餘額。
* [ ] **設定錯誤處理** — 依錯誤碼與 `Retry-After` 實作重試（見[請求失敗怎麼辦](/help-center/zheng-he-yu-yi-nan-pai-jie/troubleshooting-failed-requests.md)）。

{% hint style="success" %}
完成以上步驟後，建議接著閱讀[開發者文件](https://api.atlantis.example/docs)了解各端點細節。
{% endhint %}


---

# 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.blockchainsecurity.asia/help-center/kai-shi-shi-yong/getting-started-checklist.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.
