# init

```
dapp-launchpad init [PROJECT-NAME]
```

The `init` command initialises a DApp project in a new directory. The new directory has the same name as the project. If a project name is not mentioned, a random one is chosen.

## Options

| Option                  | Description                                                                                                                                             |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `-t, --template [NAME]` | Name of the scaffold template to use; default: "javascript". To get list of available templates, run `list scaffold-templates`. (default: "javascript") |
| `-h, --help`            | display help for command                                                                                                                                |

## Help

To get help, run:

```
dapp-launchpad init -h
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://0xpolygon.gitbook.io/dapp-launchpad/commands/init.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
