# Plugins

- [HollaEx Plugins](https://docs.hollaex.com/plugins/use-plugins.md): Plugins offer even more personalized functionality for your exchange, and can be added and removed with ease.
- [Announcements](https://docs.hollaex.com/plugins/use-plugins/announcements.md): This free plugin allows for creating exchange wide announcements to keep your users in the know
- [HollaEx Bank - Fiat Withdrawals](https://docs.hollaex.com/plugins/use-plugins/bank.md): The Bank plugin is used to store users banking details making it easier to allow users to withdraw funds
- [Guardarian - Fiat On-Ramp](https://docs.hollaex.com/plugins/use-plugins/guardarian-fiat-on-ramp.md): Guardarian offers a quick and simple on-ramp for fiat enabled exchanges to add, and offer their users
- [Transak - Fiat On/ Off Ramp](https://docs.hollaex.com/plugins/use-plugins/transak-fiat-on-off-ramp.md)
- [Banxa - Fiat On-Ramp](https://docs.hollaex.com/plugins/use-plugins/banxa-fiat-on-ramp.md)
- [HollaEx KYC](https://docs.hollaex.com/plugins/use-plugins/kyc.md): KYC is an invaluable tool for ensuring your customers are who they say they are, and remaining compliant with your jurisdiction laws
- [iDenfy - Automatic KYC](https://docs.hollaex.com/plugins/use-plugins/idenfy-automatic-kyc.md): iDenfy is a leading KYC operator that can be integrated easily into your exchange
- [Sumsub - Automatic KYC](https://docs.hollaex.com/plugins/use-plugins/sumsub-automatic-kyc.md): Sumsub is an industry leading KYC provider, popular worldwide
- [Persona - Automatic KYC](https://docs.hollaex.com/plugins/use-plugins/persona-automatic-kyc.md)
- [Shufti Pro - KYC & AML Verification](https://docs.hollaex.com/plugins/use-plugins/shufti-pro-kyc-and-aml-verification.md)
- [Scorechain - Crypto Risk Screening](https://docs.hollaex.com/plugins/use-plugins/scorechain-crypto-risk-screening.md)
- [AMLBot - Crypto Risk Screening](https://docs.hollaex.com/plugins/use-plugins/amlbot-crypto-risk-screening.md)
- [TRM Labs - Wallet & Transaction Risk Screening](https://docs.hollaex.com/plugins/use-plugins/trm-labs-wallet-and-transaction-risk-screening.md)
- [Telynx - SMS Notifications & Verifications](https://docs.hollaex.com/plugins/use-plugins/telynx-sms-notifications-and-verifications.md)
- [Sinch - SMS Notifications & Verifications](https://docs.hollaex.com/plugins/use-plugins/sinch-sms-notifications-and-verifications.md)
- [AWS SNS - SMS Messaging](https://docs.hollaex.com/plugins/use-plugins/aws-sns-sms-messaging.md): AWS SNS offers another way to notify users of activity on their accounts, sending quick texts for withdraws and deposits.
- [Messente - SMS Service Integration](https://docs.hollaex.com/plugins/use-plugins/messente-sms-service-integration.md): Messente is a way to enhance your exchanges offerings by allowing SMS messages to be sent to users for various notifications
- [CoinMarketCap -Market Data Integration](https://docs.hollaex.com/plugins/use-plugins/coinmarketcap-market-data-integration.md): CoinMarketCap is one of the leading names in crypto. With this plugin you can make it easier to get listed
- [Cobo - Wallet Custody Integration (Waas 2.0)](https://docs.hollaex.com/plugins/use-plugins/cobo-wallet-custody-integration-waas-2.0.md)
- [Hextrust - Wallet Custody Integration](https://docs.hollaex.com/plugins/use-plugins/hextrust-wallet-custody-integration.md)
- [Crisp - Customer Live Support](https://docs.hollaex.com/plugins/use-plugins/crisp-customer-live-support.md): Under Construction, please check back later!
- [Intercom - Chat & CRM](https://docs.hollaex.com/plugins/use-plugins/intercom-chat-and-crm.md): Under construction, please check back later!
- [Install Plugins](https://docs.hollaex.com/plugins/installing-plugin.md): Configuring new plugins onto your exchange is incredibly simple and there are a few options possible.
- [Developing Plugins](https://docs.hollaex.com/plugins/develop-plugins.md): Developing a plugin for your exchange allows deeper customization of your exchange, without needing to worry too much about causing issues by altering the source code itself
- [Development Walkthrough: Hello-Plugin](https://docs.hollaex.com/plugins/develop-plugins/development-walkthrough-hello-plugin.md): For those who want to walk before they run, this (very) simple plugin will show the process of creating, configuring and running a plugin
- [Initialization](https://docs.hollaex.com/plugins/develop-plugins/development-walkthrough-hello-plugin/initialization.md): First, we are going to run the command that will generate the plugin template we will be working on
- [Configuration](https://docs.hollaex.com/plugins/develop-plugins/development-walkthrough-hello-plugin/configuration.md): The config.json file we will create lays the basic foundation of out plugin, its name, author, description etc.
- [Scripting](https://docs.hollaex.com/plugins/develop-plugins/development-walkthrough-hello-plugin/scripting.md)
- [Web View](https://docs.hollaex.com/plugins/develop-plugins/development-walkthrough-hello-plugin/web-view.md): Moving from the back-end to the front now, let's work on actually seeing our plugin in action
- [The Final Product & Installation](https://docs.hollaex.com/plugins/develop-plugins/development-walkthrough-hello-plugin/the-final-product-and-installation.md)
- [Advanced](https://docs.hollaex.com/plugins/develop-plugins/advanced.md)
- [Initialization](https://docs.hollaex.com/plugins/develop-plugins/advanced/initialization.md): The first steps in development are initializing the plugin, and defining the type of plugin through templates. At the bottom of the page, we will begin to follow a simple example
- [Config](https://docs.hollaex.com/plugins/develop-plugins/advanced/config.md): The config.json defines the plugin's general structure. Here we will take a look at what makes up a config file and see how we make one for hello-exchange
- [Server Script](https://docs.hollaex.com/plugins/develop-plugins/advanced/server-script.md): The script described here provides the back-end of our plugin
- [Plugin Libraries](https://docs.hollaex.com/plugins/develop-plugins/advanced/plugin-libraries.md): Libraries allow access to functionality for plugins. Some are included within the HollaEx Kit, but you have the ability to import ones of your own choosing that have not been included
- [Web View](https://docs.hollaex.com/plugins/develop-plugins/advanced/web-view.md): For the user the plugin isn't useful if they can't see much, this page discusses how we create the front-end of the plugin
- [Final Plugin Product](https://docs.hollaex.com/plugins/develop-plugins/advanced/final-plugin-product.md): After all the work our output will be surprisingly simple and easy to work with
- [Advanced Tutorial: Using the user meta field](https://docs.hollaex.com/plugins/develop-plugins/advanced/advanced-tutorial-using-the-user-meta-field.md)
- [Advanced Tutorial: Adding a new database table column](https://docs.hollaex.com/plugins/develop-plugins/advanced/advanced-tutorial-adding-a-new-database-table-column.md)
- [Advanced Tutorial: Creating a new database table](https://docs.hollaex.com/plugins/develop-plugins/advanced/advanced-tutorial-announcements-plugin.md)
- [Simple Wallet Example](https://docs.hollaex.com/plugins/develop-plugins/simple-wallet-example.md): In this example we will see how a front-end specific plugin is created, which will display an additional wallet page
- [Web View Development](https://docs.hollaex.com/plugins/develop-plugins/web-view-development.md)
- [Overview](https://docs.hollaex.com/plugins/develop-plugins/web-view-development/overview.md)
- [External dependencies](https://docs.hollaex.com/plugins/develop-plugins/web-view-development/external-dependencies.md)
- [Getting started](https://docs.hollaex.com/plugins/develop-plugins/web-view-development/getting-started.md)
- [Basic Tutorial: Hello Exchange Plugin web view](https://docs.hollaex.com/plugins/develop-plugins/web-view-development/basic-tutorial-hello-exchange-plugin-web-view.md)
- [Advanced Tutorial: KYC Plugin web views](https://docs.hollaex.com/plugins/develop-plugins/web-view-development/advanced-tutorial-kyc-plugin-web-views.md)
- [Bank Integration](https://docs.hollaex.com/plugins/bank-integration.md)
- [Handling Deposits](https://docs.hollaex.com/plugins/bank-integration/handling-deposits.md)
- [Handling Withdrawals](https://docs.hollaex.com/plugins/bank-integration/handling-withdrawals.md)
- [Transaction flow (Deposits & Withdrawals)](https://docs.hollaex.com/plugins/bank-integration/transaction-flow-deposits-and-withdrawals.md)


---

# 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.hollaex.com/plugins.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.
