> For the complete documentation index, see [llms.txt](https://docs.sharelogic.com/unifi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharelogic.com/unifi/4.1/integration-guides/incident-create-poller-guide/polling.md).

# Polling

To set up a scheduled poll that will query the remote system at regular intervals, check whether any new records have been created and then pass that data to Unifi, we will need to configure the following records:

* Poll Processor
* Poller

Once those records are configured, we will need to configure the relevant inbound and outbound messages to process and respond to the returned data. We will also need to make some further changes before we can test our create scenario (in order to identify which records to poll for). We will look at the polling records in turn over the next couple of pages.

Before configuring those polling records, let's first look at **Connection Variables**.

{% content-ref url="/pages/sokLHferE2zLM0uUGMMK" %}
[Connection Variables](/unifi/4.1/integration-guides/incident-create-poller-guide/polling/connection-variables.md)
{% endcontent-ref %}

{% content-ref url="/pages/ng6iTeUI74KYk1yqlgTx" %}
[Poll Processor](/unifi/4.1/integration-guides/incident-create-poller-guide/polling/poll-processor.md)
{% endcontent-ref %}

{% content-ref url="/pages/d6ozKvp0QAvwFyz7vlzt" %}
[Poller](/unifi/4.1/integration-guides/incident-create-poller-guide/polling/poller.md)
{% endcontent-ref %}


---

# 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.sharelogic.com/unifi/4.1/integration-guides/incident-create-poller-guide/polling.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.
