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

# Configure

> Configure your Plude environment settings.

Every environment in Plude has a set of configurations that you can adjust to fit your needs. This guide will help you understand the different settings available and how to configure them.

```json theme={null}
{
  "Handles": {
    "InvoicePrefix": "INV-H000{counter}",
    "CustomerPrefix": "CUS-{counter}",
    "SubscriptionPrefix": "SUB-{counter}"
  },
  "Invoice": {
    "Seed": 0
  },
  "PaymentTerm": {
    "DefaultTerm": "NET-14"
  }
}
```

## Configurable settings

### Handles

### Invoice seeding

### Default payment terms

You can set the default payment term for invoices in your environment. The default term is used when creating new invoices if no term is specified.

Read more about payment terms in the [Payment Terms](/invoicing/payment-terms#payment-terms) guide.
