> 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/implementation/go-live-definition.md).

# Go Live Definition

<table><thead><tr><th width="97">Sr. No.</th><th width="686">Go Live Definition</th></tr></thead><tbody><tr><td>1</td><td>Employee Portal: The list of features which a employee users will be able to perform</td></tr><tr><td>2</td><td>Project: Create, Search, View and Modify a project, download project details PDF</td></tr><tr><td>3</td><td>Estimate: Create, Search, View, and Process the estimate for approval, download estimate PDF </td></tr><tr><td>4</td><td>Estimate: While processing estimate below are the actions enabled based on the role a user has<br>1. Save as Draft<br>2. Submit<br>2. Verify and Forward<br>3. Technical Sanction<br>4. Approve<br>5. Send Back<br>6. Send Back To Originator<br>7. Reject</td></tr><tr><td>5</td><td>Revise Estimate: Create, Search, View, and Process the revise estimate for approval, download deviation statement PDF</td></tr><tr><td>6</td><td>Revise Estimate:<br>1. Save as Draft<br>2. Submit<br>2. Verify and Forward<br>3. Technical Sanction<br>4. Approve<br>5. Send Back<br>6. Send Back To Originator<br>7. Reject</td></tr><tr><td>7</td><td>Work Order: Create, Search, View, and Process the work order for approval, download work order PDF</td></tr><tr><td>8</td><td>Work Order: While processing work order below are the actions enabled based on the role a user has<br>1. Create and Forward<br>2. Verify and Forward<br>3. Approve<br>4. Send Back<br>5. Send Back To Originator<br>6. Reject</td></tr><tr><td>9</td><td>Time Extension: Create, Search, View, and Process the work order for approval</td></tr><tr><td>10</td><td>Time Extension:<br>1. Create and Forward<br>2. Verify and Forward<br>3. Approve<br>4. Send Back<br>5. Send Back To CBO<br>6. Reject</td></tr><tr><td>11</td><td>Measurement Book: Create, Search, View, and Process the measurement book for approval, download MB PDF</td></tr><tr><td>12</td><td>Measurement Book:<br>1. Save as Draft<br>2. Submit<br>3. Verify and Forward<br>4. Approve<br>5. Send Back<br>6. Send Back To Originator<br>7. Reject</td></tr><tr><td>13</td><td>Muster Roll: Search, View, and Process the muster roll for approval, download muster roll PDF</td></tr><tr><td>14</td><td>Muster Roll: While processing muster roll below are the actions enabled based on the role a user has<br>1. Verify and Forward<br>2. Approve<br>3. Send Back<br>4. Send Back To CBO</td></tr><tr><td>15</td><td>Billing: Create, Search, View, and Process the purchase bill for approval</td></tr><tr><td>16</td><td>Billing: While processing purchase bill below are the actions enabled based on the role a user has<br>1. Create and Forward<br>2. Verify and Forward<br>3. Approve<br>4. Send Back<br>5. Send Back To Originator</td></tr><tr><td>17</td><td>Auto creation of wage bill on approval of a muster roll</td></tr><tr><td>18</td><td>Auto creation of supervision bill on approval of a muster roll</td></tr><tr><td>19</td><td>Payment: Search and View Payment Instruction, View PI pending for actions, JIT Integration</td></tr><tr><td>20</td><td>Organization: Create, Search, View, and Modify of organization (CBOs/ Vendors)</td></tr><tr><td>21</td><td>Wage Seeker: Search, View, and Modify of a wage seekers</td></tr><tr><td>22</td><td>Employee/ Users: Create, Search, View, and Modify of employee users with the role mapping</td></tr><tr><td>23</td><td>CBO Portal/ Mobile App: The list of features which a CBO user will be able to perform</td></tr><tr><td>24</td><td>My Work Orders: View, Accept, Decline work order which was awarded to CBO,<br>Engage/ Disengage wage seekers to the work order accepted</td></tr><tr><td>25</td><td>Track Attendance: Track attendance daily, and create weekly muster roll</td></tr><tr><td>26</td><td>Time Extension: Apply for time extension.</td></tr><tr><td>27</td><td>My Muster Rolls: View, and Edit muster roll</td></tr><tr><td>28</td><td>My Bills: View bills</td></tr><tr><td>29</td><td>My Service Request: View time extension request.</td></tr><tr><td>30</td><td>Wage Seeker: Register a wage seeker</td></tr><tr><td>31</td><td>SMS Notifications on various events intimating users about the action completed.</td></tr><tr><td>32</td><td>Application support English and Odiya language.</td></tr><tr><td>33</td><td>UAT feedback is incorporated</td></tr><tr><td>34</td><td>CBO mobile app is released and uploaded on Play Store</td></tr><tr><td>35</td><td>All the application users  role mapping is updated.</td></tr><tr><td>36</td><td>Users training is completed</td></tr><tr><td>37</td><td>Help manuals  are created and shared.</td></tr><tr><td>38</td><td>Help Desk is established and ticketing tools ready to use</td></tr><tr><td>39</td><td>Adoption success metric is defined</td></tr></tbody></table>


---

# 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/implementation/go-live-definition.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.
