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

# 🎛️ Monitoring streams

- [Job Statuses](https://docs.highcohesion.com/monitoring-streams/job-and-event-statuses.md): This page outlines the status structure for Jobs & Events
- [Event Statuses](https://docs.highcohesion.com/monitoring-streams/event-statuses.md)
- [Resending data](https://docs.highcohesion.com/monitoring-streams/resending-data.md)
- [Replicate Job](https://docs.highcohesion.com/monitoring-streams/resending-data/replicate-job.md): Create a new Job using the Job data for an existing Job. Powerful when a Job containing multiple Events has failed.
- [Replicate Event](https://docs.highcohesion.com/monitoring-streams/resending-data/replicate-event.md): Create a new Event using an existing payload-in. Powerful when you want to edit the payload-in due to faulty data entry in the Source system, such as faulty postcodes or invalid characters.
- [Replicate Event without Event in Control Panel](https://docs.highcohesion.com/monitoring-streams/resending-data/replicate-event-without-event-in-control-panel.md): Replicate an Event that cannot be found directly from the Control Panel
- [Reporting](https://docs.highcohesion.com/monitoring-streams/reporting.md): Data available from the control panel.
- [Jobs](https://docs.highcohesion.com/monitoring-streams/reporting/jobs.md): Starting the process of moving data.
- [Events](https://docs.highcohesion.com/monitoring-streams/reporting/events.md)
- [Entities](https://docs.highcohesion.com/monitoring-streams/reporting/entities.md): Individual data entity tracking.
- [Alerts](https://docs.highcohesion.com/monitoring-streams/alerts.md): This section specifies why the alerting service is important and how it is structured


---

# 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.highcohesion.com/monitoring-streams.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.
