> For the complete documentation index, see [llms.txt](https://docs.efento.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.efento.io/efento-ble-loggers/using-loggers/standalone-mode/mobile-app-settings.md).

# Mobile app settings

To configure the application settings, tap the menu in the upper-left corner of the app and open **Configuration**.

<figure><img src="/files/mg6zO0yw1jga3SEmR4fg" alt="" width="375"><figcaption></figcaption></figure>

The following options are available:

* **Activation Energy** – A constant used when calculating the Mean Kinetic Temperature (MKT). The default value is **83.14472 kJ/mol**.
* **Default Encryption Keys** – These keys are used to automatically decrypt logger communications that are encrypted with the same key. For example, if the key *“qwerty123”* is added as a default, any logger using this key will be decrypted automatically. You can add up to **five default encryption keys**.
  * **To add a key:** Tap **Add encryption key**, enter the new key and its description, and save the settings.
  * **To remove a key:** Tap and hold the key you want to delete.
* **Location in PDF Reports** – When enabled, the address of the location where the report was generated will be added to the footer of PDF reports. The location is determined using GPS via Google Maps.
* **Forget Logger** – Removes the encryption keys and reset codes of the selected logger(s) from the application.
* **Downloading Measurements** – By default, the app downloads the full logger memory, which may take time. Using this setting, you can choose to download only the most recent data (e.g., last 24 hours or last 7 days) to speed up the process.


---

# 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.efento.io/efento-ble-loggers/using-loggers/standalone-mode/mobile-app-settings.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.
