# Printing Check-In Cards

This allows you to generate a batch of check-in cards for a group of participants or create individual cards for specific participants as required. Whether you need to print cards for a large event or for individual participants on demand, the system provides the functionality to accommodate both scenarios efficiently.

## Printing Individual Cards

If you want to print a check-in card for a single participant, open the sidebar for that participant and click on the more icon (represented by three dots) in the actions section. From there, choose the option to print the check-in card.

<figure><img src="https://8956814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3xKFoXko5Bv4gfMw37Of%2Fuploads%2FkUUiASXz2vrzxU0oiSej%2Fimage.png?alt=media&#x26;token=efea597c-f4db-4656-9250-ba4f3039041b" alt=""><figcaption><p>Generating a check-in card for an individual constituent</p></figcaption></figure>

## Batching Printing Cards

From the Constituents Module, search for the Participants you want to print cards for. Use the checkbox in the table results to select which. A sidebar will open allowing you to perform an action on multiple selected Participants. Select the action to print cards.

<figure><img src="https://8956814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3xKFoXko5Bv4gfMw37Of%2Fuploads%2FqsF5BbBwvrcEZgoiyKnh%2FScreenshot%202023-06-22%20135927.png?alt=media&#x26;token=8728bb14-e271-4e24-89e3-efc8a3ee6b0c" alt=""><figcaption><p>Generating check-in cards for multiple constituents</p></figcaption></figure>

## Unique IDs

Every constituent within your database possesses one or more unique IDs. We utilize one of these IDs to generate a barcode that represents their distinct and abbreviated identification. In the event that a barcode is not correctly displayed in the template, please ensure that the constituent has been [assigned a unique ID](https://docs.c360.org/constituents/constituent-details/unique-ids#assigning-ids) before proceeding.

## Template

We have created a simple template that allows you to print the Participant's name along with their barcode for scanning purposes. This template is designed using Microsoft Word and utilizes the Avery Template 5371.

Please note that we are currently working on a feature that will allow you to customize this template according to your preferences.


---

# Agent Instructions: 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:

```
GET https://docs.c360.org/attendance/check-in-cards/printing-check-in-cards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
