> For the complete documentation index, see [llms.txt](https://lewe.gitbook.io/rainmeter-skin-grayhound/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewe.gitbook.io/rainmeter-skin-grayhound/installation.md).

# Installation

For the Rainmeter Grayhound Skin to work you need to two products for the installation.

1. [Rainmeter](https://docs.rainmeter.net/)
2. [HWiINFO](https://www.hwinfo.com/)

## HWiINFO

HWiINFO is a popular, free and amazingly detailed hardware information tool for Windows. It digs deep into the guts of your system and extracts all the details it can find. A natural choice and source for Rainmeter skins. I wish the Rainmeter team would support and document it better. Thanks to other Rainmeter skin developers it has been proven as a suitable Rainmeter metering source.

Once you have installed HWiINFO it needs to be started and configured to work with Rainmeter. My documentation below is based on what I found in the [Gadgets](https://www.deviantart.com/silverazide/art/Gadgets-5-4-3-522574269) skin by [SilverAzide](https://www.deviantart.com/silverazide).

[HWiNFO setup for Rainmeter](/rainmeter-skin-grayhound/installation/hwinfo-setup-for-rainmeter.md)

## Rainmeter

Download and install [Rainmeter](https://www.rainmeter.net/). Select to have it start with Windows.

Start Rainmeter manually or restart Windows.

## Grayhound Skin Pack

Download the Grayhound Skin from GitHub. Open the rmskin folder there and download the latest .rmskin file (see link below). Double-click it. Rainmeter will open the file and install it for you.

{% hint style="info" %}
**Grayhound Skin Pack on GitHub**

<https://github.com/glewe/rm-grayhound/tree/master/rmskin>
{% endhint %}


---

# 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://lewe.gitbook.io/rainmeter-skin-grayhound/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.
