# Welcome!

Welcome to the official MyLINK Connect documentation website.&#x20;

The aim of this website is to document and illustrate as clearly as possible each and every action, operation, variable and option you may encounter during your journey into chatbot building.

Please use the menu you can see on the left of this page to pick a topic and navigate to to what interest you.

The MyLINK Connect team is also regularly publishing [new videos](https://www.youtube.com/channel/UCW5D9M1vSKrTuenVR0whOVA), [articles](https://www.xenioo.com/en/articles/) and [tutorials](https://www.xenioo.com/en/tutorials/) on very specific topics. Often giving away full examples and complete chatbots.

You are more than welcome to join our [growing Facebook group](https://www.facebook.com/groups/xenioo) to share your ideas, doubts and issues and, of course, your feedback.

For any inquiry, information or support service you can reach our customer support service by contacting <hello@mylinkconnect.com>.&#x20;

{% hint style="warning" %} <mark style="color:orange;">**PLEASE NOTE:**</mark> MyLINK Connect has recently been rebranded and was historically known as Xenioo. All documentation is currently undergoing a transformation process. Any materials listed using the 'Xenioo' name are still relevant and of use, however are yet to be transformed.&#x20;
{% endhint %}


---

# 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/master.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.
