# Moving users from an existing bot to Xenioo

You can easily [import user](/conversations/contacts.md#import-users) from different formats directly into Xenioo but if you're moving from another Facebook chatbot some additional steps are required.&#x20;

Facebook gives to each of your contacts a unique id that is associated with the chatbot engine you are using. If you disconnect the previous engine and connect Facebook all of your users will be given a brand new id and you'll not be able to track or target them.&#x20;

To move your users from your current chatbot to Xenioo, follow the steps below:

* Create your Xenioo chatbot <br>
* Put a [Flow Control Action](/actions-and-operations/flow/xenioo.bots.actions.base.stopinteractionaction.md) as the very first action of your start interaction, like in the picture below.\
  This will stop your Xenioo chatbot as soon as it starts. We do not want this later of course but its perfectly fine right now.

![](/files/-M3KiRhLYGB1Mt-3J-0O)

* From your previous bot platform send a broadcast to your users. The content should require to press a simple button or just reply to a simple answer. Any form of interaction will do.<br>
* Any user interacting with your bot will activate Xenioo that in turn will record the contact.<br>
* Your users are now stored inside the Conversation section of Xenioo. You can now disconnect your old bot and publish your full Xenioo chatbot.


---

# 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.xenioo.com/basic-concepts/publishing/channels/facebook/moving-users-from-an-existing-bot-to-xenioo.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.
