# New-File

> Create a new basic Leaderboards config file.

Create a new basic Leaderboards config file.

By default, the leaderboard will use the name of the file as an id, unless overridden in the json itself.
The schema for the file can be found [here](https://ugs-config-schemas.unity3d.com/v1/leaderboards.schema.json).

Details about the admin api can be found here: [https://services.docs.unity.com/leaderboards-admin/v1/](https://services.docs.unity.com/leaderboards-admin/v1/)

Authentication Required: `No`

```bash
ugs lb new-file <file name>
```

### Arguments

* `<file-name>` The name of the file to create.
