> 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/office-details.md).

# Office details

### The Hub

We use [Hub Australia](https://www.hubaustralia.com/) when we need a temporary office space in Adelaide, Brisbane, Melbourne, Perth or Sydney.

At the reception desk just ask for a day pass and mention you work for SixPivot. You may want to check with Jayne beforehand to make sure they have your details if you've never done this before.

**Wi-Fi Password:** scan the QR code on the back of the day pass

**Meeting Space:** ask Jayne to book on your behalf if required

Anything else you want to know or see facilities check out the Hub Space [Induction Booklet](https://sixpivot.sharepoint.com/sites/HR/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2FHR%2FShared%20Documents%2FBrisbane%20Office%20Space%2Fhub%2Danzac%2Dsquare%2Dinduction%2Dbooklet%2Epdf\&parent=%2Fsites%2FHR%2FShared%20Documents%2FBrisbane%20Office%20Space\&p=true\&ga=1).

### Other locations

If you're in a location that doesn't have a Hub but does have another co-working office space then reach out to Jayne to check if it is suitable. We do aim to [be flexible](/our-culture/flexibility.md) after all!


---

# 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/office-details.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.
