> 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/getting-started.md).

# Getting Started

- [Welcome](https://docs.stayonhire.com/getting-started/readme.md)
- [Setup](https://docs.stayonhire.com/getting-started/company-setup.md)
- [Business Details](https://docs.stayonhire.com/getting-started/company-setup/business-details.md)
- [Users & Permissions](https://docs.stayonhire.com/getting-started/company-setup/users-and-permissions.md)
- [Features](https://docs.stayonhire.com/getting-started/company-setup/features.md)
- [Integrations](https://docs.stayonhire.com/getting-started/company-setup/integrations.md)
- [Apps](https://docs.stayonhire.com/getting-started/apps.md): This step-by-step guide will help anybody in your team quickly install StayOnHire apps on their tablet, mobile, or desktop devices.
- [Field Actions](https://docs.stayonhire.com/getting-started/apps/field-actions.md): How to install the StayOnHire field app. This app is for field & workshop workers entering field data such as on/off hire times and updating asset details/photos.
- [Office](https://docs.stayonhire.com/getting-started/apps/office.md): How to install the StayOnHire Office app on devices. This app is used predominantly by admins and people in a team who have many controls over creating new data.
- [Software Updates](https://docs.stayonhire.com/getting-started/apps/software-updates.md): Updates are deployed real-time across all devices and can be received by refreshing your device, browser or app.
- [Glossary](https://docs.stayonhire.com/getting-started/glossary.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://docs.stayonhire.com/getting-started.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.
