# Feed integration

**How it works:**

We give you a feed with tasks, you integrate it into the app and automatically show users the tasks.

**General recommendations:**

* Tasks can be integrated on a separate task tab (Special/Partners) or next to other tasks that you place manually.
* Please keep in mind that there will always be users for whom there is no active task at the moment. As most assignments may have geo, iOS/Android targeting, and daily/monthly limits.
* If a user completes a task - we flag it with `IS_DONE`, in this case we need to show it as **Completed**.
* Each task has a text (on average about 40 characters with spaces), an icon and a button to go to the task.

We have two ways of a feed integration — [Server-to-server](/tappads/publishers/feed-integration/server-to-server-integration-guide.md) or [SDK](/tappads/publishers/feed-integration/sdk-integration-guide.md), you can choose whatever you like.<br>


---

# 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://tappadsdocs.gitbook.io/tappads/publishers/feed-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.
