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

# First configuration

> CodeBeaver Cloud can auto-configure your repo

CodeBeaver looks for a `codebeaver.yml` configuration file in your repository's root directory. If no configuration file is present, CodeBeaver will:

1. Analyze your codebase structure
2. Generate an appropriate `codebeaver.yml` file
3. Include this file in its initial pull request
4. Use this configuration for subsequent operations

For projects following standard structures (e.g., Python projects using pytest or React projects using Jest), the auto-generated configuration typically provides sufficient functionality, using [templates](#using-templates). You can then customize the configuration to your needs.

> Having issues with the first configuration? [Join our Discord](https://discord.gg/4QMwWdsMGt)
