# Log App Data to Auterion Suite

AuterionOS can log app data from various sources into a centralized flight log in the ULog format. Any data that is added to the flight log will eventually be uploaded to Auterion Suite.

The best way to implement custom logging is using ROS 2 messages:

{% content-ref url="/pages/EATxIYIAVzv7LkFzakhx" %}
[How to log Time Series Data](/app-development/app-framework/logging/logging-ros2-messages.md)
{% endcontent-ref %}

Alternatively, the standard output can be used to add basic text messages as strings to the flight log:

{% content-ref url="/pages/JoPdFdl7uM7bHZbqbitT" %}
[How to log basic Text Output](/app-development/app-framework/logging/logging-text-output.md)
{% endcontent-ref %}


---

# 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.auterion.com/app-development/app-framework/logging.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.
