# Parts Platform Documentation

Use these Markdown guides as the source of truth for operating and extending the Parts Platform.

| Guide | Audience | Purpose |
| --- | --- | --- |
| [Administrator Guide](ADMINISTRATOR_GUIDE.md) | Admin users and operators | How to manage catalog data, orders, customers, content, API tokens, webhooks, and plugin operations from the admin panel. |
| [Developer API Guide](DEVELOPER_API_GUIDE.md) | API and integration developers | API authentication, abilities, endpoints, payloads, errors, webhooks, verification, and troubleshooting. |
| [Plugin Development Guide](PLUGIN_DEVELOPMENT.md) | Plugin developers | How to scaffold, configure, write, secure, test, and deploy Parts Platform plugins. |
| [Deployment Guide](DEPLOYMENT.md) | Operators and release owners | Production deployment hook installation, release flow, and deployment verification. |
| [API Overview](API.md) | Developers | Short API entry point with links to deeper documentation. |

Current platform defaults:

- Default currency: `EUR`
- Default currency override: `PARTS_DEFAULT_CURRENCY`
- Core API prefix: `/api/v1`
- Default plugin API prefix: `/api/v1/plugins/{plugin-slug}`
- Default plugin web prefix: `/plugins/{plugin-slug}`
