# Getting Started

Welcome to the **Swan Chain Docs**, your centralized resource for all technical documentation and information about the **Swan Chain ecosystem**. Here, you’ll find everything you need to explore and leverage the power of decentralized cloud computing using Swan Chain.

For more details on Swan Chain's governance, community, and vision, visit the [**Swan Chain Governance**](https://github.com/swanchain/governance).

***

## **Guides for Builders**

Whether you're a developer building decentralized applications, a GPU provider looking to join the Swan Chain network, or a contributor creating tools and integrations, this documentation hub has all the resources you need to get started.Explore our comprehensive guides for:

* **Developers** building on Swan Chain and integrating decentralized GPU resources into their applications.
* **Computing Providers** interested in contributing computational power to Swan’s decentralized cloud.
* **Contributors** and community members seeking to create open-source tools, applications, and extensions within the Swan ecosystem.

Start exploring now and join the movement to unlock the potential of decentralized cloud computing!

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>📄 <strong>Guides</strong></td><td>Get started with a simple guide such as <a href="dapp-developer/deploying-your-first-smart-contract-with-remix">deploying a contract</a></td></tr><tr><td><strong>🌐 Network reference</strong></td><td>View details about the Swan Chain mainnet such as various important addresses <a href="../network-reference/readme">here</a>.</td></tr><tr><td><strong>🌟 Core concepts</strong></td><td>Learn about core concepts such as "What is Swan Chain" <a href="https://github.com/swanchain/docs/blob/main/core-concepts/README.md">here</a><a href="https://github.com/swanchain/docs/blob/main/core-concepts/README.md">.</a></td></tr></tbody></table>

***

## I want to become a ...

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>DApp Developer</strong></td><td><a href="dapp-developer/deploying-your-first-smart-contract-with-remix">deploying-your-first-smart-contract-with-remix</a></td></tr><tr><td><strong>App Developer</strong></td><td><a href="app-developer">app-developer</a></td></tr><tr><td><strong>Computing Provider</strong></td><td><a href="computing-provider">computing-provider</a></td></tr><tr><td><strong>Storage Provider</strong></td><td><a href="storage-provider">storage-provider</a></td></tr></tbody></table>


---

# 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.swanchain.io/bulders/readme.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.
