> For the complete documentation index, see [llms.txt](https://tempdocs.zerog.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tempdocs.zerog.one/readme.md).

# Welcome to ZeroG

## Welcome to ZeroG

The Zero G documentation will give you a start building your project, learning all about 3D printing and more!

## Getting Started

On this website you’ll find all sorts of information, [ABS Printing Tips](/guides/printing/printing-tips.md), [Print Settings](/guides/printing/print-settings.md), [Design Guidelines](/guides/design.md), [Mainsail Theme](/faq/mainsail/mainsail-theme-setup.md), [Manuals](https://tempdocs.zerog.one/projects/) and more!

Currently we’re working on instructions for three of our projects. Our projects are **Mercury One.1, Hydra** and **Nebula.**

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Mercury One.1</td><td><a href="/spaces/XgzDoYdwl0Vuu3qB4KOp/pages/Lrq2xl8Qxc9VFyzYknbR">/spaces/XgzDoYdwl0Vuu3qB4KOp/pages/Lrq2xl8Qxc9VFyzYknbR</a></td><td>Merc stuff</td><td><a href="/files/4QtAfQ8fje6k2PyHMT10">/files/4QtAfQ8fje6k2PyHMT10</a></td></tr><tr><td>Hydra</td><td><a href="/spaces/XgzDoYdwl0Vuu3qB4KOp/pages/ewYuLYDKYSWFN47kcEUv">/spaces/XgzDoYdwl0Vuu3qB4KOp/pages/ewYuLYDKYSWFN47kcEUv</a></td><td>Hydra stuff</td><td><a href="/files/fb2sJi9r3Ncm7S8MBQY8">/files/fb2sJi9r3Ncm7S8MBQY8</a></td></tr></tbody></table>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Nebula</td><td><a href="/spaces/XgzDoYdwl0Vuu3qB4KOp/pages/bvaeslUf0KefOisSFM4q">/spaces/XgzDoYdwl0Vuu3qB4KOp/pages/bvaeslUf0KefOisSFM4q</a></td><td>Nebula stuff</td><td><a href="/files/mFLWkqpdYyeZuDV4zTOo">/files/mFLWkqpdYyeZuDV4zTOo</a></td></tr><tr><td>Electronics</td><td></td><td>Electronics stuff</td><td><a href="/files/aI8uOj80soLojoAvsery">/files/aI8uOj80soLojoAvsery</a></td></tr></tbody></table>

{% content-ref url="/spaces/XgzDoYdwl0Vuu3qB4KOp/pages/aTciubSAZU9RQqy7EvOb" %}
[Hydra](/projects/hydra/introduction.md)
{% endcontent-ref %}

{% content-ref url="/spaces/XgzDoYdwl0Vuu3qB4KOp/pages/0ipLSgbM5Sxcd4czy7Vf" %}
[Nebula](/projects/nebula/introduction.md)
{% endcontent-ref %}

## Discord

We’re a big [Discord](https://discord.gg/zerog) advocate! We love using it and building a community. Missing something in the documentation, need assistance, share your adventure, or enjoy a nice community? Join our [Discord](https://discord.gg/zerog) today!

## Step Files!

The step files for Hydra and Mercury One.1 are now available.

Find them in the menu: Manual → [Mercury One.1](broken://pages/sWNkR9VQqMAFBfUZpTvi) **OR** [Hydra](broken://pages/bQPYDiHZxeeusvubw7BX) → Files. There is a section called “Step files”.

## License

We’re not using a GPL3 license like most other open source projects. Our work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)

**What does this mean and why did you choose for this instead of GPL3?**

1. What does this mean?
   1. Read more about the license here [**here**](http://creativecommons.org/licenses/by-nc-sa/4.0/).
2. Why did you choose this license?
   1. I want to protect our project from others taking advantage of our files and community members.
   2. The license still allows you to do the following:
      1. **Share** — copy and redistribute the material in any medium or format
      2. **Adapt** — remix, transform, and build upon the material
   3. Yes, **Share and Adapt** come with **terms** and you can read those [**here**](http://creativecommons.org/licenses/by-nc-sa/4.0/).


---

# 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 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://tempdocs.zerog.one/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.
