# Activity Returner

The Activity Returner returns Shares and Follows from other users. For each share from a user, the module will share a number of items from that user’s closet. As usual, it will skip sold items and Meet the Posher listings.

### At the moment, we have two versions of Activity Returner.

* Auto Activity Returner - new version.
* (OLD)Activity Returner

### What is the difference between them?

#### *(NEW) Auto Activity Returner*

The Auto Activity Returner works ongoing and automatically returns new activities. Once you start the process, the tool automatically scans the /share and /follow feeds every 20 minutes, with some randomization to look natural, and returns the newly received activity.

{% content-ref url="/pages/4J5fgfypChGyyPPXuucZ" %}
[(NEW) Auto Activity Returner](/features/activity-returner/auto-activity-returner.md)
{% endcontent-ref %}

#### *(OLD)Activity Returner*

The (OLD)Activity Returner (old version) - you need to start it every time you want to return activities for **the past.** You can choose the date-time range when activities were received and return it.&#x20;

For example, to return shares received for the past 24 hours, you must select the past 24 hours date-time range and start the process. Once the tool loads these activities and returns them, the process stops. And the next time you want to return shares and follow, you need to start the process again.

{% content-ref url="/pages/sCHTr8dH2G8lAUpaP6bw" %}
[(OLD) Activity Returner](/features/activity-returner/activity-returner-old.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.posherva.com/features/activity-returner.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.
