> For the complete documentation index, see [llms.txt](https://pinpoint-apm.gitbook.io/pinpoint/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pinpoint-apm.gitbook.io/pinpoint/v2.3.0/getting-started/quickstart/quickstart.win.en.md).

# quickstart.Win.en

## Starting

Download Pinpoint with `git clone https://github.com/pinpoint-apm/pinpoint.git` or [download](https://github.com/pinpoint-apm/pinpoint/archive/master.zip) the project as a zip file and unzip.

Install Pinpoint by running `mvnw.cmd install -DskipTests=true`

### Notice

If you run QuickStart's cmd file on Windows, you must run it at `quickstart\bin` directory.

If you want to run it in a different directory, you need to set the absolute path of the `quickstart\bin` directory in the `QUICKSTART_BIN_PATH` environment variable.

### Install & Start HBase

Download `HBase-1.0.x-bin.tar.gz` from [Apache download site](http://apache.mirror.cdnetworks.com/hbase/)) and unzip it to `quickstart\hbase` directory.

Rename the unzipped directory to `hbase` so that the final HBase directory looks like `quickstart\hbase\hbase`.

**Start HBase** - Run `start-hbase.cmd`

**Initialize Tables** - Run `init-hbase.cmd`

### Start Pinpoint Daemons

**Collector** - Run `start-collector.cmd`

**TestApp** - Run `start-testapp.cmd`

**Web UI** - Run `start-web.cmd`

### Check Status

Once HBase and the 3 daemons are running, you may visit the following addresses to test out your very own Pinpoint instance.

* Web UI - <http://localhost:28080>
* TestApp - <http://localhost:28081>

You can feed trace data to Pinpoint using the TestApp UI, and check them using Pinpoint Web UI. TestApp registers itself as *test-agent* under *TESTAPP*.

## Stopping

**Web UI** - Run `stop-web.cmd`

**TestApp** - Run `stop-testapp.cmd`

**Collector** - Run `stop-collector.cmd`

**HBase** - Run `stop-hbase.cmd`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://pinpoint-apm.gitbook.io/pinpoint/v2.3.0/getting-started/quickstart/quickstart.win.en.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
