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

# Developer tools

- [API-Keys](https://docs.moneycollect.com/docs/developer-tools/api-keys.md): Manage your API keys to authenticate requests with MoneyCollect.
- [Libraries](https://docs.moneycollect.com/docs/developer-tools/libraries.md)
- [Plugins](https://docs.moneycollect.com/docs/developer-tools/plugins.md): Try plugins to safely process payments on MoneyCollect.
- [WooCommerce](https://docs.moneycollect.com/docs/developer-tools/plugins/woocommerce.md): Learn about accepting payments on the WordPress platform.
- [Magento](https://docs.moneycollect.com/docs/developer-tools/plugins/magento.md): Scalable payments solution for fast-growing businesses.
- [Using Magento 2 Admin Panel](https://docs.moneycollect.com/docs/developer-tools/plugins/magento/using-magento-2-admin-panel.md): Learn how to use the Magento 2 Admin panel to configure the MoneyCollect module for the Magento platform.
- [Shopify](https://docs.moneycollect.com/docs/developer-tools/plugins/shopify.md): Create your online store with  Shopify and accept credit cards with MoneyCollect.
- [MoneyCollect Payments App](https://docs.moneycollect.com/docs/developer-tools/plugins/shopify/moneycollect-payments-app.md)
- [Legacy Version](https://docs.moneycollect.com/docs/developer-tools/plugins/shopify/legacy-version.md): We are utilizing the payment apps provided by our exclusive technical partner, AsiaBill, to forward all Shopify transactions.
- [Credit Card Direct Payments App](https://docs.moneycollect.com/docs/developer-tools/plugins/shopify/legacy-version/credit-card-direct-payments-app.md): Credit Card Direct Payments App Installation Manual
- [Credit Card Redirected Payments App](https://docs.moneycollect.com/docs/developer-tools/plugins/shopify/legacy-version/credit-card-redirected-payments-app.md): Credit/Debit Card Payments App Installation Manual
- [Alternative Payment Methods App](https://docs.moneycollect.com/docs/developer-tools/plugins/shopify/legacy-version/alternative-payment-methods-app.md): Local Payment Methods App Installation Manual
- [Wix](https://docs.moneycollect.com/docs/developer-tools/plugins/wix.md): The platform that gives you the freedom to create, design, manage and develop your web presence exactly the way you want.
- [SHOPLINE](https://docs.moneycollect.com/docs/developer-tools/plugins/shopline.md): Coming soon
- [SHOPLAZZA](https://docs.moneycollect.com/docs/developer-tools/plugins/shoplazza.md)
- [Xshoppy](https://docs.moneycollect.com/docs/developer-tools/plugins/xshoppy.md)
- [ShopBase](https://docs.moneycollect.com/docs/developer-tools/plugins/shopbase.md)
- [PrestaShop](https://docs.moneycollect.com/docs/developer-tools/plugins/prestashop.md): An Open Source e-commerce web application, committed to providing the best shopping cart experience.
- [OpenCart](https://docs.moneycollect.com/docs/developer-tools/plugins/opencart.md): One of the best FREE and open-source eCommerce platform.
- [AllValue](https://docs.moneycollect.com/docs/developer-tools/plugins/allvalue.md): Coming soon
- [Using Allvalue Panel](https://docs.moneycollect.com/docs/developer-tools/plugins/allvalue/using-allvalue-panel.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.moneycollect.com/docs/developer-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
