> For the complete documentation index, see [llms.txt](https://docs.echook.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echook.uk/using-the-app/setting-up-the-app.md).

# Setting up the App

Omni Telemetry is the standard app path. The eChook app instructions are kept for legacy/fallback use.

{% tabs %}
{% tab title="Omni Telemetry" %}
Enter app settings through the three-dot menu in the top-right corner.

Select the paired eChook Bluetooth device from the Bluetooth devices menu.

Select which (if any) data upload service to use from the Data Upload menu (you may need to dismiss the "waiting for throttle" notification to see the "Upload To" option).

Note that the Omni app continues running when exited. To exit the app, select 'Close' from the three dot menu. When running in the background a notification is displayed to inform you.
{% endtab %}

{% tab title="eChook App (Legacy)" %}
The app needs a little configuring before it is ready to log data. Open the app and go into the Settings menu.

First select which bluetooth device to log data from. Tap ‘Select Bluetooth Device’ and select the eChook you just paired from the list:

![](https://lh4.googleusercontent.com/0fcERsnDiOh8gwiviShl6VkA5J02BN9nO7cvUQvSF18ySnlY94RSfV2Hu51TrA-pbZAaHlHqmfoDWkAIJRNtT823fafFztlEsxj5Qzu-neZZFWxoeTRkwDV_sgIl9AITX6k8aCWN)

Now enter the car name. This will be added to the log files.<br>

![](https://lh6.googleusercontent.com/LwBKw6g2Q682w7FpkR3qWOjdPKIHjOXHelr1qPBJvD2wN-yw06mThy0yx7yYPiD7jy0cfV1bT_b4_mKGmSbc0JQJOtD856524fK9A7VpX4InZQZc42hKdvjWbjIwXtKAe0nJaSXF)

If the car is running gears, enter the number of teeth on the motor sprocket and the number of teeth on each gear on the wheel side. The app will calculate the possible gear ratios and try to identify and log which the car is running on. If the RPM and speed data is too noisy or too low resolution, this feature may not work very well.

While you are here you can enable Location tracking, which will enable logging of GPS speed, location and altitude and is needed in order for the app to detect laps.
{% endtab %}
{% endtabs %}


---

# 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.echook.uk/using-the-app/setting-up-the-app.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.
