# General Translation Platform: Settings URL: https://generaltranslation.com/en-GB/docs/platform/projects/settings.mdx --- title: Settings description: Configure project details and project-level behaviour --- Use project Settings to manage the project name, copy the project ID, and configure project-level behaviour. ## General settings Update the project's display name from the general settings card. This changes how the project appears in the dashboard. ## Project ID The project ID is read-only and can be copied from Settings. Use it in SDK, CLI, and CI configuration when a workflow needs to target a specific project. ```bash GT_PROJECT_ID=... ``` ## CDN Enable the CDN setting when your application should load translations from the General Translation CDN. Disable it when your project should not publish translations through CDN delivery. ## AI Context Enable AI Context when generated translations should use contextual information to improve translation quality. This setting works alongside the project's assigned [context groups](/docs/platform/context). ## Danger zone Project Settings includes destructive actions, such as deleting the project. Deleting a project removes its dashboard configuration and translation data. ## Next steps * [Context groups](/docs/platform/context) * [API keys](/docs/platform/api-keys) * [Locadex Agent](/docs/locadex)