# Logging Data

{% tabs %}
{% tab title="OMNI Telemetry" %}
The app automatically creates a new logfile each time it starts, and any data received is saved to the logfile.

To share the logfile at the end of a session, use the three dot menu and select 'Share'.

Old logfiles are stored in device storage at /Android/data/net.keduro.omni which is blocked by some phones for security reasons, but are accessible if you plug your phone into a computer via USB and use a file explorer.
{% endtab %}

{% tab title="eChook App" %}
Once set up, press the blue connect bluetooth button. If successful, a notification will confirm this across the top of the screen and logging will start automatically, shown by a green tick next to the ‘save’ icon in the top right of the screen.

{% hint style="info" %}
The size of the logfile shown on top left of the screen will only update once logging is stopped.
{% endhint %}

To export the data, go to app settings and the first option is to share the data through whatever service you would like, as well as the option to clear the saved data.

Data is saved in a .csv file in the phone's downloads folder so can also be retrieved via a file manager app, or via a USB connection to a computer.
{% endtab %}
{% endtabs %}


---

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