# gtx-cli: General Translation CLI tool: Configure URL: https://generaltranslation.com/en-US/docs/cli/configure.mdx --- title: Configure description: Configure your project's GT settings --- ## Usage ```bash npx gtx-cli configure ``` ## Overview The `configure` command helps you configure your project's GT settings. It will create a `gt.config.json` file in the root of your project. The file will contain the following settings: - `defaultLocale`: The default locale for your project. - `locales`: An array of [supported locales](/docs/platform/supported-locales) for your project. - `files`: This is an object that contains information about the content you want to translate. For more specific information about the `gt.config.json` file, please see the [config docs](/docs/cli/reference/config).