> ## Documentation Index
> Fetch the complete documentation index at: https://koreai-content-gov.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Project Settings Overview

Project settings give administrators and developers control over who can access the project, which models and tools are available, how the runtime behaves, and what security and compliance policies the system enforces. The **Settings** section covers membership, API keys, model configuration, runtime tuning, data retention, integrations, agent behavior overrides, PII protection, and channel policies.

To access **Settings**, navigate to your project and select **Settings** from the sidebar.

## Before You Begin

* Most settings pages require **Admin** access. Developers can view settings but can't modify membership, API keys, or security controls.
* Adding project members requires them to exist as workspace members. Only workspace **Owners** and **Admins** can invite new people into the workspace.
* Model configuration requires at least one LLM provider configured at the workspace level under **Admin** → **Models**.
* Git integration requires a repository URL and authentication (SSH key or personal access token) prepared in advance.

## Accessing Project Settings

**Navigation**: **Project** → **Settings**

<CardGroup cols={3}>
  <Card title="General" icon="gear" href="/agent-platform/administration/general-settings">
    Membership, API keys, models, runtime config, data retention, variables, and localization.
  </Card>

  <Card title="Integrations" icon="plug" href="/agent-platform/administration/integrations-settings">
    Git version control and authentication profiles for connectors.
  </Card>

  <Card title="Agent Behavior" icon="comments" href="/agent-platform/administration/agent-behavior-settings">
    Behavior profiles, alerts, human handoff, and agent assist.
  </Card>

  <Card title="Security and Observability" icon="shield-halved" href="/agent-platform/administration/security-observability-settings">
    PII protection, public API access, attachments, and omnichannel.
  </Card>

  <Card title="Catalog" icon="grid-2" href="/agent-platform/administration/catalog-settings">
    Response templates, imported modules, publishing, and trace dimensions.
  </Card>

  <Card title="Advanced" icon="sliders" href="/agent-platform/administration/advanced-settings">
    LLM thinking, task prompts, escalation templates, and project deletion.
  </Card>
</CardGroup>
