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

# Project Home

> The Kodexa Studio Project Home is the central hub for a project, with a card-based layout for resources, executions, configuration, and management tools.

The Project Home is the central hub for a specific project. It presents a card-based layout organized into functional categories, providing quick access to all project configuration, resources, execution, and management tools.

<img className="block dark:hidden" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-home-light.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=fe30b431ecb03674deac8dc4244ddd73" alt="Project Home page showing all card groups: Overview & Control, Resources, Execution & Automation, and Templates & Metadata" width="1440" height="900" data-path="images/studio/project/project-home-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-home-dark.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=8ad839bd8892625040a2d2695f62a09f" alt="Project Home page showing all card groups: Overview & Control, Resources, Execution & Automation, and Templates & Metadata" width="1440" height="900" data-path="images/studio/project/project-home-dark.png" />

## Card Groups

### Overview & Control

<CardGroup cols={2}>
  <Card title="Workspace" icon="table-columns" href="/studio/workspace/overview">
    Open the full workspace for document review, annotation, and AI interaction.
  </Card>

  <Card title="Project Settings" icon="gear" href="/studio/project/settings-and-options">
    Configure project settings and advanced options.
  </Card>
</CardGroup>

### Resources

<CardGroup cols={3}>
  <Card title="Project Resources" icon="boxes-stacked" href="/studio/project/resources">
    View all resources (stores, modules, definitions) associated with this project.
  </Card>

  <Card title="Data Definitions" icon="sitemap" href="/studio/project/data-definitions">
    Define and manage data taxonomies for document extraction.
  </Card>

  <Card title="Data Forms" icon="table-list" href="/studio/project/data-forms">
    Create interactive forms for structured data review and entry.
  </Card>

  <Card title="Service Bridges" icon="bridge" href="/studio/project/service-bridges">
    Configure external API integrations and proxy endpoints.
  </Card>

  <Card title="Task Templates" icon="list-check" href="/studio/project/task-templates">
    Manage reusable task templates for standardized workflows.
  </Card>

  <Card title="Data Flow" icon="diagram-project" href="/studio/project/data-flow">
    Visualize and manage data processing pipelines.
  </Card>
</CardGroup>

### Execution & Automation

<CardGroup cols={2}>
  <Card title="Scheduled Jobs" icon="clock" href="/studio/project/scheduled-jobs">
    Configure scheduled model executions and automated processing.
  </Card>

  <Card title="Scheduled Job History" icon="clock-rotate-left" href="/studio/project/scheduled-job-history">
    View the execution history of scheduled jobs.
  </Card>

  <Card title="Event Activity" icon="bolt" href="/studio/project/event-activity">
    Monitor real-time event processing and execution logs.
  </Card>

  <Card title="Reporting" icon="chart-bar" href="/studio/project/reporting">
    Access project-level analytics and dashboards.
  </Card>
</CardGroup>

### Templates & Metadata

<CardGroup cols={2}>
  <Card title="Metadata" icon="tags" href="/studio/project/metadata">
    Manage project metadata categories and properties.
  </Card>

  <Card title="Create Template" icon="copy" href="/studio/project/creating-templates">
    Package this project as a reusable template.
  </Card>
</CardGroup>

## Project Header

The project home header shows the project name with a back arrow to return to the Organization Home. When you navigate into a sub-view (e.g., Data Definitions), the header updates to show the sub-view name with a breadcrumb back to Project Home.

<img className="block dark:hidden" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-home-light.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=fe30b431ecb03674deac8dc4244ddd73" alt="Project header showing project name, back navigation, and sub-view breadcrumb" width="1440" height="900" data-path="images/studio/project/project-home-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/kodexa/s0CgNICBzXlJtlNW/images/studio/project/project-home-dark.png?fit=max&auto=format&n=s0CgNICBzXlJtlNW&q=85&s=8ad839bd8892625040a2d2695f62a09f" alt="Project header showing project name, back navigation, and sub-view breadcrumb" width="1440" height="900" data-path="images/studio/project/project-home-dark.png" />
