# Adding an ODP punchout supplier

In most cases, ODP will provide you with punchout credentials. Below is where you want to use the provided values in VendorFuel.

&#x20;

| Provided by ODP                                             | Where to use in VendorFuel                                  | Instructions                                                                                                                                                                                                                   |
| ----------------------------------------------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Any "Test" value                                            |                                                             | Test URLs, identities, or shared secrets can be ignored.                                                                                                                                                                       |
| <p>View Account: <br>Prod cXML PunchOutSetupRequest URL</p> | Punchout Suppler                                            | Enter the URL in the Endpoints section, using `PunchoutSetupRequest` as the *Transaction* value.                                                                                                                               |
| <p>View Account:<br>Prod From Identity</p>                  | Punchout Supplier                                           | Enter this value in the *Punchout identity* field.                                                                                                                                                                             |
| <p>View Account:<br>Prod Sender SharedSecret</p>            | Punchout Supplier                                           | Enter this value in the *Punchout shared secret* field.                                                                                                                                                                        |
| <p>Ordering Account:<br>Prod cXML OrderRequest URL</p>      | <p>Punchout Supplier and<br>Purchasing Document Profile</p> | <p>For Punchout Supplier, enter the URL in the Endpoints section, using <code>OrderRequest</code> as the <em>Transaction</em> value.<br><br>For Purchasing Document Profile, enter the URL in the <em>Endpoint</em> field.</p> |
| <p>Ordering Account:<br>Prod From Identity</p>              | Purchasing Document Profile                                 | Enter this value in the *Account User* field.                                                                                                                                                                                  |
| <p>Ordering Account:<br>Prod Sender SharedSecret</p>        | Purchasing Document Profile                                 | Enter this value in the *Account Password* field.                                                                                                                                                                              |


---

# 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/adding-an-odp-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.
