> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/additional-details/members/faqs.md).

# FAQs

<details>

<summary><strong>What are Members in BizMagnets?</strong></summary>

Members are individual users who have access to the BizMagnets platform. They can be assigned specific roles and permissions based on their responsibilities within your organization.

</details>

<details>

<summary><strong>How do I add new members to my team?</strong></summary>

You can invite new members via the BizMagnets dashboard by entering their email addresses and assigning them appropriate roles. Invitations are sent automatically, allowing them to join and set up their accounts.

</details>

<details>

<summary><strong>What is the purpose of teams in BizMagnets?</strong></summary>

Teams help organize members into groups that share common tasks or projects. This structure streamlines collaboration and ensures that everyone has access to the relevant data and tools needed for their role.

</details>

<details>

<summary><strong>How are roles defined in BizMagnets?</strong></summary>

Roles in BizMagnets determine the level of access and permissions each member has. Common roles include administrators, managers, and agents, each with tailored capabilities to support your business workflows.

</details>

<details>

<summary><strong>Can I customize roles and permissions?</strong></summary>

Yes, BizMagnets allows you to customize roles to fit your organization’s unique needs. You can adjust access levels and permissions for each role to ensure proper control and security within your team.

</details>

<details>

<summary><strong>Who can manage team settings and assign roles?</strong></summary>

Typically, administrators have full control over team settings and role assignments. They can add or remove members, create teams, and modify role permissions as needed.

</details>


---

# 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.bizmagnets.ai/additional-details/members/faqs.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.
