# Navigation & Account Settings

When a user first logs into the BlueFletch Portal, they are taken to the default Support Agent dashboard as defined by the organization's administrator. The user can make changes to their account settings at any time. If the user's email has been assigned as an external user to additional organizations, they can switch organizations from the navigation sidebar.

### Switch Organizations <a href="#switch-organizations" id="switch-organizations"></a>

To access alternative organizations, click on the user's name near the bottom of the navigation sidebar. If the user has multiple organizations to choose from, they will be displayed in this section.&#x20;

The organizations most recently visited during that login session are listed under Recent Organizations. The user can access all organizations they have external accounts with by pressing All Organizations.

<figure><img src="/files/9c10X48dMsyYbjEKBIpJ" alt="" width="563"><figcaption></figcaption></figure>

### Account Settings <a href="#account-settings" id="account-settings"></a>

From the Account Settings, users can edit their account information, select their personal default dashboard within an organization, and change their password. To open, click the user's name near the bottom of the navigation sidebar and select "Account Settings" from the menu.

<figure><img src="/files/ddlxmsbn6H50JolXHdxx" alt="" width="563"><figcaption></figcaption></figure>

#### Changing the User Information <a href="#changing-the-user-information" id="changing-the-user-information"></a>

1. On the Account Settings page, edit your first name, last name, or phone number.&#x20;
2. After you have finished editing, click Save Changes.&#x20;
3. A toast notification will appear at the bottom of the screen to confirm the change.&#x20;

<figure><img src="/files/mnfArAm3SJhxG95n1QPY" alt="" width="563"><figcaption></figcaption></figure>

4. To apply the changes, log out of the BlueFletch Portal and then log back in.

#### Changing the Default Dashboard View <a href="#changing-the-default-dashboard-view" id="changing-the-default-dashboard-view"></a>

1. From the ***Account Settings*** page, select the **Default Dashboard** dropdown menu.

<figure><img src="/files/DRQhsxOsyXyyoBES0EFj" alt="" width="563"><figcaption></figcaption></figure>

2. Choose a new dashboard from the list, and confirm that the new dashboard name is populated in the Default Dashboard field.&#x20;
3. Click Save Changes.&#x20;
4. To view the new default dashboard, navigate to Support Agent - Home.

### Changing the Password <a href="#changing-the-password" id="changing-the-password"></a>

1. On the Account Settings page, enter the current password.&#x20;
2. Create a new password that is at least 8 characters long and includes at least one uppercase letter, one number, and one special character.

<figure><img src="/files/giUntVpgvVd16C7es1KU" alt="" width="563"><figcaption></figcaption></figure>

3. Confirm the new password and click Change Password.&#x20;
4. A toast notification will appear at the bottom of the screen to confirm the change.

<figure><img src="/files/lYigLSYADpdRLQpliJPJ" alt="" width="563"><figcaption></figcaption></figure>

5. If the user enters an invalid password or the passwords do not match, the password fields will be highlighted in red and an error message will be displayed to inform the user of the password requirements.

<figure><img src="/files/aR2wUh0vW2uXQrB84WxS" alt="" width="563"><figcaption></figcaption></figure>

### Resources <a href="#resources" id="resources"></a>

The **Resources** menu at the bottom of the navigation sidebar includes:

* **Documentation:** Opens the BlueFletch Enterprise Documentation site in a new browser tab.
* **About:** Displays a pop-up modal with software information about the BlueFletch Portal.
* **Terms:** Opens the BlueFletch Portal terms and conditions in a new browser tab.
* **Privacy:** Opens the BlueFletch Portal privacy statement in a new browser tab.

<figure><img src="/files/Baxi0uPQ248tLMSfU7PO" alt="" width="540"><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.bluefletch.com/bluefletch-enterprise/product-guides/portal/navigation-and-account-settings.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.
