# Data Types

The Whiteboard SaaS template has a pretty simple database setup. There are two data types:

1. Board
2. User

Board is used to identify which Whiteboard is to be loaded on the "Board" page and to show a list of boards in the dashboard. **Board** has the following fields:

<table><thead><tr><th>Field</th><th width="152.99999999999997">Type</th><th>Used for</th></tr></thead><tbody><tr><td>Board Members</td><td>User (list)</td><td>Record what users have been invited to work on the whiteboard</td></tr><tr><td>ID</td><td>Text</td><td>A unique 15-digit string used to identify each board*</td></tr><tr><td>Owner</td><td>User</td><td>The user who originally created the whiteboard</td></tr></tbody></table>

*\* You'll need to generate this yourself when creating a new board. More detail on how to do this is available in the "Board" section of the "Pages" section of the documentation.*

User is the standard data type that comes with Bubble. There are no custom fields beyond what comes with every Bubble app.


---

# 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://cranford-tech.gitbook.io/whiteboard-saas-theme-documentation/data-types.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.
