# Punchout configuration checklist

Setting up punchout requires a number of steps to go from a new store to accepting punchout orders:

1. First, request punchout credentials from your supplier. This info should include URLs, identity names and shared secret codes for both a "View" and "Ordering" account.
2. After receiving credentials, you will want to create the following in VendorFuel:
   1. **Punchout Supplier**, using the provided "View" account credentials.
   2. **Purchasing Documents Profile**, using the provided "Ordering" account credentials.
   3. **Vendor**, usually using the supplier's name.
   4. **Cost sheet**, using the previously created Supplier, Document Profile and Vendor.
3. Once the punchout configuration is finished, you can create Customers or Customer Groups that are attached to the Punchout Supplier. This will allow any customer to punchout to that supplier, add items to their cart, and then return with those added items.
4. Next, you may want to configure a Payment gateway to accept credit cards. VendorFuel integrates with PayFabric for credit card transactions.&#x20;
5. After this, you should test the configuration by signing in as a punchout customer, punch out to the supplier catalog, add items to your cart, and then proceed to the checkout process.


---

# 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.vendorfuel.com/admin/punchout/punchout-configuration-checklist.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.
