> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/users-and-access/labour-management/users-in-group/user-information/user-positions-tab.md).

# User Positions Tab

This tracks job history and compensation over time.&#x20;

## Adding a Position

1. On the Positions tab, click Add Position.
2. Fill in the details:
   * **Position title** – job title
   * **Occupation** – select relevant occupation ([User Occupations](/users-and-access/labour-management/user-occupations.md))
   * **Department** – select relevant department ([User Departments](/users-and-access/labour-management/user-departments.md))
   * **Start date (Mondays)** – position starts must align to a Monday
   * **Compensation type** – hourly / daily / weekly / monthly basis for pay
   * **Standard pay rate** – base rate for normal hours
   * **Overtime pay rate** – rate paid once standard hours are exceeded
   * **Bank holiday rate** – special rate for public holidays
   * **Sunday rate** – special rate for Sunday work
   * **Overtime eligible** – whether this position qualifies for overtime pay
   * **Pay for breaks** – whether break time is paid
   * **Count break hours for overtime** – whether paid breaks count toward the overtime threshold calculation
   * **Payment frequency** – how often they're actually paid out (weekly/biweekly/monthly/unknown) — noted as reference only
   * **Standard hours** – expected/contracted hours
   * **Default shift length (hrs)** – default duration when scheduling a shift for this position
   * **Default break length (hrs)** – default break duration per shift
   * **Notes** – free text
3. Click **Add Position**.

{% hint style="success" %}
A position can be future-dated. This means that position information updates automatically on the scheduled date.
{% endhint %}


---

# 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.bossithq.com/users-and-access/labour-management/users-in-group/user-information/user-positions-tab.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.
