# Manage Account

Admins can manage the general Account settings in the admin screen:

* Organization Name & Logo
* Auto-join settings
* Allow anonymous guests on boards
* Default team for new joiners

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

### Auto-Join Settings

**Make it easier for account members to share boards with their colleagues.**

The Auto-Join setting allows you to whitelist your company domains so your colleagues can join the account to participate when a board is shared with them, instead of needing a team invite first.

When someone visits a board in the Account for the first time, if their email address matches the domain, they will automatically join the account if there are available seats.

Simply add your Organization domain(s) to the Auto-join setting to allow automatic account joining for anyone with an email addresses from your domain(s), the first time they visit a board.

<mark style="background-color:yellow;">If you do not whitelist any domains, new members will need to be invited to the account before they can participate on a board as a member.</mark>

<figure><img src="/files/2OPwVXQha948cdGswUKd" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Tip - To allow anyone in your domain to automatically join the account when a board is shared with them, type your domain into the Whitelist setting.
{% endhint %}

If an Organization Account has strict access rules, or a user is invited that does not have a trusted domain, then the user will not be able to join the Organization Account via a board link, and will need to be invited to the Team first.

### Anonymous Guest Access

Account Admins can now toggle whether external guests are required to sign in to join boards across the Org Account. (Note - your plan has to include external guests).

<figure><img src="/files/6GhW9AEIPVYQSdSX4tlP" alt=""><figcaption></figcaption></figure>

### Default team for new joiners

This is an optional setting, where you can define the default team(s) that new members are added to when they join the account.

If someone is not invited directly into a team when they join the account, they will be added to the team(s) listed in this setting.

{% hint style="info" %}
You do not have to set a default team.
{% endhint %}

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


---

# 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.ludi.co/management/manage-account.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.
