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

# Setting up Wapi.go Application Development Environment

## Initiating a Wapi.go project

### Chat bot

The first step to build a Wapi.go based chat bot is to create a new project. You can do this by running the following command:

```go theme={null}
go mod init <project-name>
go get github.com/wapikit/wapi.go
```

### Other use cases

* You are a developer and want to integrate the whatsapp business API with your existing backend.
* You are a solution partner or a tech partner with WhatsApp and want to access the WhatsApp business API to build a solution for your clients.

<Note> Process to building the application [docs](/guide/building-your-application), for further assistance.</Note>
