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

# Takx Version Command

> Takx Version Command

Use the `takx-version` command to determine the schema versions of the touch adaptation bundle, and the highest schema version of the layouts that are included.

The following table shows the required options for determining the schema versions.

| Options                                 | Description                                                                                      |
| --------------------------------------- | ------------------------------------------------------------------------------------------------ |
| `--takx`<br />`--takx-file <takx-file>` | Path to the touch adaptation bundle to determine the schema version. This parameter is required. |

### Example

Use the following code example to determine the schema versions of the touch adaptation bundle.

```
C:\>tak takx-version --takx-file C:\tmp\MyGameLayouts.takx
Version information for 'MyGameLayouts.takx':
  Version: 1.1.0.0
  Version Name: DLC 1
```

## See also

[Touch Adaptation Kit Command Line Tool (tak.exe)](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line)


## Related topics

- [Pack Command](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-pack-command.md)
- [Touch Adaptation Kit (TAK) command line tool reference](/build/core-features/common/game-streaming/tak-command-line-tool/index.md)
- [Verify command](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-verify-command.md)
- [Unpack Command](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-unpack-command.md)
- [Touch Adaptation Kit Command Line Tool (tak.exe)](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line.md)
