> 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-variant.md).

# SOR Variant

## Introduction

The term "SOR variant" might refer to a modified or specialized version of a standard Schedule of Rates (SOR). A "variant" implies a deviation or customization from the standard rates to meet specific project requirements, conditions, or unique circumstances. Here are a few scenarios where a SOR variant might be used.

1. Excavation in Foundation&#x20;
2. Ground Floor&#x20;
3. First Floor&#x20;
4. Second Floor&#x20;
5. Third Floor

## Data Table

<table><thead><tr><th width="100">Sr. No.</th><th width="102">Code</th><th>Variant Name</th></tr></thead><tbody><tr><td>1</td><td>EF</td><td>Excavation in Foundation</td></tr><tr><td>2</td><td>GF</td><td>Ground Floor</td></tr><tr><td>3</td><td>FF</td><td>First Floor</td></tr><tr><td>4</td><td>SF</td><td>Second Floor</td></tr><tr><td>5</td><td>TF</td><td>Third Floor</td></tr><tr><td>6</td><td>FP</td><td>Foundation &#x26; Plinth</td></tr><tr><td>7</td><td>SG</td><td>Super Structure (GF)</td></tr><tr><td>8</td><td>SE</td><td>Super Structure (FF)</td></tr><tr><td>9</td><td>SS</td><td>Super Structure (SF)</td></tr><tr><td>10</td><td>ST</td><td>Super Structure (TF)</td></tr><tr><td>11</td><td>NA</td><td>Not Applicable</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 variant.</td></tr><tr><td>2</td><td>Variant Name</td><td>Text</td><td>256</td><td>Yes</td><td>SOR variant name</td></tr></tbody></table>

## Attachments

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


---

# 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-variant.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.
