# Zero-Code Alpha

## Zero-Code Alpha

- [Introduction](https://docs.zero-code.io/introduction.md): What can I use this product for?
- [Your first time here?](https://docs.zero-code.io/your-first-time-here.md)
- [I have my own brand](https://docs.zero-code.io/i-have-my-own-brand.md): I'm an individual creator or a team manager working on my brand Web3 strategy
- [I'm building for a client](https://docs.zero-code.io/im-building-for-a-client.md): I'm an individual consultant or a team manager working in a marketing agency
- [Web3 Builder](https://docs.zero-code.io/web3-builder.md)
- [Minting Experience using WIX](https://docs.zero-code.io/web3-builder/minting-experience-using-wix.md): Adding a Minting Experience to Your WIX App with Zero-Code
- [Token Gate your WIX App](https://docs.zero-code.io/web3-builder/token-gate-your-wix-app.md)
- [Smart Contract Factory](https://docs.zero-code.io/smart-contract-factory.md)
- [Create a collection of unique NFTs](https://docs.zero-code.io/smart-contract-factory/create-a-collection-of-unique-nfts.md)
- [Create a collection of NFTs with multiple editions](https://docs.zero-code.io/smart-contract-factory/create-a-collection-of-nfts-with-multiple-editions.md)
- [Token Gater](https://docs.zero-code.io/token-gater.md)
- [Token Gate content on WIX](https://docs.zero-code.io/token-gater/token-gate-content-on-wix.md)
- [Token Gate content using API](https://docs.zero-code.io/token-gater/token-gate-content-using-api.md)
- [Account Setting](https://docs.zero-code.io/dashboard/account-setting.md): Updating Account Settings on Zero-Code Platform
- [Brands Manager](https://docs.zero-code.io/dashboard/brands-manager.md): Creating and Customizing Brands in the Zero-Code Platform
- [API Key Manager](https://docs.zero-code.io/dashboard/api-key-manager.md): Generating and Using API Keys in the Zero-Code Platform
- [Users Roles](https://docs.zero-code.io/dashboard/users-roles.md): Managing Users and Their Roles
- [Admin Panel](https://docs.zero-code.io/dashboard/admin-panel.md): Updating Organization Details in the Admin Panel


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.zero-code.io/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
