> ## 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](./types). If you want to find out what platforms and presets are available in a given project or tenant:

<Tabs>
  <Tab title="CLI">
    Run the following command:

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

    In the `--parent-id` parameter, specify the ID of the project or tenant for which you want to see the list.
  </Tab>
</Tabs>
