# Polling

- [Pollers](https://docs.sharelogic.com/unifi/3.0/polling/pollers.md): A Poller makes a scheduled request to a remote system.
- [Poll Processors](https://docs.sharelogic.com/unifi/3.0/polling/poll-processors.md): Poll Processors are used to setup, execute and process Poll Requests.
- [Poll Requests](https://docs.sharelogic.com/unifi/3.0/polling/poll-requests.md): Each Poll Request stores the details and outcomes of a scheduled poll.
- [Large Response Payloads](https://docs.sharelogic.com/unifi/3.0/polling/large-response-payloads.md): If you're building a polling integration that has response payloads larger than 5MB then you'll need to save them as attachments and adapt your response processing.


---

# 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://docs.sharelogic.com/unifi/3.0/polling.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.
