# 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.0/integration-guides/incident-create-poller-guide/polling/connection-variables.md)
{% endcontent-ref %}

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

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


---

# 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/4.0/integration-guides/incident-create-poller-guide/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.
