> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tahua.io/knowledge-base/administrator-help-guides/administrator-portal-overview/template-management/template-locking.md).

# Template Locking

Understand when and why templates are locked and what ability you have to change templates when they are locked.

Form Templates in Tahua are locked once they are in use, for example:

* When a registration template is used for an applicant it is locked
* When an application template is used in a funding application it is locked
* When an assessment template is used in an assessment it is locked

This is done to protect the data integrity of the records which are linked to the template. However there is some ability to change certain properties of fields even when the template is locked.

{% stepper %}
{% step %}

### Navigate to the template

Go to Settings > Templates and open the template you want to inspect.
{% endstep %}

{% step %}

### View the template

Click on the View link of the template.

![](/files/94a400753f742d28336643b3937cc7c9c3be195b)
{% endstep %}

{% step %}

### Edit the template

Click on the Edit link in the top right of the template.

![](/files/80e768a64be6aa3af8a06907fa3689fe536956a6)
{% endstep %}

{% step %}

### Inspect and change field properties

Focus on a field that you want to change by clicking on it. The context menu on the left will appear showing properties that can be changed and greying out properties that cannot be changed.

![](/files/430c6a339c5037f2594c12123c4e8d25455868b8)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
NOTE: If you need to make larger changes to the template you will need to restart the process of the template (for example, restart the Grant or Assessment Round).
{% endhint %}


---

# 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://help.tahua.io/knowledge-base/administrator-help-guides/administrator-portal-overview/template-management/template-locking.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.
