# System & Transaction Logs

The Revenium logs page allows you to quickly view the latest transactions to the platform and to identify problems with your integration.

* **AI Transactions Log** - contains information about each AI transaction processed by Revenium. Transactions that share a `traceId` are grouped together, with a badge showing the number of related transactions in the trace. Click on a trace chip to preview trace details, then navigate to [Trace Analytics](/trace-analytics.md) for deeper analysis of the complete workflow.
* **System Log** - displays warnings or errors related to your integrations with Revenium (i.e. if you submit transactions with duplicate IDs)
* **Integration Log** - Revenium supports integrations with numerous external systems. Any errors related to those integrations will be shown here.

<figure><img src="/files/M8orBCPMPmKVMsK3aeJq" alt=""><figcaption></figcaption></figure>


---

# 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.revenium.io/system-and-transaction-logs.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.
