> For the complete documentation index, see [llms.txt](https://docs10.xenioo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs10.xenioo.com/basic-concepts/publishing/channels/facebook/feed-integration.md).

# Feed Integration

Xenioo 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](/basic-concepts/the-chatbot-designer/actions_and_operations.md), Xenioo 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](/actions-and-operations/variables-and-tags.md) will be generated during execution.

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

![](/files/-Lkc64xWoGKWZc3DRt0h)

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.

![](/files/-Lkc6vJRJ2Y-0le7ND6o)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs10.xenioo.com/basic-concepts/publishing/channels/facebook/feed-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
