> 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/works-v1.0/programmes/muktasoft-v2.0/deployment/configuration/master-data-templates/sor-heads.md).

# SOR Heads

## Introduction

SOR heads form the foundational categories that define the rates within a Schedule of Rates (SOR). The specific heads may vary based on implementation, tailored to suit the unique requirements and characteristics of a given project or organization. The main heads are as listed below.

1. Machinery Basic Rate&#x20;
2. Labour Basic Rate&#x20;
3. Material Basic Rate
4. Conveyance
5. Royalty
6. Labour Cess

## Data Table

<table><thead><tr><th width="96">Sr. No.</th><th width="71">Code</th><th>Name (In English)</th><th>In (Local Language)</th></tr></thead><tbody><tr><td>1</td><td>ADC</td><td>Additional Charges</td><td></td></tr><tr><td>2</td><td>DMF</td><td>District mineral fund</td><td></td></tr><tr><td>3</td><td>EMF</td><td>Exploration mineral fund</td><td></td></tr><tr><td>4</td><td>LC</td><td>Labour Cess</td><td></td></tr><tr><td>5</td><td>RA</td><td>Royalty</td><td></td></tr><tr><td>6</td><td>CA</td><td>Conveyance</td><td></td></tr><tr><td>7</td><td>MHA</td><td>Machinery Basic Rate</td><td></td></tr><tr><td>8</td><td>LA</td><td>Labour Basic Rate</td><td></td></tr><tr><td>9</td><td>MA</td><td>Material Basic Rate</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 head.</td></tr><tr><td>2</td><td>Name (In English)</td><td>Text</td><td>256</td><td>Yes</td><td>SOR heads name</td></tr></tbody></table>

## Attachments

{% file src="/files/e9Dy96qr0kwRknO5SzdZ" %}


---

# 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/works-v1.0/programmes/muktasoft-v2.0/deployment/configuration/master-data-templates/sor-heads.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.
