> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-bio/readme.md).

# Overview

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask a question…</button>

<button type="button" class="button secondary" data-action="ask" data-query="How do I add a call-to-action button?" data-icon="circle-question">How do I add a call-to-action button?</button><button type="button" class="button secondary" data-action="ask" data-query="How do I reconnect Instagram?" data-icon="circle-question">How do I reconnect Instagram?</button><button type="button" class="button secondary" data-action="ask" data-query="How do I hide a tab?" data-icon="circle-question">How do I hide a tab?</button>

***

## Browse the docs

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch" style="color:$primary;">:rocket-launch:</i></h4></td><td><h4>Get started</h4></td><td>Learn your way around the Mkr.Bio editor and make the profile your own.</td><td><a href="/pages/DqCj2CG1oYCeEDEsKCxl">/pages/DqCj2CG1oYCeEDEsKCxl</a></td></tr><tr><td><h4><i class="fa-square-plus" style="color:$primary;">:square-plus:</i></h4></td><td><h4>Add content</h4></td><td>Add items, buttons and social links to your profile.</td><td><a href="/pages/uS353pn91A1WgyIfviJl">/pages/uS353pn91A1WgyIfviJl</a></td></tr><tr><td><h4><i class="fa-bars" style="color:$primary;">:bars:</i></h4></td><td><h4>Menus and tabs</h4></td><td>Rename, reorder, and hide the tabs and menu items on your profile.</td><td><a href="/pages/39FTT0ktQkyvgeedXyl2">/pages/39FTT0ktQkyvgeedXyl2</a></td></tr><tr><td><h4><i class="fa-instagram" style="color:$primary;">:instagram:</i></h4></td><td><h4>Instagram connection</h4></td><td>Keep your Instagram account linked so Maker can pull in your latest posts.</td><td><a href="/pages/iqkBOUPguxZBroaazxCb">/pages/iqkBOUPguxZBroaazxCb</a></td></tr></tbody></table>


---

# 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://docs.maker.co/maker-bio/readme.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.
