# FAQ

## How to start conversations from other NPC plugins

Interactions has direct support with Citizens and FancyNpcs NPCs, but even so you can start a conversation from an NPC if you are using another plugin to manage them. You just need to add the `/int start <conversation> <player>` command to the NPC.

If you want to use the start/end radius feature, you can also start a conversation from a certain location using `/int start <conversation> <player> <x> <y> <z> <world>`.

## Users can't click on options on chat or use the 'next' button

If this happens its most likely you have a plugin that block all commands. Interactions manages these functionalities by commands, so you must whitelist these ones:

* /interactions useoption
* /interactions skipdialogue
