# General Translation Platform: Project settings
URL: https://generaltranslation.com/en-US/docs/platform/dashboard/reference/project-settings.mdx
Docs index: https://generaltranslation.com/llms.txt
Description: Project settings control how an individual project appears and how its translations are delivered.

Each project in the Dashboard has its own settings, separate from Organization-wide settings. Use them to rename the project, change its source locale, enable CDN delivery or AI Context, copy the project ID, and delete the project.

## General settings [#general-settings]

- Update the project **display name**. This changes how the project appears in the Dashboard.
- Update the project **source locale**. This changes the language your content is authored in, but does not update existing translations.
- Enable the **CDN setting** to serve translations from a global CDN for faster load times.
- Enable **AI Context**, which uses contextual information to improve AI translation quality

## Project ID [#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=...
```

## Danger zone [#danger-zone]

Permanently delete a project, all its translations, API keys, and data. This cannot be undone.

## Sitemap

See the full [sitemap](https://generaltranslation.com/sitemap.md) for all pages.
