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

# Overview

Loop is PredictHQ's event feedback and contribution tool. It gives your teams a direct channel to submit missing events and report incorrect attributes on existing ones - useful at the edges, where someone on the ground knows something the record doesn't yet reflect: a hyper-local event, a venue change, an event that didn't happen.

PredictHQ's own verification pipeline is what keeps the event record accurate. Loop complements it: submissions are reviewed by PredictHQ's data team, and accepted changes are integrated into the record.

Contributions come through the [Loop UI](https://loop.predicthq.com/) or through [Loop Links](/api/loop/loop-links.md) - unique URLs that let frontline staff and distributed teams contribute without PredictHQ accounts.

The API covers the full workflow:

* [Loop Links](/api/loop/loop-links.md) - create and manage submission links for your teams
* [Loop settings](/api/loop/loop-settings.md) - configure how your links behave
* [Loop submissions](/api/loop/loop-submissions.md) - review submitted events and their status
* [Loop feedback](/api/loop/loop-feedback.md) - review reported corrections to existing events

## Guides

* [Integrate with Loop Links](/integrations/integration-guides/integrate-with-loop-links.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, and the optional `goal` query parameter:

```
GET https://docs.predicthq.com/api/loop/overview.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.
