# Team & Organization

Manage your organization settings and team members from the side menu.

***

## Organization Info

Open the side menu (hamburger icon, top-left) and go to **My Organization**.

<figure><img src="/files/DnAvFWePpQcVHCaNUaWN" alt=""><figcaption><p>Organization settings</p></figcaption></figure>

Here you can:

* View and update your **organization name**

***

## Team Members

The Team section shows all members with their:

| Column       | Description                            |
| ------------ | -------------------------------------- |
| **Name**     | Display name                           |
| **Email**    | Login email                            |
| **Verified** | Whether the user confirmed their email |
| **Role**     | Admin or Member                        |

### Adding Members

Click **+ Add new member** to invite someone by email. They'll receive an invitation to join your organization.

### Roles

| Role       | Capabilities                                                                                 |
| ---------- | -------------------------------------------------------------------------------------------- |
| **Admin**  | Full access: manage team, organization settings, data sources, billing, lenses               |
| **Member** | Use Leadbay: discover, like, enrich, export, activate. Cannot manage org settings or billing |

Use the action menu (three dots) on each row to change a member's role or remove them.

{% hint style="info" %}
Only admins can import data, manage billing, and change organization settings.
{% endhint %}


---

# 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.leadbay.app/doc/product-guides/team-management.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.
