> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-propel-end-user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-propel-end-user/propel-agency-user/employees.md).

# Employees

The Employees screen will show other contact people (employees) who are linked to your Agency account in our system.

Similar to clients, if you are logging in for the first time, you will need to click the sync now button towards the top right of the screen to sync the self-service with our back-end system to load existing relationships.

<figure><img src="/files/SjV4tojkaVRxthOMqG4k" alt=""><figcaption></figcaption></figure>

To create a new contact person (employee) in our system, you may invite a colleague to join the self service portal. By inviting them here, rather than having them simply create a login on their own if they are a new contact, it will ensure that they are added to your account, rather than creating a new agency account in our system.

The invitee will be added here as a pending account:

<figure><img src="/files/vVRQH5kJj1oYYrXNcczP" alt=""><figcaption></figcaption></figure>

The user will receive an email from our system inviting them to join our self-service portal.

<figure><img src="/files/UQqpyUlSgLsYGhctVzKi" alt=""><figcaption></figcaption></figure>

From the email, they will click "Complete your sign-up" which will involve setting a password, agreeing to the Terms and Conditions and re-verifying their email.

Once the colleague has verified their account and set up their password, you will see them as an "Active" user and their account will no longer be flagged as disabled

<figure><img src="/files/GNbrybBo8dMJuUBcg6Mx" alt=""><figcaption></figcaption></figure>


---

# 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.navigaglobal.com/naviga-propel-end-user/propel-agency-user/employees.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.
