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

# Core concepts

> Understanding the fundamental concepts of Pike

Welcome to the core concepts guide for Pike. This page will help you understand the fundamental building blocks of our platform.

## Workspace

A workspace is your organization's primary container in Pike. It's where all your projects, teams, and resources are managed.

<CardGroup cols={2}>
  <Card title="Projects" icon="cube" iconType="solid" href="/project/overview">
    Learn about project structure and management
  </Card>

  <Card title="Teams" icon="users" iconType="solid" href="/workspace/teams">
    Understand team organization and roles
  </Card>
</CardGroup>

## Task Management

Tasks are the fundamental units of work in Pike. They help you track and manage work items effectively.

<CardGroup cols={2}>
  <Card title="Task Properties" icon="list-check" iconType="solid" href="/tasks/properties">
    Learn about task attributes and properties
  </Card>

  <Card title="Task Views" icon="table-cells" iconType="solid" href="/tasks/views">
    Explore different ways to view and manage tasks
  </Card>
</CardGroup>

## Resource Management

Effective resource management is crucial for project success.

<CardGroup cols={2}>
  <Card title="Members" icon="user" iconType="solid" href="/members/overview">
    Learn about member management
  </Card>

  <Card title="Roles" icon="user-tag" iconType="solid" href="/workspace/roles">
    Understand role-based access control
  </Card>
</CardGroup>

## Financial Management

Manage your organization's finances effectively with Pike's financial tools.

<CardGroup cols={2}>
  <Card title="Invoicing" icon="file-invoice-dollar" iconType="solid" href="/finance/invoicing">
    Learn about invoice creation and management
  </Card>

  <Card title="Financial Overview" icon="chart-line" iconType="solid" href="/finance/overview">
    Understand financial reporting and analytics
  </Card>
</CardGroup>
