> For the complete documentation index, see [llms.txt](https://docs.fairmarkit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairmarkit.com/buyers/integrations/fairmarkit-punchout/fairmarkit-punchout-setup-in-your-purchasing-application.md).

# Fairmarkit PunchOut setup in your purchasing application

If your purchasing application provides PunchOut integration, you will be able to quickly integrate with Fairmarkit in a few steps. You will need to have Admin access to your purchasing application to complete the setup.

**Note**: Fairmarkit PunchOut uses standard cXML integration and works with most applications that support punchout. However, if you run into any issues, contact your Fairmarkit Customer Success Representative for help with your setup.

### Add the Fairmarkit PunchOut URL <a href="#addthefairmarkitpunchouturl" id="addthefairmarkitpunchouturl"></a>

First, you will need to add the Fairmarkit PunchOut URL to your purchasing application.The URL defines the location where Fairmarkit will share data. Fairmarkit will provide you with two URLs for staging (testing) and production (live) environments and will work with you to define a transformation.

### Connect to Fairmarkit PunchOut <a href="#connecttofairmarkitpunchout" id="connecttofairmarkitpunchout"></a>

Next, you will need to connect to Fairmarkit PunchOut as a linked supplier and set properties for the integration. You will need to create a cXML punchout type of connection and then select the Fairmarkit PunchOut URL as the direct connection.

For the connection, you will need to set the following properties:

Note: When adding these values, user lowercase characters and do not include spaces.

* **From\_Domain:** Enter *network-id*.
* **From\_Identity**: Enter your organization's short code ID or buyer company name in Fairmarkit.
* **Sender\_Domain**: Enter *network-id*.
* **Sender\_Identity**: Enter your organization's short code ID or buyer company name in Fairmarkit.
* **Shared\_Secret**: Enter your shared secret token. Fairmarkit will provide a token that is specific for your organization.
* **To\_Domain**: Enter *network-id*.
* **To\_Identity**: Enter *fairmarkit-t*.


---

# 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.fairmarkit.com/buyers/integrations/fairmarkit-punchout/fairmarkit-punchout-setup-in-your-purchasing-application.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.
