> For the complete documentation index, see [llms.txt](https://docs.feedspring.com/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedspring.com/introduction/core-concepts/feeds-and-syncing.md).

# Feeds & Syncing

A feed is a connection between FeedSpring and a source like Instagram, Google Reviews, TikTok, Dribbble or YouTube. Once connected, FeedSpring keeps your content updated automatically.

<figure><img src="/files/t0iYtPAyiGF5gX59ok5L" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6lXRFBnidTjpJouW3OtX" alt=""><figcaption></figcaption></figure>

### What is a feed?

A feed represents a single source of content.

For example:

* An Instagram account
* A Google Business location
* A TikTok profile
* A Dribbble user
* A YouTube channel

Each feed contains:

* Profile data (name, avatar, follower count)
* Content (posts, reviews, videos, shots)

<figure><img src="/files/t0iYtPAyiGF5gX59ok5L" alt=""><figcaption></figcaption></figure>

### How syncing works

FeedSpring regularly checks your source and updates your feed.

When new content is published:

* It is fetched by FeedSpring
* Stored and processed
* Made available to your site

You don’t need to manually refresh anything.

<figure><img src="/files/t0iYtPAyiGF5gX59ok5L" alt=""><figcaption></figcaption></figure>

### When does content update?

Updates depend on your plan and feed type.

In general:

* New content is synced automatically
* Most feeds update within minutes to hours
* Your site always displays the latest available data

<figure><img src="/files/t0iYtPAyiGF5gX59ok5L" alt=""><figcaption></figcaption></figure>

### What gets synced

FeedSpring syncs structured data from each platform.

This includes:

#### Content

* Images and videos
* Captions and descriptions
* Review text

#### Metadata

* Timestamps
* Likes, views, ratings
* Tags and categories

#### Profile data

* Name
* Avatar
* Follower counts

Each platform provides slightly different data.

👉 See [feed plan rates](#plan-update-rates) for full details.

<figure><img src="/files/t0iYtPAyiGF5gX59ok5L" alt=""><figcaption></figcaption></figure>

### Where your data is used

Once synced, your feed can be used anywhere:

* Websites (HTML, Webflow, Framer)
* React applications
* API requests

All delivery methods use the same underlying feed data.

<figure><img src="/files/t0iYtPAyiGF5gX59ok5L" alt=""><figcaption></figcaption></figure>

### Filtering and control

Feeds generally display content from newest to oldest as provided by the source service. While the sort order cannot typically be changed, you can control which content appears by:

This includes:

* Limiting the number of items
* Skipping specific posts
* Applying keyword filters (Available for Google Reviews)

Some controls are applied:

* In your layout (e.g. limit)
* In your dashboard (e.g. filtering rules)

👉 Learn more in [Filtering & Limits](/introduction/core-concepts/filtering-and-limits.md)

<figure><img src="/files/t0iYtPAyiGF5gX59ok5L" alt=""><figcaption></figcaption></figure>

### Why this matters

FeedSpring separates:

* **Data (feeds)**
* **Display (your layout or components)**

This means:

* You control how your content looks
* FeedSpring handles the data and updates

<figure><img src="/files/t0iYtPAyiGF5gX59ok5L" alt=""><figcaption></figcaption></figure>

### Plan Update Rates

Discover the post limits and update frequency for your feeds across each platform, based on your plan. This helps you understand how often your content refreshes and how many items are available.

| Platform  | Free             | Personal         | Pro             | Enterprise       |
| --------- | ---------------- | ---------------- | --------------- | ---------------- |
| Instagram | 8 posts (24 hrs) | 12 posts (6 hrs) | 12 posts (1 hr) | 12 posts (1 hr)  |
| Google    | 8 posts (24 hrs) | 16 posts (6 hrs) | 32 posts (1 hr) | 200 posts (1 hr) |
| TikTok    | 8 posts (24 hrs) | 16 posts (6 hrs) | 32 posts (1 hr) | 200 posts (1 hr) |
| Dribbble  | 8 posts (24 hrs) | 16 posts (6 hrs) | 32 posts (1 hr) | 200 posts (1 hr) |
| YouTube   | 8 posts (24 hrs) | 16 posts (6 hrs) | 32 posts (1 hr) | 200 posts (1 hr) |

{% hint style="info" %}
Update frequency may vary slightly depending on the platform and availability of new content.
{% endhint %}

<figure><img src="/files/t0iYtPAyiGF5gX59ok5L" alt=""><figcaption></figcaption></figure>

### Summary

* A feed is your connection to a content source
* FeedSpring keeps it updated automatically
* The same feed can be used across multiple platforms
* You control how it is displayed


---

# 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:

```
GET https://docs.feedspring.com/introduction/core-concepts/feeds-and-syncing.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.
