> For the complete documentation index, see [llms.txt](https://guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guardian.hedera.com/docs/develop/guardian/community-standards/documentation-standards/page-templates/guide-template.md).

# Guide Template

{% hint style="info" %}
**Guide Template**\
Use for: multi-phase walkthroughs toward a larger goal — deploying Guardian to production, digitizing a methodology, authoring and publishing a policy. Guides are longer than task pages and are organized into named parts with checkpoints. Each step within a part follows the same conventions as the task template. Guides live in the Guides tab, not the Docs tab.

**Guide Page Title:** *Name the goal, not the tool — e.g. "Digitize a Verra VCS methodology", "Deploy Guardian to production", "Author and publish your first policy"*
{% endhint %}

***

One sentence. Name the role and what they will have accomplished by the end. Example: By the end of this guide, you will have a published Policy Integrity Test running against your policy on mainnet.

#### Who this guide is for

One sentence naming the role and the context in which they would use this guide.

#### What you will accomplish

* Outcome one
* Outcome two
* Outcome three

#### Before you start

* Prerequisite one
* Prerequisite two
* Link to any concept pages the reader should understand first

***

#### Part 1: Name of the first major phase

Brief orientation sentence for this part — what it covers and why it comes first.

**Step 1.1 — Action**

What to do and why, in plain language.

**Step 1.2 — Action**

***

**Checkpoint**

What the reader should have or see at this point before moving on.

***

#### Part 2: Name of the second major phase

Brief orientation sentence.

**Step 2.1 — Action**

**Step 2.2 — Action**

***

**Checkpoint**

What the reader should have or see at this point.

***

#### Next steps

Where to go from here.

* Guide: the natural follow-on guide
* Task: a specific task introduced in this guide

#### Related

* Concept: background reading
* Reference: specs referenced in this guide


---

# 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://guardian.hedera.com/docs/develop/guardian/community-standards/documentation-standards/page-templates/guide-template.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.
