> 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/new-starters/access-and-licenses.md).

# Access and licenses

We have a bunch of different systems that we use to do our jobs. Some things like Slack, everyone uses all the time so we will make sure you have access to these when you start. Other things, like whether you use JetBrains IDEs, are up to you so we'll only purchase or assign a license to these things on request (there's no "approval" process though, we just don't want to pay for things we don't need).

The common systems we use are listed below, but if you need access to something not listed here, reach out to Jayne or your manager and have a chat about it.

| System        | Point of Contact    | Who has access? |
| ------------- | ------------------- | --------------- |
| Microsoft 365 | Bill (@billchesnut) | Everyone        |
| MSDN          | Bill (@billchesnut) | Everyone        |
| Slack         | Jayne (@jayne)      | Everyone        |
| 1Password     | Jayne (@jayne)      | Everyone        |
| Xero          | Jayne (@jayne)      | Everyone        |
| WorkflowMax   | Jayne (@jayne)      | Everyone        |
| JetBrains     | Jayne (@jayne)      | As requested    |
| Pluralsight   | Jayne (@jayne)      | As requested    |
| LINQPad       | Jayne (@jayne)      | As requested    |
| Miro          | Jayne (@jayne)      | As requested    |
| Balsamiq      | Jayne (@jayne)      | As requested    |

#### AI Tooling

Everyone has a preference when it comes to tooling and we don't want to *enforce* or limit to a particular tool. So we have a range of tools that are pre-approved for use at SixPivot. You can request a license for **one** AI tool of your choice. And if you need additional tools, reach out to Shirley to have a chat about it. Just please be sure to cross check with our [AI Assisted Software Development Policy. ](https://handbook.sixpivot.com.au/~/revisions/xhUBUn4eNuCID5oan4Qk/how-we-work/policies/ai-assisted-software-development-policy)

| Tool                 | Point of Contact   | Who has access? |
| -------------------- | ------------------ | --------------- |
| GitHub Copilot       | Shirley (@shirley) | As requested    |
| JetBrains AI (Junie) | Shirley (@shirley) | As requested    |
| Cursor               | Shirley (@shirley) | As requested    |
| Claude Code          | Shirley (@shirley) | As requested    |
| ChatGPT              | Shirley (@shirley) | As requested    |
| Microsoft 365        | Shirley (@shirley) | As requested    |


---

# 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/new-starters/access-and-licenses.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.
