> 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/mobile-application-user-manual/cbo-getting-started/track-attendance.md).

# Track Attendance

On this page:

* [View and track attendance](#_var757wwyof6)

## Track Attendance <a href="#var757wwyof6" id="var757wwyof6"></a>

Track attendance service allows the CBO user to capture the daily attendance of the wage seekers at work. During the weekend, it generates a muster roll and submits it for verification and approval to the ULB employees.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/1KbKBnsfIFoshKMeH1V8" alt=""></td><td><p>To view and track attendance:</p><p><mark style="color:red;"><strong>Step 1:</strong></mark> Click on the <strong>Track Attendance</strong> option on the homepage. The page displays the different attendance registers.</p></td><td></td></tr><tr><td><img src="/files/csUY6EVuMLcUKTe7uuEe" alt=""></td><td><mark style="color:red;"><strong>Step 2:</strong></mark> Click on <strong>Update Attendance</strong> to view the individual attendance and mark attendance for the week.</td><td></td></tr><tr><td><img src="/files/ZRIxPVYjGir49Z0UONpB" alt=""></td><td><mark style="color:red;"><strong>Step 3:</strong></mark> In the <strong>Mark Attendance for the Week</strong> field - select the week for which attendance is to be marked. This shows the list of wage seekers engaged for the selected week with the option to mark attendance.</td><td></td></tr><tr><td><img src="/files/pfCkjSnOxrWNdBCLahHj" alt=""></td><td><p><mark style="color:red;"><strong>Step 4:</strong></mark> Mark the attendance and click on <strong>Save as Draft</strong> to save details. </p><p><mark style="color:red;"><strong>Step 5:</strong></mark> Once the attendance is marked for the week, click on <strong>Submit for Approval</strong>. This generates the muster roll and sends it for verification and approval.</p></td><td></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/reference-implementations/muktasoft-v2.2/implementation/training-resources/user-manual/mobile-application-user-manual/cbo-getting-started/track-attendance.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.
