# What is 'Start Polling Time' and its usage in Integration configuration ?

### Description

While configuring integration there is one setting called 'Start Polling Time' appear in Entity level mandatory settings section, what is the importance of this settings in integration configuration?

### Solution

'Start Polling Time' means the time from when <code class="expression">space.vars.SITENAME</code> should start polling data from the source system. <code class="expression">space.vars.SITENAME</code> fetches only those changes/entities that are updated after given 'Start Polling Time'.

While creating new integration, 'Start Polling Time' will be default set to latest updated time of the source system. If you want to sync older entities then change it accordingly. To change 'Start Polling Time', navigate to 'Entity level Mandatory settings' and change it.

> **Note**: Do not change the 'Start Polling Time' once integration has started synchronizing the data otherwise there is a chance of conflicts.


---

# 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://opstech.gitbook.io/opstech-docs/7.223/help-center-index/faqs/general-faqs/start-polling-time-usage-in-integration.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.
