> For the complete documentation index, see [llms.txt](https://docs.c360.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.c360.org/attendance/taking-attendance/center-attendance/individual-attendance/back-entering-attendance.md).

# Back Entering Attendance

To add retroactive center-based attendance for an individual participant, follow these steps:

1. Access the Constituents Module and search for the participant you want to add attendance for.
2. Once you have selected the participant, click on the "..." button from their profile. This will open a menu of options. From the options, select the first option: "Record Center Attendance." This will open the attendance recording form.

<figure><img src="/files/RLuvLZoanx5khSmzwEIr" alt=""><figcaption><p>Recording retroactive attendance for an individual participant</p></figcaption></figure>

3. In the attendance recording form, set the Center from the top dropdown menu. This is the center where the participant's attendance will be recorded. Configure the date, start time, and end time for the attendance session. You can use the date picker and time input fields to set the desired values. If there is a fee associated with the attendance, select the "Fee?" checkbox and apply the fee amount.
4. Once you have configured all the attendance details, click the "Record Attendance" button to record the retroactive attendance for the participant.

<figure><img src="/files/YZsiQZhb1Uqa06CwemGX" alt=""><figcaption><p>Entering attendance hours</p></figcaption></figure>

If you need to add attendance for additional days, click the "Add Row" button to add another row to the form. Set the date, start time, and end time for each additional day.


---

# 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.c360.org/attendance/taking-attendance/center-attendance/individual-attendance/back-entering-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.
