> For the complete documentation index, see [llms.txt](https://docs.imerit.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imerit.net/plugins/plugin-developer-documentation/plugin-host-information.md).

# Plugin 'Host' Information

In your plugin script, you will have to pass the plugin function a "host" variable. This tells the plugin where to connect.

Here are the hosts to connect to depending on what version of Hub you intend to target:

<table><thead><tr><th width="198.54296875">Deployment</th><th width="271.59375">Domain</th><th>Host</th></tr></thead><tbody><tr><td>iMerit (Default)</td><td><kbd>https://imerit.ango.ai</kbd></td><td><kbd>https://imeritapi.ango.ai</kbd></td></tr><tr><td>EU Instance (Default)</td><td><kbd>https://imerit.ango.ai</kbd></td><td><kbd>https://eu-api.ango.ai</kbd></td></tr><tr><td>US Instance</td><td><kbd>https://us.ango.ai</kbd></td><td><kbd>https://us-api.ango.ai</kbd></td></tr><tr><td>India Instance</td><td><kbd>https://in.ango.ai</kbd></td><td><kbd>https://in-api.ango.ai</kbd></td></tr><tr><td>Test Instance</td><td><kbd>https://test.ango.ai</kbd></td><td><kbd>https://testapi.ango.ai</kbd></td></tr></tbody></table>
