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

# How to find out platforms and presets available in a project

Different virtual machine platforms and presets are available for different regions and projects. All supported platforms and presets are listed in [Types of virtual machines and GPUs in Nebius AI Cloud](/compute/virtual-machines/types). If you want to find out what platforms and presets are available in a given project, run the following command:

```bash theme={null}
nebius compute platform list --parent-id <project_ID>
```

In the `--parent-id` parameter, specify the ID of the project for which you want to see the list.
