# Add Punchout Supplier

To add a punchout supplier from the VendorFuel Dashboard,

1. Select **Punchout** in the top navigation menu. This will take you to the *Punchout Suppliers* list.
2. Select the **Add New Supplier** button. You should then see a form to enter your punchout supplier information in the following fields:
   * *Name*
   * *Domain type***:** either **DUNS** or **Network ID**
   * *Inventory identity:* This credential is used for price availability checks.
   * *Domain identity*
   * *Domain shared secret*
   * *Punchout identity*
   * *Punchout shared secret*
   * Endpoint related fields:
     * *Update endpoints daily*
     * *Endpoint Base URL*
   * Order Request related fields
     * *Order Request Customer ID*
     * *Order Request Billing ID*
     * *Order Request Role ID*
   * SKU related fields
     * *SKU prefix*
     * *SKU priority*
   * *Logo:* The URL of a logo of the supplier that will appear in the frontend to customers.


---

# 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/add-punchout-supplier.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.
