> 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/projects/mercury-one.1/build-instruction/mercury-one.1.md).

# Mercury One.1

This pages will point you in the right direction.

We're still working on our new documentation website, for now we'll have the Mercury One.1 instructions available as a PDF.

## <mark style="color:red;">Build Instructions</mark> <a href="#build-instructions" id="build-instructions"></a>

It’s time to roll up our sleeves and get building with the release of our long-awaited PDF build instructions for the Mercury One.1.

We owe a huge debt of gratitude to our incredible community member,  *<mark style="color:red;">**Jonspaceharper**</mark>, for their dedication in bringing these instructions to life.*

But we couldn’t have done it without you, our community! Your continuous feedback and support have been instrumental in refining both the build instructions and the project itself.

## <mark style="color:red;">PDF</mark> <a href="#pdf" id="pdf"></a>

### <mark style="color:red;">Download Link</mark> <a href="#download-link" id="download-link"></a>

Click [here](https://docs.zerog.one/assets/mercury_one_1_instruction_18-02-2024.pdf) to download the latest Build Manual.

If the link doesn’t work, you can copy and paste this URL into your browser:

{% embed url="<https://docs.zerog.one/assets/mercury_one_1_instruction_18-02-2024.pdf>" %}

Please note that the download may take a while, as the file size is quite large.

### <mark style="color:red;">Version</mark> <a href="#version" id="version"></a>

The current version is dated 2024-02-18, which is also indicated in the PDF file’s bottom right corner.


---

# 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, and the optional `goal` query parameter:

```
GET https://tempdocs.zerog.one/projects/mercury-one.1/build-instruction/mercury-one.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
