> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/works/reference-implementations/muktasoft-v2.2/specifications/functional-requirements/user-stories/estimate-template/view-template.md).

# View Template

## Scope

View Template

Home > Search Template> Template Code (Hyperlink) > View Template

## Actors <a href="#actors" id="actors"></a>

State: STATE\_MUKTA\_ADMIN

ULB: MUKTA\_ENG\_ADMIN

## Details <a href="#details" id="details"></a>

1. View Template is provided to view the details of created active/inactive estimate template.
2. To view the template details, template is searched using the search facility and then opened to view the details.
3. The details displayed as given below.

Attributes

<table data-header-hidden><thead><tr><th width="95"></th><th width="133"></th><th></th></tr></thead><tbody><tr><td>Sr. No.</td><td>Field</td><td>Description</td></tr><tr><td>1</td><td>Code</td><td>A unique code generated for template.</td></tr><tr><td>2</td><td>Project Type</td><td>Project type</td></tr><tr><td>3</td><td>Name</td><td>Name given to template.</td></tr><tr><td>4</td><td>Description</td><td>The description, describing the template in detail.</td></tr><tr><td>5</td><td>Is Active</td><td>Status of template, Active/ Inactive.</td></tr><tr><td>6</td><td>SORs</td><td> </td></tr><tr><td>6.1</td><td>Sr. No.</td><td>Serial number.</td></tr><tr><td>6.2</td><td>Sub Type</td><td>SOR sub type</td></tr><tr><td>6.3</td><td>SOR Code</td><td>SOR code</td></tr><tr><td>6.4</td><td>Description</td><td>SOR description</td></tr><tr><td>6.5</td><td>Unit</td><td>Unit of measurement</td></tr><tr><td>7</td><td>Non SORs</td><td> </td></tr><tr><td>7.1</td><td>Sr. No.</td><td>Serial number.</td></tr><tr><td>7.2</td><td>Description</td><td>Non SOR description</td></tr><tr><td>7.3</td><td>Unit</td><td>Unit of measurement</td></tr></tbody></table>

### Actions <a href="#actions" id="actions"></a>

Modify - It takes the user to modify template page.

### Validations <a href="#validations" id="validations"></a>

Not applicable.

### Configuration <a href="#configuration" id="configuration"></a>

Not applicable.

### Notifications <a href="#notifications" id="notifications"></a>

Not applicable.

### User Interface <a href="#userinterface" id="userinterface"></a>

<figure><img src="/files/BKUKyzpGjRCkxZNyxytm" alt=""><figcaption></figcaption></figure>

## Acceptance Criteria <a href="#acceptancecriteria" id="acceptancecriteria"></a>

1. View is as per the the table and wire-frame.
2. Action to modify template is provided.


---

# 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://docs.digit.org/works/reference-implementations/muktasoft-v2.2/specifications/functional-requirements/user-stories/estimate-template/view-template.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.
