> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/equipme/my-company.md).

# My Company

- [Locations](https://hub.equipme.io/equipme/my-company/locations.md)
- [Add locations manually](https://hub.equipme.io/equipme/my-company/locations/add-locations-manually.md)
- [Import/Update Locations via Excel](https://hub.equipme.io/equipme/my-company/locations/import-update-locations-via-excel.md)
- [Importing locations through HR Sync](https://hub.equipme.io/equipme/my-company/locations/importing-locations-through-hr-sync.md)
- [Assign Managers via Excel Import](https://hub.equipme.io/equipme/my-company/locations/assign-managers-via-excel-import.md)
- [Groups](https://hub.equipme.io/equipme/my-company/groups.md)
- [How to create a group](https://hub.equipme.io/equipme/my-company/groups/how-to-create-a-group.md)
- [Automated Service Assignment with Templates](https://hub.equipme.io/equipme/my-company/groups/automated-service-assignment-with-templates.md)
- [Group Tags](https://hub.equipme.io/equipme/my-company/groups/group-tags.md)
- [Employees](https://hub.equipme.io/equipme/my-company/employees.md)
- [Add employees manually](https://hub.equipme.io/equipme/my-company/employees/add-employees-manually.md)
- [Import and Sync Employees automatically (HR-Sync)](https://hub.equipme.io/equipme/my-company/employees/import-and-sync-employees-automatically-hr-sync.md)
- [Self-Service](https://hub.equipme.io/equipme/my-company/employees/self-service.md)
- [Activate Self-Service for Employees](https://hub.equipme.io/equipme/my-company/employees/activate-self-service-for-employees.md)
- [Invite Employees to Self-Service](https://hub.equipme.io/equipme/my-company/employees/invite-employees-to-self-service.md)
- [Self-Service Tags](https://hub.equipme.io/equipme/my-company/employees/self-service-tags.md)
- [Importing the Organizational Structure](https://hub.equipme.io/equipme/my-company/employees/importing-the-organizational-structure.md)
- [Importing Cost Centers](https://hub.equipme.io/equipme/my-company/employees/importing-cost-centers.md)
- [Managing Employee Status in equipme](https://hub.equipme.io/equipme/my-company/employees/managing-employee-status-in-equipme.md)
- [Managing Handover and Return PDF Documents](https://hub.equipme.io/equipme/my-company/employees/managing-handover-and-return-pdf-documents.md)
- [Offboarding Add-on](https://hub.equipme.io/equipme/my-company/employees/offboarding-add-on.md)
- [How to configure the swap addon](https://hub.equipme.io/equipme/my-company/employees/how-to-configure-the-swap-addon.md)
- [How to fulfill a swap request](https://hub.equipme.io/equipme/my-company/employees/how-to-fulfill-a-swap-request.md)
- [The Ticket-System](https://hub.equipme.io/equipme/my-company/employees/the-ticket-system.md)
- [Working with support groups](https://hub.equipme.io/equipme/my-company/employees/working-with-support-groups.md)
- [Delivery Address Options in Self Service](https://hub.equipme.io/equipme/my-company/employees/delivery-address-options-in-self-service.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://hub.equipme.io/equipme/my-company.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.
