# Introduction

Welcome to the official documentation of [sui.direct](https://sui.direct/), the one and only decentralized version control system on the SUI blockchain. To read the technical whitepaper, please refer to [this link](https://sui.direct/whitepaper).

We highly encourage you to read these introduction pages for an overall idea:

{% content-ref url="introduction/idea" %}
[idea](https://docs.sui.direct/introduction/idea)
{% endcontent-ref %}

{% content-ref url="introduction/what-is-sui.direct" %}
[what-is-sui.direct](https://docs.sui.direct/introduction/what-is-sui.direct)
{% endcontent-ref %}

{% content-ref url="introduction/how-it-works" %}
[how-it-works](https://docs.sui.direct/introduction/how-it-works)
{% endcontent-ref %}

{% content-ref url="introduction/roadmap" %}
[roadmap](https://docs.sui.direct/introduction/roadmap)
{% endcontent-ref %}

### TL;DR

**sui.direct** is a decentralized version control system on the SUI blockchain — like an "on-chain GitHub." It uses [Walrus ](https://walrus.xyz/)for storing data, supports public and local nodes for decentralization, and offers a user-friendly experience through its **website** and **command-line tool (CLI)** for easy use.


---

# 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.sui.direct/introduction.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.
