# F1 23

## Connection Method

**UDP** — F1 23 sends telemetry data over UDP.

* **Default IP**: `127.0.0.1`
* **Default Port**: `20777`

## Setup Steps

1. Launch **F1 23**.
2. Go to **Options > Settings > Telemetry Settings**.
3. Select the following settings:
   * **UDP Telemetry**: On
   * **UDP IP Address**: `127.0.0.1`
   * **UDP Port**: `20777`
   * **UDP Send Rate**: 120Hz
   * **UDP Format**: 2023
4. Save the settings.
5. In DR Sim Manager, select **F1 23** from the Source list and click **Start Motion**.

## Available Telemetry

* **Orientation**: Pitch, Roll, Yaw
* **Acceleration**: G-forces
* **Speed**: Vehicle speed
* **RPM**: Engine RPM
* **Gear**: Current gear
* **Suspension**: 4-wheel data

### Telemetry Quality: ★★★★★

## Recommended Starting Settings

* **Primary Cue Gain**: 40–70%
* **Smoothing**: Low to medium
* **Washout**: Medium to high

## Troubleshooting

### No telemetry data

1. Verify **UDP Telemetry** is **On** and **UDP Format** is **2023**.
2. Confirm IP is `127.0.0.1` and port is `20777`.
3. Ensure you are in a driving session.
4. Check Windows Firewall.


---

# Agent Instructions: 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:

```
GET https://docs.departedreality.com/dr-sim-manager/general/sources/f1-23.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
