> 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/installation.md).

# Installation

The installation of the WireBootstrap Query Service can be downloaded from [here](https://www.wirebootstrap.com/products/query-service.html).  The service is installed as a Windows service on the target machine.

## Credentials

The *Service Id* and *Secret Key* are API credentials that need to be supplied when making calls to a given query service instance.  They are also needed to log into the [WireBootstrap Query Service Administration](/query-service/administration.md) application.

![Service Credentials](/files/-MTsKDJtK_dHXjTPCuZP)

## Service Port

![Port Listener](/files/-MTsKJLd6gR1x3yLB1JS)

The TCP port on which the query service will listen for requests from clients can be changed as part of the installation.  By default, the service listens on port `1895`.

{% hint style="info" %}
When upgrading to a new version, the *Service Id*, *Secret Key*, and *Port* are not used.  The existing values are preserved and continue to be valid.
{% endhint %}

## Admin

Once the installation has completed, the local browser will be opened to the [WireBootstrap Query Service Administration](/query-service/administration.md) application where service configurations including connections to data can be created and managed.  Use the *Service Id* and *Secret Key* specified during the installation to login.

![WireBootstrap Query Service Administration](/files/-MTuUe3bdJgM9hhzDEMr)


---

# 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/installation.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.
