# Actions Availability

Xenioo uses a very top level approach that allows you to build a chatbot without really worrying about your target [publication channel](/basic-concepts/publishing.md) and to make your chatbot live on multiple platforms simultaneously.&#x20;

Still, you should be aware that some content is not available on some platforms and while nearly all of the Xenioo available actions have a graceful fallback to an alternate visualization, other cannot really have a valid counterpart.

When choosing an action please check the Availability section to make sure that your platform supports it and how. Generally you can find one of these comments for each platform:

| Status                  | Description                                                                                                                                                                                                                                                                                                                      |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Fully Available         | The action is fully functional and fully supported. Alternate visualization is applied where necessary. Size or number constraint may still apply.                                                                                                                                                                               |
| Not Available           | The action is not available on any form. The action will be ignored on unsupported platforms.                                                                                                                                                                                                                                    |
| Device Dependant        | This action is supported but may not be executed correctly on specific devices. As an example a carousel can be rendered as a Card in Alexa but produce no results in a screen-less Amazon Echo.                                                                                                                                 |
| Configuration Dependant | This action is supported with specific settings but may not work correctly with others. As an example, an [RSS Feed](/actions-and-operations/integration/xenioo.bots.actions.base.rssfeedreaderaction.md) action can work in WhatsApp if used as a Data Model but not if used as a [carousel](/actions-and-operations/cards.md). |

### Platform Quick Tips

When creating your chatbot some of the action you use will display Platform Quick Tips. These color-coded tips will give you a quick head-up on how the action may behave or work on a specific platform.\
Just over the mouse on a platform icon to get informations on visualization support or specific constraints.

![](/files/-LgxC8FNjhVsYwWhmZCv)


---

# 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://docs10.xenioo.com/actions-and-operations/actions-availability.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.
