# Activity Feed

## Overview

This is a visual asset for an activity feed with no workflows associated. This block is ideal for tracking statuses or actions performed by users.

## Structure

This block contains three main groups

* **Group Activity Feed**\
  Includes a title group with filters and sorting dropdowns, and a button.&#x20;
  * **RepeatingGroup Activity Feed**\
    For demo purpose, we are currently using `Arbitrary text` as the data source. You will need to change this later on to reference your own data type by following instructions [here](/canvas/canvas-library/updating-asset-rg-data-source.md).
    * The repeating group contains a reusable element called **activity\_feed** and it temporarily uses a few reusable properties for demo purpose (you will need to remove these later on as you set the repeating group and the reusable element's data sources). Within the reusable element, there are various placeholder conditional statements on different elements for displaying:
      * Comments UI
      * Image
      * Attachment
      * User and status/action
      * Completion check mark

No workflows are associated with this asset and the user will be responsible for setting the data sources and conditional statements.

## How to set up

* Set the data source for **RepeatingGroup Activity Feed**
* Go  to the **activity\_feed** reusable element and set the data source
* Remove reusable properties and add new properties if needed
* In the **activity\_feed** reusable element, remove old references to the Current index and List count reusable properties in conditional statements
* Add conditional statements to elements in **activity\_feed** as needed


---

# 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.airdev.co/canvas/canvas-library/blocks/activity-feed.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.
