> For the complete documentation index, see [llms.txt](https://docs.stayonhire.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stayonhire.com/billing/billable-items/other-billable-items.md).

# 'Other' Billable Items

## How to Create

### 1. Create new

'Other' billable items can be created from the following pages around the app:

a) The 'Create' main menu dropdown option

<figure><img src="/files/5EWo8EcoRxbRQDr0HnZU" alt=""><figcaption><p>Main Menu > 'Billable item'</p></figcaption></figure>

As this was create from the main menu, we give you the baility to link this to a job in StayOnHire:

<figure><img src="/files/cRekZdG2rDYtKFN5n9EZ" alt=""><figcaption><p>A 'New billable item' popup, with no job link pre-filled</p></figcaption></figure>

b) The blue 'Add other' button inside a Job's 'Billable Items' page

<figure><img src="/files/zB967i19ehUXDgmZnDsH" alt=""><figcaption><p>Open the job > Billable Items > 'Add other"</p></figcaption></figure>

Where you create billable items from with a job, we will pre-ill the job value into the billable item:

<figure><img src="/files/WPTcwrpoL4AL0knWaFde" alt=""><figcaption><p>A 'New billable item' created within a job, will pre-filled the job value</p></figcaption></figure>

### 2. Enter a description

This value is what the customer will see as a line in their invoice.&#x20;

### 3. Select a Calculation

#### Flat Rate ($) vs Percentage on invoice total (%)

Now you will to select whether you want to charge a flat value or a percentage:

<figure><img src="/files/Z2JY3YcEzhlbSFGe65yi" alt=""><figcaption><p>A billable item can be calculated in several ways</p></figcaption></figure>

**Flat Value ($)**

Flat value will allow you to charge, as simply a value.

i.e. 1 x $100.00 = $100.00 total&#x20;

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

**Percentage on each invoice total (%)**

A percentage value will chnage based on the invoice's subtotal value.

i.e. 1 x 2% = $100.00 total&#x20;

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

<p align="center"></p>

Important notes:

* Percentage charges **do not compound**\
  i.e. Creating two 10% charges on a job invoice worth $100.00 ex taxes, will create two rows of $10.00 each, subtotalling $120.00.&#x20;
* All percentage-based billable items can only have a Quantity locked to "1"\
  This helps create consistency in expected invoice funcitonality and avoid unecessary confusion.

## Using Recurring Billable Items

In the below example&#x20;


---

# 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.stayonhire.com/billing/billable-items/other-billable-items.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.
