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

# mapping

> List and inspect mappings that normalize provider data.

Mappings normalize provider data into Machina's canonical schemas.

## Usage

```bash theme={null}
machina mapping list                   # list mappings
machina mapping list --json            # output as JSON
machina mapping get <name>             # get mapping details
```

## Subcommands

| Command              | Description                  |
| -------------------- | ---------------------------- |
| `mapping list`       | List mappings in the project |
| `mapping get <name>` | Show mapping details         |
