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

# Project Settings

> Configure project name, directory, permissions, and more

Each project in Claude Board represents a codebase that Claude agents work on. Configure projects to match your repository structure and workflow preferences.

## Core Settings

| Setting               | Description                                   |
| --------------------- | --------------------------------------------- |
| **Name**              | Display name shown on the board               |
| **Slug**              | URL-safe identifier, auto-generated from name |
| **Working Directory** | Absolute path to the project's codebase       |
| **Avatar**            | Optional project icon or image                |

<Warning>The working directory must exist and be accessible by the process running Claude Board. Claude agents read and write files in this directory.</Warning>

## Permission Mode

Controls how Claude handles tool permissions. See [Permissions](/configuration/permissions) for details.

| Mode              | Behavior                                       |
| ----------------- | ---------------------------------------------- |
| **Auto Accept**   | Claude uses all tools without confirmation     |
| **Allowed Tools** | Only specified tool categories are permitted   |
| **Default**       | Uses Claude CLI's built-in permission behavior |

## Allowed Tools

When using **Allowed Tools** mode, specify which tool categories Claude may use:

* `Read` — read file contents
* `Edit` — modify files
* `Write` — create new files
* `Bash` — run shell commands
* `Glob` — search file patterns
* `Grep` — search file contents

## Additional Settings

<AccordionGroup>
  <Accordion title="Auto-Queue">
    Enable automatic task execution and set max concurrent agents (1–5). See [Auto-Queue](/features/queue).
  </Accordion>

  <Accordion title="Git Automation">
    Configure auto-branch creation, auto-PR, and base branch. See [Git Automation](/features/git-automation).
  </Accordion>

  <Accordion title="Webhooks">
    Add notification endpoints for task events. See [Webhooks](/features/webhooks).
  </Accordion>

  <Accordion title="Context Snippets">
    Define project rules injected into every prompt. See [Snippets](/features/snippets).
  </Accordion>

  <Accordion title="Prompt Templates">
    Create reusable prompt patterns. See [Templates](/features/templates).
  </Accordion>
</AccordionGroup>

## Editing a Project

Click the gear icon on the project dashboard to open settings. Changes are saved immediately. Changing the working directory does not affect running tasks — only new agent sessions use the updated path.
