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

# Sub projects

### What is a Sub-Project?

A **Sub-Project** is a discrete workflow or business process that operates within a parent Project. Sub-projects encapsulate specific operational areas and serve as the primary unit for configuration, automation, and data management.

**Key Characteristics:**

* Operates within a parent project namespace
* Contains configurable fields, stages, and workflows
* Manages specific business processes or operations
* Supports integration points and external data sources
* Executes business rules through intelligent agents

### Sub-Project Purpose

Sub-projects provide the operational granularity needed to:

* Define specific workflows and processes
* Configure data models and validation rules
* Execute automated business logic
* Track and manage process instances
* Maintain audit trails and work notes

### Sub-Project Examples

#### HR Project Sub-Projects

```
HR Project
├── Employee Management
├── Payroll Management
├── Recruitment
├── Leave Management
└── Performance Management
```

#### Procurement Project Sub-Projects

```
Procurement Project
├── Tender Generation
├── Bids Management
├── Contract Management
├── Vendor Management
└── Project Tracking
```

#### Compliance Project Sub-Projects

```
Compliance Project
├── Party Management
├── Accounts Management
├── Transactions Management
├── Case Management
└── Reports
```
