# create_new

> **Function** in `langgraph_cli`

📖 [View in docs](https://reference.langchain.com/python/langgraph-cli/templates/create_new)

Create a new LangGraph project at the specified PATH using the chosen TEMPLATE.

## Signature

```python
create_new(
    path: str | None,
    template: str | None,
) -> None
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `path` | `str \| None` | Yes | The path where the new project will be created. |
| `template` | `str \| None` | Yes | The name of the template to use. |

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/0a26b471d34da94186bee8c48d0c463b5a3bd0a0/libs/cli/langgraph_cli/templates.py#L128)