> 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/locations/assign-managers-via-excel-import.md).

# Assign Managers via Excel Import

{% embed url="<https://my-workspace-iig.share.arcade.software/share/soml5G3Tk9KxRMUNzjRw>" %}

### Assign Managers to Locations via Excel

Assigning or updating managers across multiple locations can become time-consuming if done individually. The Excel import is designed to handle this efficiently – especially when structures change regularly, new managers join or responsibilities shift between teams.

Instead of editing assignments one by one, you can prepare all changes in an Excel file and apply them in bulk. This keeps your data consistent, reduces manual effort and lowers the risk of human error.

***

#### Excel Structure and Required Fields

For the import to work smoothly, the spreadsheet must follow a defined structure. The sample file provides the correct layout and can be used as a direct template. The following attributes are required:

| Field                | Purpose                                                      |
| -------------------- | ------------------------------------------------------------ |
| **Location ID**      | Defines which location the assignment applies to             |
| **Manager username** | Email or username of the manager being assigned or updated   |
| **Manager role**     | Role type such as `location-executive` or `location-manager` |
| **Action**           | Defines the intended change: `add`, `update` or `remove`     |

Additional fields may appear depending on configuration, but these four are essential for a valid import.


---

# 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:

```
GET https://hub.equipme.io/equipme/my-company/locations/assign-managers-via-excel-import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
