> 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/requesters-intake/create-a-request/select-price-books-items-requesters.md).

# Select price books items (requesters)

Price books are lists of preapproved items and prices your company has set up with suppliers. These can come from hosted catalogs or punchouts. When you submit a request, KIT can suggest matching items from these catalogs based on the item’s description, manufacturer, or category. If all items in your request are matched, the request may be routed directly for purchase, skipping extra steps.

{% hint style="info" %}
**Why don't I see price books?** Price books are only available if your company has turned on the feature and uploaded catalogs.
{% endhint %}

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

### Why use Price Books or punchouts? <a href="#whyusepricebooks" id="whyusepricebooks"></a>

* **Faster requests**: You can select items that are already approved—no extra review needed.
* **Fewer errors**: Use the right items with the right prices, every time.
* **Less back-and-forth**: Get what you need more quickly, without extra questions or delays.

### Request an item <a href="#requestanitem" id="requestanitem"></a>

When you submit a request, include key details like the item description, manufacturer, or category. KIT uses semantic search, so it understands what you mean, not just the exact words, to find matching items in your company’s price books. If matches are found, you’ll be able to review and select from a list of suggested items.<br>

<figure><img src="https://docs.fairmarkit.com/content/intake/images/intake-pricebooks_thumb_0_0.png" alt=""><figcaption></figcaption></figure>

<br>


---

# 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/requesters-intake/create-a-request/select-price-books-items-requesters.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.
