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

# Overview

> Create and manage support tickets and operational tasks

The Tickets endpoints power the internal support and task queue. Tickets can be associated with client records, carry document attachments, and support collaborative workflows via activity feeds, watchers, and external user access.

<CardGroup cols={4}>
  <Card title="Activities" icon="history" href="/api-reference/tickets/activities">
    Append comments and work log entries to a ticket's activity feed.
  </Card>

  <Card title="Clients" icon="building" href="/api-reference/tickets/clients">
    Link and unlink client records from a ticket.
  </Card>

  <Card title="Documents" icon="file-text" href="/api-reference/tickets/documents">
    Attach, retrieve, update, and remove documents on a ticket.
  </Card>

  <Card title="External Users" icon="users" href="/api-reference/tickets/external-users">
    Add non-platform users to a ticket for visibility or coordination.
  </Card>

  <Card title="SAM Action Logs" icon="list" href="/api-reference/tickets/sam-action-logs">
    Retrieve audit log entries for platform entity actions.
  </Card>

  <Card title="Tickets" icon="ticket" href="/api-reference/tickets/overview">
    Create, list, retrieve, update, merge, and split support tickets.
  </Card>

  <Card title="Watchers" icon="eye" href="/api-reference/tickets/watchers">
    Subscribe and unsubscribe users from ticket notifications.
  </Card>
</CardGroup>
