> For the complete documentation index, see [llms.txt](https://help.cymmetri.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cymmetri.io/my-workspace/how-to-use-the-my-workspace/team.md).

# Team

The Team Page in My Workspace empowers managers to have a holistic view of their team's access and permissions within the organization. This documentation covers the essential features and functionalities available on the Team Page.

### Team Members

On the Team Page, managers can see a list of all their team members. This list serves as a quick reference to identify team members and access their profiles, applications, groups, and risk violations.

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

### Info&#x20;

Managers can access detailed profile information for each team member. This includes contact details, designation, department, and other relevant information. This section helps managers keep track of their team members' details for efficient communication and management.

<figure><img src="/files/KWRGHVi0Gplgl86QVetQ" alt=""><figcaption><p>Info</p></figcaption></figure>

### Applications&#x20;

In the Applications Section, managers can view applications that are already assigned to their team members. This provides a clear overview of the software and systems each team member can access.

Managers also have the capability to assign access to applications directly from this section. This streamlined process simplifies application management and ensures that team members have the right tools to perform their roles effectively.

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

### Groups&#x20;

In the Groups Section, managers can view the groups that are assigned to their team members. Groups are useful for managing permissions and access to specific resources within the organization.

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

#### Risk and Violations Section

The Risk and Violations Section allows managers to monitor their team members for any risk violations. This helps maintain compliance and security within the organization by promptly addressing any potential issues.

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

The Team Page offers a comprehensive solution for managing your team's access and permissions, streamlining workflows, and maintaining a secure and compliant environment. With this documentation, you can make the most of these features to ensure efficient and effective team management within your organization.


---

# 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://help.cymmetri.io/my-workspace/how-to-use-the-my-workspace/team.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.
