> For the complete documentation index, see [llms.txt](https://docs.wirebootstrap.com/query-service/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wirebootstrap.com/query-service/sample-project/running-the-project.md).

# Running the Project

The project source files are located off the installation root in the `\sample` directory.  The instructions below use *Visual Studio Code* to run the project but any web application editor can be used. &#x20;

![Open the Project](/files/dLwGEAvtNWSKnXpr6i5D)

When running the project for the first time,  open a new *Terminal* tab and run the npm `first` script as seen below.

![](/files/-MU-z9QeT0wBWYnKMii3)

The `first` script will install any project dependencies including the *http-server* NPM package.  This package will be used to serve the web application over HTTP.  After installing any dependencies, the `first` script then opens the application in a browser using a default port.

![](/files/-Mbm6Td-l3ELXh95dPVp)

When running the project again, the npm script `start` can be used which also opens the application in a browser but skips the installation of any dependent packages.

See the `package.json` file in the project root for more on these scripts.


---

# 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://docs.wirebootstrap.com/query-service/sample-project/running-the-project.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.
