# Qubic Development Documentation

## 中文

- [開始使用](https://qubic.gitbook.io/docs/get-started.md)
- [Qubic 產品、API 與 SDK 入門](https://qubic.gitbook.io/docs/intro.md)
- [Qubic Connect SDK](https://qubic.gitbook.io/docs/guides/qubic-connect-sdk.md)
- [安裝](https://qubic.gitbook.io/docs/guides/qubic-connect-sdk/installation.md)
- [登入](https://qubic.gitbook.io/docs/guides/qubic-connect-sdk/authentication.md)
- [結帳與支付](https://qubic.gitbook.io/docs/guides/qubic-connect-sdk/checkout-and-payment.md)
- [第三方帳號綁定](https://qubic.gitbook.io/docs/guides/qubic-connect-sdk/third-party-binding.md)
- [在伺服器端驗證登入權限](https://qubic.gitbook.io/docs/guides/qubic-connect-sdk/verify-on-the-server-side.md)
- [Web3 Qubic SDK](https://qubic.gitbook.io/docs/guides/web3-qubic-sdk.md)
- [使用 GraphQL](https://qubic.gitbook.io/docs/guides/use-graphql.md)
- [產生 Headers](https://qubic.gitbook.io/docs/guides/use-graphql/generate-headers.md)
- [GraphQL 客戶端](https://qubic.gitbook.io/docs/guides/use-graphql/qraphql-clients.md)
- [Creator Storefront API](https://qubic.gitbook.io/docs/api/creator-storefront-api.md)
- [Creator Admin API](https://qubic.gitbook.io/docs/api/creator-admin-api.md)
- [鑄造 NFT](https://qubic.gitbook.io/docs/api/creator-admin-api/mint-nft.md)
- [更新 Metadata](https://qubic.gitbook.io/docs/api/creator-admin-api/update-metadata.md)
- [取得 Ticket](https://qubic.gitbook.io/docs/api/creator-admin-api/qu-de-ticket.md)
- [如何設置預售選項](https://qubic.gitbook.io/docs/api/creator-admin-api/ru-he-she-zhi-yu-shou-xuan-xiang.md)
- [Pass Admin API](https://qubic.gitbook.io/docs/api/pass-admin-api.md)
- [驗證 NFT 持有者](https://qubic.gitbook.io/docs/api/pass-admin-api/verify-nft-holder.md): 透過user query去查詢在一個user底下的NFT持有狀況。當使用者的NFT過多超過一個分頁，可以把此次回傳的 pageInfo.endCursor 當成 after 傳入就可以看到下一個分頁資料。
- [取得智能合約中的所有 NFT](https://qubic.gitbook.io/docs/api/pass-admin-api/get-all-nfts.md)
- [Pass Client Auth API](https://qubic.gitbook.io/docs/advanced/pass-client-auth-api.md)
- [透過簽名驗證登入](https://qubic.gitbook.io/docs/advanced/pass-client-auth-api/login-by-verifying-signature.md)
- [透過 Webhook 驗證身份](https://qubic.gitbook.io/docs/advanced/pass-client-auth-api/verify-identity-by-webhook.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://qubic.gitbook.io/docs/get-started.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.
