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

# Entertainers

- [How to be an Entertainer](https://docs.metacom.space/entertainers/how-to-be-an-entertainer.md)
- [1. Creating An Account](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/1.-creating-an-account.md)
- [Logging Into the Dashboard](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/1.-creating-an-account/logging-into-the-dashboard.md)
- [Organization](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/1.-creating-an-account/organization.md)
- [2. Creating Booths](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/2.-creating-booths.md)
- [Create the Booth](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/2.-creating-booths/create-the-booth.md)
- [Naming Your Booth and Binding it](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/2.-creating-booths/naming-your-booth-and-binding-it.md)
- [3. Booth Settings](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/3.-booth-settings.md)
- [Booth Profile](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/3.-booth-settings/booth-profile.md)
- [Social Links](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/3.-booth-settings/social-links.md)
- [Images](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/3.-booth-settings/images.md)
- [Videos](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/3.-booth-settings/videos.md)
- [Features](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/3.-booth-settings/features.md)
- [Analytics](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/3.-booth-settings/analytics.md)
- [General](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/3.-booth-settings/general.md)
- [Billing](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/3.-booth-settings/billing.md)
- [4. Assigning Team](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/4.-assigning-team.md)
- [Inviting Members](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/4.-assigning-team/inviting-members.md)
- [Owner](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/4.-assigning-team/owner.md)
- [Manager](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/4.-assigning-team/manager.md)
- [Representative](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/4.-assigning-team/representative.md)
- [5. Customizing Booth](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/5.-customizing-booth.md)
- [Colors](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/5.-customizing-booth/colors.md)
- [Images](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/5.-customizing-booth/images.md)
- [Videos](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/5.-customizing-booth/videos.md)
- [Choosing Booth Location](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/5.-customizing-booth/choosing-booth-location.md)
- [Different Size Booths](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/5.-customizing-booth/different-size-booths.md)
- [Minting Machine](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/5.-customizing-booth/minting-machine.md)
- [6. Verify Credentials](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/6.-verify-credentials.md)
- [Which Credentials](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/6.-verify-credentials/which-credentials.md)
- [Why Do We Need Credentials](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/6.-verify-credentials/why-do-we-need-credentials.md)
- [7. Approval](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/7.-approval.md)
- [Submitting Booth](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/7.-approval/submitting-booth.md)
- [Reusable Booth](https://docs.metacom.space/entertainers/how-to-be-an-entertainer/7.-approval/reusable-booth.md)
- [Giveaways](https://docs.metacom.space/entertainers/giveaways.md)
- [Communication](https://docs.metacom.space/entertainers/communication.md)
- [Chatting With The Hosts](https://docs.metacom.space/entertainers/communication/chatting-with-the-hosts.md)
- [Exhibitor Analytics](https://docs.metacom.space/entertainers/exhibitor-analytics.md)
- [Pricing](https://docs.metacom.space/entertainers/pricing.md)
- [FAQ](https://docs.metacom.space/entertainers/faq.md): Questions About Entertainers


---

# 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.metacom.space/entertainers.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.
