> For the complete documentation index, see [llms.txt](https://help.isdown.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.isdown.app/boards/how-to-add-a-new-board.md).

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