> 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/implementation/training-resources/user-manual/web-application-user-manual/registries/schedule-of-rates/rates.md).

# Rates

## **Search Rate**

Home Page → Schedule of Rates&#x20;

(Select the Module Name "Schedule of Rates" and Master Name  "Rates")

The "Search Rate" functionality enables users to search for the rate of a particular Schedule of Rates (SOR) and subsequently open it to access and view detailed information. This feature streamlines the process of locating and reviewing specific SORs rate within the system.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXeW_PnwipHNDlX5rW_SduxNEq0aUXB5fVY9Z1Pf1FuPjK2bGjmQuO-_AncmWo3btXL7hB6NMPpspqBOdG33h6WTVzMre4P3gIB1yDQBiirgS42EEcVN0Xz1yzOQvn9RyN4BhKNOxhE63oGuvY-QyhoQkA?key=3EUJoyAOI7dmW2nyiqGGsA" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXftvkYOapey7wMBi66NSeyjvDYbkZsDt2-vR3rv8EUXuYlT5Q1SrRVSO-HyCfHgA8cx7gapuDdYtNS1-yW1HgEGCQ0N2flph0G0IjeRlEjuHUMnNTjx7Mh-HuafM8vbq72x9ByBRE0pXbc4a4Ng7rA6Tw?key=3EUJoyAOI7dmW2nyiqGGsA" alt=""><figcaption></figcaption></figure>

## **View Rate**

The "View Rate" feature empowers users to access and review the details of a specific Schedule of Rates (SOR) rate. This functionality provides a comprehensive view, allowing users to examine and understand the specifics of the rate structure.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdSBSpOengPNgFiTQmOnJWQzE_j5n5Hklcuv1Hn2iLTKzPo5YBbHJq5tz-b_sa1skUihi1AJlNJWS7f5yyyKNG0GUYliDs-JuoUwHe2vqp1aBjh199-1s8oTG8k3mHjt6Z4ZSPQxxYXF_aXKt2vxI7yIw?key=3EUJoyAOI7dmW2nyiqGGsA" alt=""><figcaption><p>View SOR Rate</p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXfeZeLquEhtZgKnfAqAU3Kh9rXmmwXSqcxs4oZNCBht472bJn6QUNZiktXByVWnPxIMBsbo9bdLeWgaZ7sZqS70qBTWWMwnc3XGnJUcIb0dEuMhvJt7Z8LYuBXF1ekBUTbSScwtAey9FyiLs1Mpw0tThyY?key=3EUJoyAOI7dmW2nyiqGGsA" alt=""><figcaption><p>View SOR Rate</p></figcaption></figure>

## **Add Rate**

The "Add Rate" feature empowers users to add a rate to an SOR with a future effective-from date and closes the existing rate by updating its effective-to date to one day before the newly added rate effective-from date.

1. From the search rate page, click on 'Add Master Data'.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdIuO8_DzMpyiMoJF0CwBfLltpaHp7h7Jukn3nVBqJqZkD3RcMGaZACxAA4vUodZIhu4KtFGFJfwveLs29AUuOgWugQYy3ClhcNXth9_9YPtdKR4UY1ae5oPgZS8iSY4MCg58P0pqmXoz27QBkLvRv9Xag?key=3EUJoyAOI7dmW2nyiqGGsA" alt=""><figcaption><p>Add New Rate</p></figcaption></figure>

2. Enter an SOR Code to which a rate needs to be added.
3. Add the head wise rate using “add Amount Details”
4. Enter the consolidated amount into the rate field and click 'Add Data'.
5. Rate is added and the success page is displayed.

## **Edit Rate**

The "Edit Rate" feature enables users to edit the existing rate with the same effective-from date. This helps users correct any rate they entered incorrectly.

To edit the rate, select 'Edit Rate' from the view rate page.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdLokOTtxmSgCU3SN6vcV9nFvL4AUN3LF3HNQAA2i9zzmcNr9QRHAy2QStPkzxMunKatnZxCfvAxPhmY72C51MnB6t9DsBQZdLS_HZmJyiHilrdRBZfID2TYWpR3U0KR-aKwQj4ycSuHtXDRQArQoM2Tgc?key=3EUJoyAOI7dmW2nyiqGGsA" alt=""><figcaption><p>Edit SOR Rate</p></figcaption></figure>

It opens the rate in edible mode, the user can make the changes in the existing rates, add/remove a head and then save. System makes the existing rate inactive and adds a new one with the same “effective from” date.


---

# 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/implementation/training-resources/user-manual/web-application-user-manual/registries/schedule-of-rates/rates.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.
