> For the complete documentation index, see [llms.txt](https://help.nftz.zone/beginners-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.nftz.zone/beginners-guide/creator-zone.md).

# Creator Zone

- [Creator Zone Intro](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro.md)
- [What do all my Tabs mean on my personal page?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/what-do-all-my-tabs-mean-on-my-personal-page.md)
- [Changing the displayed NFTs that are featured on my personal page?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/changing-the-displayed-nfts-that-are-featured-on-my-personal-page.md)
- [How do you make a gallery on your personal page?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-do-you-make-a-gallery-on-your-personal-page.md)
- [How do you make a URL path of your gallery? \[to share with others\]](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-do-you-make-a-url-path-of-your-gallery-to-share-with-others.md)
- [How do you share your personal page?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-do-you-share-your-personal-page.md)
- [How do you share your gallery URL path?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-do-you-share-your-gallery-url-path.md)
- [How to accept an NFT that has been transferred to you?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-to-accept-an-nft-that-has-been-transferred-to-you.md)
- [How to set an app icon at my homescreen?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-to-set-an-app-icon-at-my-homescreen.md)
- [How to switch my app icon that other people can see?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-to-switch-my-app-icon-that-other-people-can-see.md)
- [How do you set an image banner at my personal page?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-do-you-set-an-image-banner-at-my-personal-page.md)
- [How do I add my emailadres?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-do-i-add-my-emailadres.md)
- [How to set up analytics for your zone?](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-to-set-up-analytics-for-your-zone.md)
- [Show all current NFT owners](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/show-all-current-nft-owners.md)


---

# 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://help.nftz.zone/beginners-guide/creator-zone.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.
