> For the complete documentation index, see [llms.txt](https://community.threekit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.threekit.com/learn/training/self-led-training/adding-pricing.md).

# Adding Pricing

In the left-hand menu under "Settings" select "Pricebooks."<br>

<figure><img src="/files/VQNsSzjaJ1AGG29NeZtQ" alt="" width="324"><figcaption></figcaption></figure>

Click the "New Pricebook" button in the upper right.<br>

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

Add an appropriate name and select your desired currency.<br>

<figure><img src="/files/gqQqph4z5iEQN0gUkgP0" alt="" width="563"><figcaption></figcaption></figure>

If desired, add additional currencies.<br>

<figure><img src="/files/lP897TxCeOPTMGEzsZ8f" alt="" width="563"><figcaption></figcaption></figure>

Click "Done." Your Pricebook should now be listed.<br>

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

Open the item in your catalog where you wish to add pricing.\
Locate the "Pricing" section in the lower right-hand corner.\
From the dropdown menu, select the pricebook you created.<br>

<figure><img src="/files/oxNNmcpmD3XmwIrfJlXE" alt="" width="447"><figcaption></figcaption></figure>

Add appropriate values for each currency. Click "Save item."<br>

<figure><img src="/files/SdRRh9jJYCNKot8uIHaw" alt="" width="443"><figcaption></figcaption></figure>

{% hint style="info" %}
NOTE: If your configurator includes item selections with an additional cost, those are calculated in the preview window.
{% endhint %}

<figure><img src="/files/cX3knV2WHkG8zja0d23q" alt="" width="456"><figcaption><p>Base Price</p></figcaption></figure>

### Video <a href="#h_01ffqk5a6fzx2k9yrgfa34hkvf" id="h_01ffqk5a6fzx2k9yrgfa34hkvf"></a>

{% embed url="<https://www.youtube.com/embed/tDQmiMyo9Vs>" %}


---

# 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://community.threekit.com/learn/training/self-led-training/adding-pricing.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.
