> For the complete documentation index, see [llms.txt](https://p1sim.gitbook.io/p1sim-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://p1sim.gitbook.io/p1sim-docs/beau-rivage-and-apex/installation/installation-with-simhub.md).

# Installation with Simhub

<div align="center" data-full-width="false"><figure><img src="/files/0b90jZAVc5NSEqzAnnRG" alt=""><figcaption></figcaption></figure></div>

### <mark style="color:purple;">Download Simhub</mark>

&#x20;<https://www.simhubdash.com/download-2/>

*Simhub is a free software that you can use but for a full experience, you can buy a license.*

{% hint style="info" %}
Benefit of the license

* *Higher refresh rate (60FPS instead of 10FPS)*
* *Automatic game switching*
* *Start minimized*
* *No nag screen*
  {% endhint %}

***

## <mark style="color:purple;">Add your steering wheel to Simhub :</mark>

1. Connect the steering wheel to your PC.
2. In the left-hand column, click on *<mark style="color:blue;">Devices</mark>*

<figure><img src="/files/lolcRBiuAcPmHbYG5Zzi" alt="" width="223"><figcaption></figcaption></figure>

3. Click on "<mark style="color:blue;">Add new device</mark>" (red box)

<figure><img src="/files/U4or3SWTb7xb7YBQ37Pp" alt=""><figcaption></figcaption></figure>

4. Select the Beau Rivage or Apex steering wheel by scrolling through the visuals or type <mark style="color:purple;">P1Sim</mark> (or the name of your steering wheel) in the search bar.

<figure><img src="/files/tLLqr5cOqFrcqnyQgJwY" alt=""><figcaption></figcaption></figure>

5. Then click <mark style="color:blue;">OK</mark> to confirm.
6. When validated, your steering wheel will appear as <mark style="color:green;">"Connected"</mark>.

{% hint style="info" %}
A default Dash will appear on your steering wheel screen.
{% 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://p1sim.gitbook.io/p1sim-docs/beau-rivage-and-apex/installation/installation-with-simhub.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.
