# Reference

- [API Reference](https://api-docs.loopcv.com/reference/api-reference.md)
- [Loops](https://api-docs.loopcv.com/reference/api-reference/loops.md): The Loop is a job search task which will be created in our system and runs several times during the day. It collects jobs from various job boards and applies our matching algorithm.
- [Jobs](https://api-docs.loopcv.com/reference/api-reference/loops/jobs.md)
- [Matches](https://api-docs.loopcv.com/reference/api-reference/loops/matches.md)
- [Groups](https://api-docs.loopcv.com/reference/api-reference/groups.md): Group contains a collection of Loops. The Loop is a job search task which will be created in our system and runs several times during the day.
- [Scrapers](https://api-docs.loopcv.com/reference/api-reference/scrapers.md): Returns the list of the available scrapers


---

# 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://api-docs.loopcv.com/reference.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.
