> 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/editing-your-board-fees.md).

# Editing your Board (Fees)

Once your board has been created you can edit it by following these steps below:

<details>

<summary><strong>Step 1. Navigate to your Board</strong></summary>

* Click on <mark style="color:$primary;">**your address**</mark> in the <mark style="color:$primary;">**top right**</mark> of the screen
* Click <mark style="color:$primary;">**"My Profile"**</mark>
* Choose the <mark style="color:$primary;">**"Boards"**</mark> option in the tab

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

</details>

<details>

<summary><strong>Step 2. Edit Fees</strong></summary>

* Click <mark style="color:$primary;">**"Edit Fees"**</mark>
* Edit the fees and click save

<p align="center"><a href="/pages/4fdnJlwpcaaRDQFeztoG" class="button primary" data-icon="circle-info">Click here for a Full Breakdown of Fees</a></p>

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

</details>

<details>

<summary><strong>Edit MetaInfo</strong></summary>

* Click <mark style="color:$primary;">**"Edit MetaInfo"**</mark>
* Change your Board's title or description
* Change the Logo or Banner
* Add or change any socials
* Click save once you are happy with your edits

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

</details>

<details>

<summary><strong>Privacy and How to Make it Invite Only</strong></summary>

* Click <mark style="color:$primary;">**"Privacy"**</mark>
* Click the box highlighted below and choose between the 3 options:
  * <mark style="color:purple;">**Public:**</mark> <mark style="color:$primary;">**Anyone**</mark> can create a pool or flash token on your board
  * <mark style="color:purple;">**Private:**</mark> Only those you <mark style="color:$primary;">**invite**</mark> to your board can create a pool or flash token
  * <mark style="color:purple;">**Request to Join:**</mark> Users need to <mark style="color:$primary;">**request access**</mark> to be able to create a pool or flash token on your board
* Click "Save Changes"

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

</details>

<details>

<summary><strong>Inviting Members</strong></summary>

* Click <mark style="color:$primary;">**"Invite"**</mark>
* Choose you <mark style="color:$primary;">**invitation type**</mark>
* Enter the wallet address and network
* Optionally add a personal message and an expire time
* Click "Send Invitation"

<div data-with-frame="true"><figure><img src="/files/wEvF9kt2nxYeSK900EFj" alt="" width="325"><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/editing-your-board-fees.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.
