# Adding and Removing Program Team Members

**Adding program team members**

* Go to [Program Settings](https://app.secuna.io/program-settings/) then select [Team Members](https://app.secuna.io/program-settings/team-settings).

![](https://downloads.intercomcdn.com/i/o/271040540/ac07ef2f581c841747deb331/image.png)

* Click the **Add** button

![](https://downloads.intercomcdn.com/i/o/271041167/cfdd57c7716b63a05a84946d/image.png)

* Enter the email address of your team member and choose a role.

| **Role**   | **Description**                                              | **Permissions**                                                                                                                              |
| ---------- | ------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Owner      | The user who created the program.                            | <ul><li>Modify Program Settings</li><li>Invite Team Members</li><li>Access and View Submissions</li><li>Access Billing Information</li></ul> |
| Admin      | The user who can invite team members and access submissions. | <ul><li>Invite Team Member</li><li>Access and View Submissions</li></ul>                                                                     |
| Triager    | The user who can access submissions.                         | <ul><li>Access and View Submissions</li></ul>                                                                                                |
| Accounting | The user who can access the billing information.             | <ul><li>Access Billing Information</li></ul>                                                                                                 |

* Then click "**Invite to team**" to invite the user to your program.
*

**Removing program team members**

* Go to [Program Settings](https://app.secuna.io/program-settings/) then select [Team Members](https://app.secuna.io/program-settings/team-settings).
* Choose the team member and click **Delete** button.
* A pop-up will appear on your screen, click **Proceed** button to remove the program team member.


---

# 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://faq.secuna.io/guides/adding-and-removing-program-team-members.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.
