> For the complete documentation index, see [llms.txt](https://basedinc.gitbook.io/basedbid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://basedinc.gitbook.io/basedbid/projects-how-to-guides/how-to-create-a-board.md).

# How to Create a Board

Boards are <mark style="color:$primary;">**custom-branded launchpads**</mark> you deploy under your own unique name. Once live, your community can create Pools and Flash Tokens directly on your board, giving you a <mark style="color:$primary;">**fully branded token launch space**</mark> without building infrastructure from scratch

<p align="center"><a href="/pages/agpuwhzUdwfSO8h8ck5c" class="button primary" data-icon="clipboard-list-check">Click here to learn more about Boards</a>​</p>

<details>

<summary><strong>Step 1. Open the Board Creation Page</strong></summary>

To get started click here  <a href="https://based.bid/create" class="button primary">Create a Board</a>

</details>

<details>

<summary><strong>Step 2. Filling out the Board details</strong></summary>

* **Enter Board Title:** This will be the title of your Branded Board\
  \&#xNAN;*<mark style="color:$primary;">Boards name must contain no spaces, have to be shorter than 10 characters and you choose a unique name</mark>*
* **Enter Board Description:** This will be the description for your Branded Board\
  \&#xNAN;*<mark style="color:$primary;">Max Characters: 789</mark>*

<div data-with-frame="true"><figure><img src="/files/Yiz2Kz1PZyYU8bZYttUK" alt="" width="563"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>Step 3. Adding your Graphics</summary>

* Add your logo by dragging and dropping or choosing a file, *<mark style="color:$primary;">the recommended ratio is 1:1</mark>*
* Add your banner by dragging and dropping or choosing a file, *<mark style="color:$primary;">the recommended ratio is 9:1</mark>*

<div data-with-frame="true"><figure><img src="/files/17C1I0wvNSW1e5kKgjYq" alt="" width="563"><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>Step 4. API</strong></summary>

* Choose how many API requests your board can process per second through the SDK\
  \&#xNAN;*<mark style="color:purple;">This only applies if projects on your board are launching programmatically via API or AI agent</mark>*
* Requests that <mark style="color:$primary;">**exceed your plan's limit**</mark> will be <mark style="color:$primary;">**rejected**</mark>

<div data-with-frame="true"><figure><img src="/files/eOZp9Ow1cEpz5lRdGdFm" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>Step 5. Create</summary>

Once you're happy with your setup, click <mark style="color:$primary;">**Create Board**</mark> to go live

*If you want to configure optional features before launching, do that first*

<div data-with-frame="true"><figure><img src="/files/v1dcMZTHoCnwkoaRGluW" alt=""><figcaption></figcaption></figure></div>

</details>

### Optional Settings

<details>

<summary><strong>Adding your Socials</strong></summary>

* **Socials:** Add your social links. Make sure to use the correct link format for each platform:
  * *<mark style="color:$primary;">Example:</mark>* [*<mark style="color:$primary;">https://t.me/yourchannel</mark>*](https://t.me/yourchannel)
  * *<mark style="color:$primary;">Example:</mark>* [*<mark style="color:$primary;">https://x.com/yourhandle</mark>*](https://x.com/yourhandle)

<div data-with-frame="true"><figure><img src="/files/KOyUccSpihrAoS1pb8br" alt="" width="563"><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>Board Visibility</strong></summary>

Here you can control whether your board is <mark style="color:$primary;">**publicly visible or restricted to invited users**</mark> only

* **Public:** <mark style="color:$primary;">**Anyone**</mark> can view and discover your board
* **Private:** Only <mark style="color:$primary;">**invited users**</mark> can view and participate

<div data-with-frame="true"><figure><img src="/files/v8QXNefgvlGaYPmbPfxd" alt="" width="563"><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>Board Fee Settings</strong></summary>

Configure the fees your board collects from flash token and pool launches

<p align="center"><a href="/pages/4fdnJlwpcaaRDQFeztoG" class="button primary" data-icon="comments-question">For a Full Breakdown of the Board Fees Check Here</a></p>

<div data-with-frame="true"><figure><img src="/files/3RS6DaDEKp4XL8Drk4aA" alt=""><figcaption></figcaption></figure></div>

</details>


---

# 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://basedinc.gitbook.io/basedbid/projects-how-to-guides/how-to-create-a-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.
