> For the complete documentation index, see [llms.txt](https://handbook.sixpivot.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.sixpivot.com.au/how-we-work.md).

# How we work

- [Project structure ](https://handbook.sixpivot.com.au/how-we-work/project-structure.md)
- [Consulting Manifesto](https://handbook.sixpivot.com.au/how-we-work/consulting-manifesto.md)
- [Our approach to engagements](https://handbook.sixpivot.com.au/how-we-work/our-approach-to-engagements.md)
- [How we do timesheets](https://handbook.sixpivot.com.au/how-we-work/how-we-do-timesheets.md)
- [Communication](https://handbook.sixpivot.com.au/how-we-work/communication.md): How we communicate at SixPivot
- [Slack channels](https://handbook.sixpivot.com.au/how-we-work/slack-channels.md): How our Slack channels work high level.
- [Professional Development (PD)](https://handbook.sixpivot.com.au/how-we-work/professional-development-pd.md)
- [Leave](https://handbook.sixpivot.com.au/how-we-work/leave.md)
- [Switcharoos](https://handbook.sixpivot.com.au/how-we-work/leave/switcharoos.md)
- [Parental Leave](https://handbook.sixpivot.com.au/how-we-work/leave/parental-leave.md)
- [Domestic Violence Support](https://handbook.sixpivot.com.au/how-we-work/leave/domestic-violence-support.md)
- [Unpaid Me Time](https://handbook.sixpivot.com.au/how-we-work/leave/unpaid-me-time.md)
- [Shutdown period](https://handbook.sixpivot.com.au/how-we-work/leave/shutdown-period.md): (Christmas/New Years)
- [Long Service Leave](https://handbook.sixpivot.com.au/how-we-work/leave/long-service-leave.md)
- [Salary](https://handbook.sixpivot.com.au/how-we-work/salary.md)
- [Tracking sheet](https://handbook.sixpivot.com.au/how-we-work/tracking-sheet.md): Where am I working? Where is everyone else working?
- [Internal innovation](https://handbook.sixpivot.com.au/how-we-work/internal-innovation.md)
- [Office details](https://handbook.sixpivot.com.au/how-we-work/office-details.md): Want a desk and get outta the house? Got you covered
- [Submitting expenses](https://handbook.sixpivot.com.au/how-we-work/submitting-expenses.md): How to submit expense claims for reimbursement
- [Policies](https://handbook.sixpivot.com.au/how-we-work/policies.md)
- [AI-Assisted Software Development Policy](https://handbook.sixpivot.com.au/how-we-work/policies/ai-assisted-software-development-policy.md)
- [Approved AI Tools](https://handbook.sixpivot.com.au/how-we-work/policies/ai-assisted-software-development-policy/approved-ai-tools.md): Tools which have been approved for use with SixPivot and Client Data
- [Guidelines for AI Tools and AI Assisted Development](https://handbook.sixpivot.com.au/how-we-work/policies/ai-assisted-software-development-policy/guidelines-for-ai-tools-and-ai-assisted-development.md)
- [Cybersecurity Policy](https://handbook.sixpivot.com.au/how-we-work/policies/cybersecurity-policy.md)
- [Travel and expenses](https://handbook.sixpivot.com.au/how-we-work/policies/travel-and-expenses.md): Our policy
- [Psychosocial Hazards](https://handbook.sixpivot.com.au/how-we-work/policies/psychosocial-hazards.md)


---

# 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://handbook.sixpivot.com.au/how-we-work.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.
