# Project Settings — General (/docs/projects/settings-general)



`/project/{projectId}/project-settings` (the index page under Project
Settings).

Three sections, in order:

## Project Details [#project-details]

| Field            | Notes                                                                  |
| ---------------- | ---------------------------------------------------------------------- |
| Project Name     | 3–30 chars. Shown in the project switcher.                             |
| Project Timezone | One of \~35 IANA zones. Drives scheduling and dashboard date grouping. |

Saves via `PATCH /api/projects/{projectId}`, validated against the
project public schema (extended with the GitHub integration fields).

## App Details [#app-details]

| Field            | Notes                                                                  |
| ---------------- | ---------------------------------------------------------------------- |
| App Name         | 3–30 chars.                                                            |
| App Description  | up to 1000 chars; used by content generation.                          |
| Tagline          | up to 80 chars.                                                        |
| Target Gender    | `all`, `female`, or `male`.                                            |
| Primary Language | one of \~20 languages.                                                 |
| Brand Voice      | `authentic`, `witty`, `professional`, `warm`, `casual`, `educational`. |

Same endpoint and validator as Project Details.

## Delete Project [#delete-project]

Irreversible, immediate deletion. See
[Delete a Project](/docs/projects/delete). There is no archive toggle,
no approval safety rail, no notification routing, no per-project
generation cost cap in the UI.
