> For the complete documentation index, see [llms.txt](https://docs.ventureflow.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ventureflow.xyz/user-management.md).

# User Management

User management panel is designed for the organization admin to manage the user roles and team organization. Different roles have different authority and access to different data. Learn more about roles authority below to create a smooth collaboration within your firm.

### How to Invite Users into Organisation

In Beta Testing Version, when you're invited as an organization admin, you are able to invite other signed up users into your organization and assign roles to them.

* **Normal** - ordinary users, usually are deal/investment managers who can manage leads/deals information.
* **Finance** - firm finance, who can manage funds, wallets and confirm token vesting info.
* **Org admin** - the most essential role of the organization, who can have all of the access and edit authorities.

### How to Create A Team

If you need to add and manage multiple teams in your firm, goto the Team page / List / Create Team. Select the team and add team members. Choose one of them as the team leader who can view the team data via Dashboard and Analytics panels.

<br>


---

# 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.ventureflow.xyz/user-management.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.
