# SOR Type

## Introduction

Schedule of Rates (SOR) is a comprehensive list of prices for various construction activities, materials, and services. These rates are categorized based on their nature and usage, and these categories are often referred to as SOR types. The purpose of categorizing rates is to provide a standardized and systematic way of estimating costs for construction projects. There are mainly four types of SORs.

1. Labour
2. Material
3. Machinery
4. Works

## Data Table

<table><thead><tr><th width="105">Sr. No.</th><th width="77">Code</th><th>Name (In English)</th><th>Name (In Local Language)</th></tr></thead><tbody><tr><td>1</td><td>M</td><td>Material</td><td></td></tr><tr><td>2</td><td>L</td><td>Labour</td><td></td></tr><tr><td>3</td><td>E</td><td>Machinery</td><td></td></tr><tr><td>4</td><td>W</td><td>Works</td><td></td></tr></tbody></table>

{% hint style="info" %}
The data given in the table is sample data for reference.
{% endhint %}

## Data Definition

<table><thead><tr><th width="71">#</th><th width="141">Column Name</th><th width="103">Data Type</th><th width="117">Data Size</th><th width="101">Is Mandatory?</th><th>Definition/ Description</th></tr></thead><tbody><tr><td>1</td><td>Code</td><td>Alphanumeric</td><td>64</td><td>Yes</td><td>A unique code that identifies the SOR.</td></tr><tr><td>2</td><td>Name (In English)</td><td>Text</td><td>256</td><td>Yes</td><td>SOR Type in English</td></tr><tr><td>3</td><td>Name (In Local Language)</td><td>Text</td><td>256</td><td>No</td><td>SOR Type in local language</td></tr></tbody></table>

## Attachments

{% file src="/files/0NlJ5rMLPgki3JoMU4iZ" %}


---

# Agent Instructions: 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://docs.digit.org/works/works-v1.0/programmes/muktasoft-v2.0/deployment/configuration/master-data-templates/sor-type.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.
