> For the complete documentation index, see [llms.txt](https://docs.drivepoint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drivepoint.io/using-the-web-app/team/adding-users.md).

# Adding Users

Invite the whole crew to Drivepoint.

1. Navigate to the [Drivepoint Web-App](https://app.drivepoint.io/)
2. Click on "Team" on the left side bar *(💡you have to be an admin to view this page)*
3. Click on "Invite Users" at the top right

<figure><img src="https://80593965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FePRvSjErXFousUDSWAz7%2Fuploads%2Fp5YuckAWSosVBsR5StyV%2Fimage.png?alt=media&amp;token=2f7ffb95-fb9d-4ea7-9b26-b7c0607cf4fa" alt=""><figcaption><p>See top left button to "Invite Users"</p></figcaption></figure>

4. Add the user's email address

<figure><img src="https://80593965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FePRvSjErXFousUDSWAz7%2Fuploads%2FMPJFBrj4vx2kvNgP0eiX%2Fimage.png?alt=media&amp;token=ad7ac86f-4035-4324-8dc7-83f77a54a350" alt="" width="375"><figcaption><p>💡You can add more than one user at a time!</p></figcaption></figure>

5. Click "Send Invites"
6. You are all done here 🎉 ->  *the invited user(s) will get an an email notification to join your company on Drivepoint. All they need is to click on the button on the email, sign up (Google OAuth is the quickest) and enjoy Drivepoint!*


---

# 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.drivepoint.io/using-the-web-app/team/adding-users.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.
