> 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/workspace/schema-templates/configure-schema-template-guidelines.md).

# Configure Schema Template Guidelines

Add schema and field notes that policy developers see after a template is applied.

### Prerequisites

* The user has permission to update schema templates.
* A draft schema template exists.
* The schema template has at least one template schema.

### Steps

1. Open the Schema Templates grid.

   Select the template that should provide guidance to policy authors or reviewers.
2. Open the template configuration.

   The template configuration page shows template-level details, the schema list, selected schema settings, and selected field settings.
3. Select a schema.

   In **Selected schema settings**, use **Guidelines** to describe how the schema should be used after the template is applied. These notes can explain the intended data source, review expectations, naming conventions, or any methodology-specific guidance.
4. Select a field.

   In the field settings panel, use **Guidelines** under **Can edit selected field** to describe how the field should be filled, reviewed, or interpreted.
5. Save the template configuration.

   The guidelines are stored in the template configuration with the schema and field restrictions.
6. Apply the schema template to a draft policy.

   Guardian copies the template schemas into the policy and stores the current template configuration in the policy snapshot.
7. Open the policy schema editor.

   Schema guidelines appear with the schema properties. Field guidelines appear in the selected field panel.

### Result

The applied policy shows the template author's schema and field guidance while keeping the existing template restrictions. Exported and imported templates keep the guidelines because they are part of the template configuration.

### Related

* Concept: [Schema Templates](/docs/develop/guardian/workspace/schema-templates.md)
* Task: [Create a Schema Template](/docs/develop/guardian/workspace/schema-templates/create-a-schema-template.md)
* Task: [Apply a Schema Template](/docs/develop/guardian/workspace/schema-templates/apply-a-schema-template.md)


---

# 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://guardian.hedera.com/docs/develop/guardian/workspace/schema-templates/configure-schema-template-guidelines.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.
