> For the complete documentation index, see [llms.txt](https://en.chanyuan8.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.chanyuan8.org/poems/setting-off-again-towards-the-sacred-mountain.md).

# Setting Off Again Towards the Sacred Mountain

April 26, 2023

With bloodstains and hearts trembling,

Fourteen years of trekking, tears flowing endlessly.

Each departure brings further devastation,

Black hair turned white, footsteps faltering.

Family bewildered, others mocking, even the government joins in.

The humiliation of being driven from our homeland lingers in our hearts,

What crime have they committed?

None! Pioneers must endure such trials,

Without hardships and dangers, one cannot truly be called a pioneer.

&#x20;

For thousands of years, humanity has not found true happiness,

The footsteps of our ancestors did not lead to heaven,

The few saints among us did not set a precedent,

And the world seeks models in vain.

&#x20;

Chanyuan celestial is fortunate to receive divine revelation,

The image of the Thousand-year World gradually appears before us,

By replicating the civilization of the Thousand-year World, humanity can enter paradise on earth,

The ripe crops will all be gathered into the heavenly granary.

&#x20;

Yet humanity's vision remains confined to three-dimensional space,

Transient desires for wealth and power blind our spiritual eyes,

The entrenched habits of clinging to the past are strong,

They can trample all pioneers underfoot and push them off cliffs.

&#x20;

However, pioneers are pioneers because they carry light in their hearts,

No darkness can obscure the radiance of that light,

The courage of pioneers cannot be stopped,

Even death cannot extinguish the divine light of pioneers.

&#x20;

We set off again towards the sacred mountain, heads held high,

Unafraid of hardships, unafraid of tribulations, we vow to illuminate the world,

Without regrets, without resentment, without attachment, our steps are firm,

The splendor of the Celestials will be spread behind us,

When we reach the summit and look down upon the world,

We will see people below looking up to us in admiration.

&#x20;


---

# 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://en.chanyuan8.org/poems/setting-off-again-towards-the-sacred-mountain.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.
