# Feed Integration

MyLINK Connect permissions will include also the power to post on your page feed creating both brand new posts or replies to users.\
You can use this integration to automatically post content on your page, directly from your chatbot or reply to your users comments on your page using your chatbot flow.\
If you enable this feature [on some specific actions](https://docs.mylinkconnect.com/basic-concepts/the-chatbot-designer/actions_and_operations), MyLINK Connect will smartly react in two different ways:

* If the user adding the comment has already interacted with you or with the chatbot trough messenger a conversation will be automatically started.
* If the user has never interacted with you the text reply produced by your chatbot will become a reply to the user post. You can include in the text a link to your messenger.

To let you distinguish between know and unknown users a specific [runtime variable](https://docs.mylinkconnect.com/actions-and-operations/variables-and-tags) will be generated during execution.

To use feed integration you turn on, on a[ global bot operation](https://docs.mylinkconnect.com/basic-concepts/the-chatbot-designer/actions_and_operations), the [React to Page comments flag](https://docs.mylinkconnect.com/actions-and-operations/input/global-detection/xenioo.bots.actions.base.operations.textinputglobaloperation).&#x20;

![](https://content.gitbook.com/content/tZEstFBYh3uMutlup6ku/blobs/YJN9JEpS6ejIfxmx39hf/image.png)

Once enabled you can choose to react to a very specific post by filling the "Specific Post Id" field with the Facebook post id or react to any comment done on any post of your page. In this second case, you can leave the input field blank.

![](https://content.gitbook.com/content/tZEstFBYh3uMutlup6ku/blobs/q7oungANHeQ5ZPnLiEnW/image.png)


---

# 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.mylinkconnect.com/basic-concepts/publishing/channels/facebook/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.
