# Set up Data Boards

To set up data boards, follow these steps:

**Step 1:** Go to the **"Data Boards"** section and click the button **"Create New"** located on the top right side. After dropdown menu appears, Click the button **"New Board".**

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

**Step 2:** Type in **"Board Name"** and **"Board Description"**.

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

**Step 3:** Type in **"Field Name"** and **"Field Type"**.

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

**Add More Fields**: Click the button **"Create New"** located on the top right side and click the button **"New Field".**

**Add More Records**: Click the button **"Create New"** located on the top right side and click the button **"New Record".**

![](/files/8RUKNJxY9E914nGoe6ms)

With the steps above, you can easily set up Data Board.

## Create Contact record in Data Boards

**Step 1:** From Data Boards, go to Contacts Board, click create new and select new record.

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

**Step 2:** Input your full name and any other relevant details into designated fields. Once done, save the information by clicking the save icon located at the top right corner to successfully create the contact record.

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

## Create Opportunities and link it with Contact record in Data Boards

* One Contact Record can have multiple linked Opportunity Records.

**Step 1:** Navigate to Contact Record you've created, proceed to the Opportunities tab within that record, click on the edit icon on the top right, and subsequently click the plus icon to create new Opportunities associated with that particular Contact Record.

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

**Step 2:** Input your Opportunities Name and click the save icon and you will have successfully created an Opportunity under your Contact Record.

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

## Create Tasks and link it with Contact Record or Opportunities in Data Boards

**Step 1:** To generate a new task from the Contact Record Board, access the task tab within the Contact Record and select the edit icon at the top right. While in edit mode, locate the plus icon at the bottom right, enabling you to add a new Task. You'll be prompted to link it with a contact and opportunity, or directly link it to a Contact. Once linked, click the save icon to finalize the Task creation process.

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

**Step 2:** Once completed, your newly added Task will be visible under the Task tab within your Contact Record.

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

**Step 3:** You can directly link a task to an Opportunity by creating Task inside the Opportunity Record. Navigate to your Opportunity Record and go to the Task tab, click edit icon and input your Task Name and click save.

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

## Error case (Invalid URL)

<figure><img src="/files/0faQWsoTF05Jir2kJWVx" alt=""><figcaption></figcaption></figure>

* Under the Task Board, if the URL is pasted at wrong field for example the Contact Record URL is pasted at Opportunity Record field while Opportunity Record URL is pasted at Contact Record field, it will show an error message of wrong URL.
* If the link you pasted in invalid or is from a deleted Contact Record or Opportunity Record, it will trigger an error message.
* If an Opportunity Record isn't connected to a Contact Record, but a Task is connected to the Contact Record, sharing the Opportunity's Record link with the Task will create a mismatch since the Opportunity Record isn't associated directly with the Contact Record as can be seen from the figure below.

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

* **Mismatch Scenario 1:** Contact URL is Contact A but Opportunity A URL is Contact B
* **Mismatch Scenario 2:** Contact URL is Contact A but Opportunity A has no Contact linked

## Opportunity conflict ( Editing contact URL and task URL)

**Step 1:** Navigate to your Opportunity you have created from Opportunity Board, for example based on below Opportunity Jagjit-27, it is linked to Contact Record Jagjit.

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

**Step 2:** Navigate to your Task you have created from Task Board, as can be seen in below figure, it is linked to the Contact Record (Jagjit) and also the Opportunity (Jagjit-27).

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

**Step 3:** From the Opportunity Board, for example replace the Contact Record URL “Jagjit” with “Jagjit2” Contact Record URL and click save.

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

**Step 4:** Navigate to Contact Record, for this instance we navigate to “Jagjit2” and we can see the Tasks and Opportunities which were from Contact Record “Jagjit” are updated to Contact Record “Jagjit2”.

<figure><img src="/files/ds4vggf6KIZQz6OrO5Sm" 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://imbrace.gitbook.io/imbrace-documentation/onboarding-guide/set-up-data-boards.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.
