> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/trulyp/monitoring.md).

# Monitoring

Monitoring is primarily for **Administrators**, but individual users can still see their AI token usage.

### AI Usage

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FL4nBD9esnl4jGi5Mg3N9%2Fimage.png?alt=media&amp;token=899060ac-e923-4008-bade-ee1c516af38d" alt=""><figcaption></figcaption></figure>

This page gives you an overview of **token usage** within a selected time period.

Track total token usage over time and see how usage is distributed across different **AI configurations**, providers, and models. You can also compare usage between users and select an individual user to view a detailed breakdown of their token usage.

### Audits

System audits provide a record of changes made in Trulyp. Review who changed a record, who logged in, what was created, updated, or deleted, and when the change occurred. Filter audit records by connection, schema, date, status, or member. You can inspect changed values and export audit data as a CSV file.&#x20;

{% hint style="info" %}
System audits are only available to administrators.
{% endhint %}

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FWn6Hu8RPhghfkHVCFkF7%2Fimage.png?alt=media&amp;token=b926abb0-c7e9-4ffa-9db7-b3e37bfdf82d" alt=""><figcaption></figcaption></figure>

### Logging

Logging helps administrators investigate platform health and troubleshoot issues. View system logs for runtime events, request failures, synchronization issues, and application errors. View workflow logs to trace schema workflows, background jobs, and automation runs from trigger to completion. Search log entries, inspect full messages and stack traces, and download log files when needed. Logs are retained for 30 days.&#x20;

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FlqvIYLTRnPGJ5au9INBN%2Fimage.png?alt=media&amp;token=26b2add8-f07a-4acd-9dad-3f089e57fc04" alt=""><figcaption></figcaption></figure>


---

# 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.infotopics.com/trulyp/monitoring.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.
