# How to add a new Board

1. **Go to Account Settings → Manage Boards**\
   To add a new Board, click on your company name in the sidebar, then select **Account Settings** on your current Dashboard.

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

2. Select **Manage Boards**

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

3. **Create a New Board**\
   In the "Create New Board" section, enter a name that reflects the team or use case (example: `Engineering`, `Client "X"`, or `Marketing`).
4. **Click Add Board**\
   Your new board will appear in the list below - **List of Boards,** with its own configuration space.

<figure><img src="/files/8BQhLio3guYV9wiVMhVT" alt=""><figcaption></figcaption></figure>

### After Creating a Board

You’ll now be able to:

* Add monitors (3rd-party, website, or custom)
* Enable or disable a public status page
* Set up alerts and integrations
* Invite members to this specific board

{% hint style="info" %}
Boards are **independent**, so alerts and services do not overlap unless manually added to each.

Use meaningful names to keep your workspace organized.
{% endhint %}

If you have any questions or need help, feel free to reach out via chat or email us at **<support@isdown.app>** — we’re here to help.

***

**Related Articles**

* [**How to Edit a Board Name**](https://help.isdown.app/profiles/how-to-change-the-name-of-a-profile)
* [**How to Add Team Members**](https://help.isdown.app/accounts/how-to-add-a-team-member)
* [**How to Delete a Board**](https://help.isdown.app/profiles/how-to-delete-a-profile)


---

# 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://help.isdown.app/boards/how-to-add-a-new-board.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.
