> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent/install-the-abap-agent/configure-your-qas-systems-to-collect-scmon-data.md).

# Configure your QAS systems to collect SCMON data

You'll need to configure each of your QAS systems to collect SCMON data. To configure a system to collect SCMON data, follow these steps:

1. Run transaction `SCMON`.
2. Select **Activate**. The default frequency for the collection of `SCMON` data is hourly.

{% hint style="info" %}
The agent verifies SCMON activation as part of the `setup status` health check. If SCMON is not active or has expired, the report will flag it with remediation guidance. See [Validate Your Setup](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent/command-line-interface/validate-your-setup.md).
{% endhint %}

## SCMON Data Persistence

The agent persists SCMON snapshot data locally in a SQLite database. This enables accurate per-test-execution coverage deltas by comparing invocation counters across snapshots, rather than relying on a single point-in-time read.

The re-collection frequency can be configured via the `scmonrecollectionfreqmins` field in the `[footprints]` section of `config.toml`. See [Configuration settings](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent/configuration-settings.md).


---

# 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:

```
GET https://docs.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent/install-the-abap-agent/configure-your-qas-systems-to-collect-scmon-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.
