> For the complete documentation index, see [llms.txt](https://help.konnektive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.konnektive.com/konnektive-crm/admin-setup/plugins/fulfillment-houses/amware.md).

# Amware

Under Admin → Plugins → Fulfillment House Listing, locate and activate the Amware plugin tile.&#x20;

<figure><img src="/files/Sqh9jNoEGWOd5moqEKXq" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HV57muNnfVGJtDrzbnTF" alt=""><figcaption></figcaption></figure>

**clientId** - Amware provided Id\
**clientIdentifier** - Amware provided Identifier\
**facility** - Required to send orders to Amware\
**shipCode** - Required to send orders to Amware. By default the integration will use what is set in the plugin setup unless the word “Rush” exists in a product name on the order. If “Rush” exists then “RUSH” will override the plugin shipCode and the “Rush” product will not be sent.\
**sendBillingInfo** - Send the billing name and address info with the order\
**useTestServer** - This setting should be used for testing the fulfiller

{% hint style="info" %}
By default orders are not sent to Amware with any priority. If a product name contains the word “priority” then the order will be sent with priority. The “priority” product will not be sent.
{% endhint %}

The plugin setup is now complete and you can proceed to test the integration by following this document: [Testing Fulfillment through Order Entry](/konnektive-crm/fulfillment/testing-fulfillment-through-order-entry.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://help.konnektive.com/konnektive-crm/admin-setup/plugins/fulfillment-houses/amware.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.
