If you need to create reports for billing, accounting, or business analysis, you can export customer and resource usage data from Plesk.

### Exporting via Plesk Interface

1. Log in to **Plesk**.
2. Go to **Customers** or **Subscriptions**.
3. Plesk does not have a built-in CSV/PDF export for customer lists.
4. Alternative: Use the Plesk CLI or API to generate reports.

### Using Plesk API for Reports

The Plesk XML API can retrieve customer and subscription data programmatically:

- API endpoint: `https://yourserver:8443/enterprise/control/agent.php`
- Use the `customer` and `subscription` API requests to retrieve data.
- Contact your hosting provider or Plesk documentation for API details.

### Important Notes

- For detailed billing reports, consider integrating Plesk with a billing system (WHMCS, Blesta, etc.).

### Troubleshooting

**Need automated reporting:**

- Consider using the Plesk API with a custom script, or integrate with a billing platform.

### Related Guides

- [Usage summaries](/hc/help/en/articles/how-to-generate-plesk-customer-usage-summaries)
- [Traffic reports](/hc/help/en/articles/how-to-view-plesk-reseller-traffic-reports)
- [Disk-space reports](/hc/help/en/articles/how-to-view-disk-space-usage-reports-in-plesk)