UNDERSTANDING_DXP_STRUCTURE.mdā¢748 B
# DXP Quick Reference
## Structure
```
Project (your DXP instance)
āāā Integration (development)
āāā Preproduction (staging)
āāā Production (live)
```
## Environment Names
- **Integration** - Development environment
- **Preproduction** - Staging/testing
- **Production** - Live website
The MCP accepts abbreviations (INT, PREP, PROD) but always use full names in the DXP portal.
## Deployment Flows
- **Code**: Integration ā Preproduction ā Production
- **Content**: Production ā Preproduction ā Integration
## API Keys
One key typically accesses all three environments. Get yours from the [DXP Portal](https://paasportal.episerver.net/).
For multi-project setup, see [Multi-Project Config](MULTI_PROJECT_CONFIG.md).