> ## Documentation Index
> Fetch the complete documentation index at: https://docs.helloleo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Project Settings

> Configure your project settings

Project settings let you configure how your project works and what Leo knows about it.

## Accessing Settings

Click the project name in the header, then select:

* **Project Settings** - General project configuration
* **Project Integrations** - Manage connected tools
* **Project Memories** - Store important context

## Project Settings Tab

### General

* **Project Name** - Change your project's name
* **Description** - Update what your project does
* **Repository URL** - Connect or change Git repository

### Deployment

* **Subdomain** - Set a custom subdomain
* **Custom Domain** - Configure your own domain
* **Privacy** - Make project private or public

### Environment Variables

* **Add Variables** - Store frontend configuration (public API keys, URLs)
* **Frontend Only** - Variables are exposed to browser code
* **Access in Code** - Use variables in your frontend project
* **For Secrets** - Use [Project Integrations](#integrations-tab) for secure credential storage

## Integrations Tab

Connect external tools to your project:

* **Add Integration** - Connect Odoo, Airtable, Notion, etc.
* **Configure Credentials** - Enter API keys and connection details
* **Enable/Disable** - Turn integrations on or off
* **Test Connection** - Verify integrations work

See [Working with Integrations](/integrations/working-with-integrations) for details.

## Memories Tab

Memories help Leo understand your project better:

* **Add Memory** - Store important context
* **Project-Specific** - Memories apply to this project only
* **Persistent** - Leo remembers across conversations
* **Examples** - "Always use dark mode", "Use French language"

See [Project Memories](/features/project-memories) for more details.

## Git Integration

### Repository Info

* **Current Branch** - See which branch you're on
* **Sync Status** - Check if you're ahead/behind remote
* **Recent Commits** - View version history

### Git Operations

* **Change Branch** - Switch between branches
* **Connect Repository** - Link a Git repository
* **Pull Changes** - Get updates from remote
* **Push Changes** - Send your code to remote

See [Git Integration](/features/git-integration) for details.

<CardGroup cols={2}>
  <Card title="Integrations" icon="plug" href="/integrations/overview">
    Learn about available integrations
  </Card>

  <Card title="Memories" icon="brain" href="/features/project-memories">
    Store important context for Leo
  </Card>
</CardGroup>
