# Welcome to the Tachyon book

{% hint style="info" %}
Tachyon is still in extremely early stages of development. Despite the API being complete it's still not reached the end goals we have for the project. If you have some features to suggest or some changes please join our [Discord](https://discord.gg/8qqJWKxE) server
{% endhint %}

## Overview

Tachyon is a fast, lightweight, multi-threaded Minecraft 1.8.8 server implementation that utilizes practically no code provided by Mojang. It offers extreme flexibility and a high-level API to easily develop features.

## Get Started

Here are some quick links you can access to easily understand functionality provided by Tachyon and how to integrate it to your server.

{% content-ref url="/pages/xZhYXsQu9jHWtaTv0CR9" %}
[Getting set up](/product-docs/fundamentals/getting-set-up.md)
{% endcontent-ref %}

{% content-ref url="/pages/b1RNQJGe6s4QOZLgrGce" %}
[Compiling and cloning](/product-docs/fundamentals/getting-set-up/compiling-and-cloning.md)
{% endcontent-ref %}

{% content-ref url="/pages/9zuLGAZ1S9ldYwq0MQvr" %}
[Modifying and Forking](/product-docs/fundamentals/getting-set-up/modifying-and-forking.md)
{% endcontent-ref %}


---

# 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://tachyonmc.gitbook.io/product-docs/welcome-to-the-tachyon-book.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.
