# Adding a New User to Your Team

To invite a new team member to Codefortify, hover over your avatar in the top right corner of your browser window

Select ["My Company"](https://app.codefortify.ai/Company)

Select "Invite a Coworker"&#x20;

Enter the email address of the team member you'd like to invite and select "Save Changes"&#x20;

Your team member will receive an invite to setup their profile a few seconds after your submission


---

# Agent Instructions: 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://docs.codefortify.ai/getting-started/adding-a-new-user-to-your-team.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.
