> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clickterm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# End users

> View all users who have interacted with your digital agreements, including their acceptance history and session metadata.

The **End Users** page displays all users who have interacted with your digital agreements through ClickTerm. Each entry represents a single end user, along with their acceptance history, template versions, and metadata provided by your integration.

<Frame caption="End users page">
  <img src="https://mintcdn.com/clickterm/Tkp_GRyJwpuLYp7_/product/images/end-users-page.webp?fit=max&auto=format&n=Tkp_GRyJwpuLYp7_&q=85&s=6b134e5906f3926a0d44b096a93fe137" alt="End users page" width="3226" height="1912" data-path="product/images/end-users-page.webp" />
</Frame>

This page helps you understand which templates an end user has seen, which versions they have interacted with, and whether they have accepted or declined any agreements.

## End user cards

<Frame caption="End user card">
  <img src="https://mintcdn.com/clickterm/Tkp_GRyJwpuLYp7_/product/images/end-user-card.webp?fit=max&auto=format&n=Tkp_GRyJwpuLYp7_&q=85&s=7649e0d79628203be3a2d1cfdb1d8393" alt="End user card" width="3538" height="456" data-path="product/images/end-user-card.webp" />
</Frame>

For each end user, the page shows:

* **End User ID**
* Which templates they interacted with
* Which versions of the document were used
* Latest event status (e.g., Accepted, Declined)
* Latest event date
* The template's associated app (integration name)

If multiple events are available for the user inside one agreement, the card displays the most recent one. You can expand the list to see all events for that agreement (e.g., accepting previous versions).

For each agreement, you can see key information about the user if it was provided by your integration with [placeholders](/product/templates/placeholders) (like Full Name, Company Name, Job Title). These values come from placeholders populated in your clickwrap session payload. If your integration does not provide certain fields, they will not be shown.

<Info>
  **For developers:**

  * Each user corresponds to an `endUserId` in the API
  * Events shown here match entries from the API (`clickwrapEventId`)
  * Placeholder values come from your clickwrap session payload
  * Version numbers map directly to the Clickwrap Templates page
</Info>

## Related

<CardGroup cols={2}>
  <Card title="Clickwrap events" icon="list-check" iconType="light" href="/product/consent/clickwrap-events">
    View detailed event logs and download certificates.
  </Card>

  <Card title="Placeholders" icon="brackets-curly" iconType="light" href="/product/templates/placeholders">
    Configure dynamic fields for end user data.
  </Card>
</CardGroup>
