2025-02-13 06:26:19 +00:00
---
2025-07-31 02:50:51 +00:00
title: "Manual Configuration"
2026-03-03 03:48:28 +00:00
description: "Configure Codeflash for your project"
2025-07-31 02:50:51 +00:00
icon: "gear"
2025-08-01 16:27:17 +00:00
sidebarTitle: "Manual Configuration"
2026-01-13 01:05:08 +00:00
keywords:
[
"configuration",
"setup",
"settings",
]
2025-02-13 06:26:19 +00:00
---
# Manual Configuration
Codeflash is installed and configured on a per-project basis.
2026-03-03 03:48:28 +00:00
`codeflash init` should guide you through the configuration process, but if you need to manually configure Codeflash or set advanced settings, follow the guide for your language:
<CardGroup cols={2}>
<Card title="Python Configuration" icon="python" href="/configuration/python">
Configure via `pyproject.toml`
</Card>
<Card title="JavaScript / TypeScript Configuration" icon="js" href="/configuration/javascript">
Configure via `package.json`
</Card>
</CardGroup>