# Sources Overview

## What is a source ?

A source is an emitter of events, more information [here](/getting-started/concepts.md#source).

## Source list

In *Sources / Overview*, you will find the full list of sources already configured.

You can search a source by name and filter on environment (production, staging, ...), status (active or inactive) and per destination

You can easily edit a source by clicking its name or the pencil icon.

{% hint style="info" %}
**Web containers** are special client-side sources, when editing them you will be redirected to dedicated interfaces
{% endhint %}

![](/files/FLJbEDG8rUcTxZM3orx3)

## Trend and data quality

The trend represents the evolution of number of events received on the last month.

The data quality indicator allows to quickly visualize the status of the source, if data are of good quality (<img src="/files/ydgoDrHpISakJWJxtLd1" alt="" data-size="line">) or not (<img src="/files/hz50j2umynd8tYaK5oA0" alt="" data-size="line">) on the last hour.

The quality score of events is represented by a weather icon:

* <img src="/files/ydgoDrHpISakJWJxtLd1" alt="" data-size="line">sunny if the percent of correct events is equal to 100%
* <img src="/files/jDuGSX6yLehApk4GZuLW" alt="" data-size="line">cloudy between 95% and 99.99%
* <img src="/files/oT4gfkjrm5BBX6A1exLr" alt="" data-size="line">rainy between 90 and 95%
* <img src="/files/hz50j2umynd8tYaK5oA0" alt="" data-size="line">stormy below 90%


---

# 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://doc.commandersact.com/features/sources/overview.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.
