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

# More

- [Channels](https://docs.rampwin.com/setting/more/channels.md): Lets you manage your chat commerce through Channels.
- [Cloud API](https://docs.rampwin.com/setting/more/channels/cloud-api.md)
- [Manage Templates](https://docs.rampwin.com/setting/more/channels/cloud-api/manage-templates.md): Templates manage
- [Interactive Messages](https://docs.rampwin.com/setting/more/channels/cloud-api/interactive-messages.md)
- [Whatsapp Flows](https://docs.rampwin.com/setting/more/channels/cloud-api/whatsapp-flows.md)
- [Store Settings](https://docs.rampwin.com/setting/more/channels/cloud-api/store-settings.md): Through Facebook chat, if you want to process orders and payments, you can utilize the Facebook Store Settings. You can either click on Store Settings or Details to access the controls.
- [Manage Profile](https://docs.rampwin.com/setting/more/channels/cloud-api/manage-profile.md): WhatsApp Business Profile
- [Facebook](https://docs.rampwin.com/setting/more/channels/facebook.md)
- [Instagram](https://docs.rampwin.com/setting/more/channels/instagram.md)
- [Unofficial Whatsapp](https://docs.rampwin.com/setting/more/channels/unofficial-whatsapp.md)
- [Billing](https://docs.rampwin.com/setting/more/billing.md)
- [File Manager](https://docs.rampwin.com/setting/more/file-manager.md): Upload files and manage them efficiently.
- [Integrations](https://docs.rampwin.com/setting/more/integrations.md): Integrate 3rd Party APIs and Platforms
- [Shopify](https://docs.rampwin.com/setting/more/integrations/shopify.md): With the Shopify Marketplace App you can send order reminders, cart abandoned notifications, order fulfillment notification & many more things.
- [Setup Shopify Automations](https://docs.rampwin.com/setting/more/integrations/shopify/setup-shopify-automations.md): When Your app is configured you can setup automation on Webhook Topics like below.
- [WooCommerce](https://docs.rampwin.com/setting/more/integrations/woocommerce.md): With the WooCommerce Marketplace App you can send order reminders, cart abandoned notifications, order fulfillment notification & many more things.
- [Setup WooCoomerce Automations](https://docs.rampwin.com/setting/more/integrations/woocommerce/setup-woocoomerce-automations.md): When Your app is configured you can setup automation on Webhook Topics like below.


---

# 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.rampwin.com/setting/more.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.
