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

# Models

> Open-Source Unified Models

## Generic

<CardGroup cols={2}>
  <Card title="Contact" icon="user-group" iconType="duotone" href="./genericContact">
    An external person to the connected workspace.
  </Card>

  <Card title="Company" icon="building" iconType="duotone" href="./genericCompany">
    An external company to the connected workspace.
  </Card>

  <Card title="User" icon="users-medical" iconType="duotone" href="./genericUser">
    An internal person of the connected workspace.
  </Card>

  <Card title="Workspace" icon="network-wired" iconType="duotone" href="./genericWorkspace">
    The connected workspace.
  </Card>
</CardGroup>

## CRM

<CardGroup cols={2}>
  <Card title="Opportunity" icon="badge-dollar" iconType="duotone" href="./crmOpportunity">
    A sales opportunity or deal.
  </Card>

  <Card title="Pipeline" icon="square-kanban" iconType="duotone" href="./crmPipeline">
    A sales pipeline containing stages.
  </Card>

  <Card title="Stage" icon="flag-pennant" iconType="duotone" href="./crmStage">
    A stage within a sales pipeline.
  </Card>

  <Card title="Engagement" icon="comments" iconType="duotone" href="./crmEngagement">
    A record of interactions with contacts, companies, and opportunities.
  </Card>
</CardGroup>

## Ticketing

<CardGroup cols={2}>
  <Card title="Project" icon="folder" iconType="duotone" href="./ticketProject">
    A project, database or workspace that contains and organizes tickets/issues.
  </Card>

  <Card title="Issue" icon="ticket" iconType="duotone" href="./ticketIssue">
    A support ticket, task or issue that can be tracked and managed.
  </Card>

  <Card title="Comment" icon="comments" iconType="duotone" href="./ticketComment">
    A pubilc or private comment or update on an issue.
  </Card>
</CardGroup>

## Scheduling

<CardGroup cols={2}>
  <Card title="Calendar" icon="calendar" iconType="duotone" href="./scheduleCalendar">
    A calendar that contains events and can be used for scheduling.
  </Card>

  <Card title="Event Type" icon="calendar-lines" iconType="duotone" href="./scheduleEventType">
    A template for scheduling events with predefined settings.
  </Card>

  <Card title="Event" icon="calendar-day" iconType="duotone" href="./scheduleEvent">
    A scheduled event or meeting.
  </Card>
</CardGroup>

## Accounting

<CardGroup cols={2}>
  <Card title="Invoice" icon="file-invoice-dollar" iconType="duotone" href="./accountingInvoice">
    A bill or invoice issued to a customer for products or services.
  </Card>

  <Card title="Invoice Item" icon="list" iconType="duotone" href="./accountingInvoiceItem">
    A line item within an invoice detailing specific charges.
  </Card>
</CardGroup>

## Widget

<CardGroup cols={2}>
  <Card title="Card View" icon="rectangle-history-circle-user" iconType="duotone" href="./widgetCardView">
    A widget that dispaly contextual data from your application into the native interface of supported connectors.
  </Card>
</CardGroup>

## ATS

<CardGroup cols={2}>
  <Card title="Job" icon="briefcase" iconType="duotone" href="./atsJob">
    A job position that candidates can apply for.
  </Card>

  <Card title="Application" icon="file-signature" iconType="duotone" href="./atsApplication">
    A job application submitted by a candidate.
  </Card>

  <Card title="Application Stage" icon="diagram-next" iconType="duotone" href="./atsApplicationStage">
    A stage in the application process.
  </Card>

  <Card title="Offer" icon="handshake" iconType="duotone" href="./atsOffer">
    A job offer proposition made to a candidate for an application.
  </Card>
</CardGroup>

## Telephony

<CardGroup cols={2}>
  <Card title="Call" icon="phone" iconType="duotone" href="./telephonyCall">
    A phone call record with participants and recording details.
  </Card>

  <Card title="Call Transcript" icon="file-lines" iconType="duotone" href="./telephonyCallTranscript">
    A transcript of a recorded phone call with speaker information.
  </Card>
</CardGroup>
