> 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/platform/architecture/low-level-design/services/attendance.md).

# Attendance

## Overview

Attendance service allows users to maintain attendance registers, enrol individuals, create, update or search attendance logs and manage staff permissions.

## API Specifications

**Base Path:** /attendance/

### API Contract Link

{% embed url="<https://editor.swagger.io/?url=https://raw.githubusercontent.com/egovernments/DIGIT-Works/master/backend/attendance/Attendance-Service-1.0.0.yaml>" %}

## Data Model

### DB Schema Diagram

<figure><img src="/files/oroik7MKotdEhu6yK4Ik" alt=""><figcaption></figcaption></figure>

## Web Sequence Diagram

#### Attendance Register

{% tabs %}
{% tab title="Create" %}

<figure><img src="/files/8pxEGQwn6ZeqeGbJvOIR" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Update" %}

<figure><img src="/files/tT0l6CYYUIR9BpTWlNbb" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Search" %}

<figure><img src="/files/vQmQRDvoWuqz1PmBWRc6" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

#### Staff

{% tabs %}
{% tab title="Create" %}

<figure><img src="/files/E3Egd8IyW0x5sCxdU2Mt" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Update/Delete" %}

<figure><img src="/files/geROCOoQeePAsOMhH7QL" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

#### Attendee

{% tabs %}
{% tab title="Create" %}

<figure><img src="/files/8APpIKHiklJDe4KvDVt7" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Delete" %}

<figure><img src="/files/v41FJ97SN0JWskS7NSmT" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

#### Attendance Log

{% tabs %}
{% tab title="Create" %}

<figure><img src="/files/Kr5xUk8sooW3oObzHggf" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Update" %}

<figure><img src="/files/P1eWVlEgRzPiYVP52t9p" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Search" %}

<figure><img src="/files/CynP3Nc00k5m7iJd4ZTO" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

## Related Topics

* [Functional specifications - Attendance](/works/specifications/functional-specifications/attendance-management.md)
* [Attendance module service configuration](/works/setup/configure-works/service-configuration/attendance.md)
* [Attendance UI configuration](/works/reference-implementations/muktasoft-v2.2/deployment/configuration/ui-configuration/modules/attendance-cbo-application.md) - for MuktaSoft
* [Attendance employee user manual](/works/reference-implementations/muktasoft-v2.2/implementation/training-resources/user-manual/mobile-application-user-manual/cbo-getting-started/track-attendance.md) - for MuktaSoft


---

# 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/platform/architecture/low-level-design/services/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.
