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

# Integration Patterns

> Best practices for integrating Fincept API

# Integration Patterns

Architectural patterns for production integration.

## Pattern 1: API Gateway

```
Client → API Gateway → Fincept API
       ↓
    Rate Limiting
    Key Management
    Response Caching
```

## Pattern 2: Background Workers

```
Web App → Queue → Worker → Fincept API
                    ↓
                 Database
```

## Pattern 3: Microservices

```
Service A → Fincept Pricing Service → Fincept API
Service B → Fincept Risk Service → Fincept API
```

[Learn more →](/advanced-workflows)
