# CocoShop theme development

## CocoShop theme development

- [Overview](https://cryptococo.gitbook.io/cocoshop-theme-development/getting-started/overview.md): Creating Custom E-commerce Themes for NFT: An Overview of the Development Process
- [Getting started](https://cryptococo.gitbook.io/cocoshop-theme-development/getting-started/getting-started.md): Here's an overview of the development process for creating a theme
- [Overview](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/overview.md)
- [Layouts](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/layouts.md)
- [Templates](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/templates.md)
- [index](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/templates/index.md): Create a dynamic and engaging home page experience with the customizable index template, featuring support for various content sections to showcase your store's most important content
- [collections](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/templates/collections.md): Effortlessly showcase all your store's product categories with the customizable collections template, allowing customers to explore different collections and find the products they're looking for.
- [collection](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/templates/collection.md): Showcase your store's product collections in a user-friendly and organized manner with the customizable collection template, offering options for layout and styling to enhance the browsing experience
- [product](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/templates/product.md): Create engaging and informative product pages with the customizable product template, allowing customers to view product details, images, and pricing, as well as easily add items to their cart or wish
- [404](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/templates/404.md): This template is displayed when a user enters an invalid URL.
- [search](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/templates/search.md): Make product discovery a breeze with the powerful search template, allowing customers to quickly find and explore products across your entire store based on keywords or filters
- [page](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/templates/page.md): Effortlessly build custom static pages with the versatile page template, perfect for showcasing your store's unique content, services, or policies
- [Section](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/section.md): Building Flexible and Customizable Sections for Your Theme
- [Section schema](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/section/section-schema.md): Section Schema: Define Customizable Settings and Options for Your Sections
- [Config](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/config.md)
- [Input settings](https://cryptococo.gitbook.io/cocoshop-theme-development/architecture/input-settings.md): Allows customization of theme appearance and functionality
- [Basics](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/basics.md): Liquid overview
- [Operators](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/basics/operators.md)
- [Truthy and Falsy](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/basics/truthy-and-falsy.md)
- [Whitespace Control](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/basics/whitespace-control.md)
- [Tags](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/tags.md)
- [Control flow](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/tags/control-flow.md)
- [Variable](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/tags/variable.md)
- [Theme](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/tags/theme.md)
- [Filters](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/filters.md)
- [Objects](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects.md)
- [site](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/site.md): Information about the Store
- [collection](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/collection.md)
- [wallet](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/wallet.md)
- [chain](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/chain.md)
- [product](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/product.md)
- [attribute](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/attribute.md): Characteristics that the product has.
- [connected\_wallet](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/connected_wallet.md)
- [linklists](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/linklists.md)
- [linklist](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/linklist.md)
- [link](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/objects/link.md)
- [Functions](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/functions.md)
- [connectWallet](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/functions/connectwallet.md)
- [changeChain](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/functions/changechain.md)
- [disconnect](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/functions/disconnect.md)
- [transfer](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/functions/transfer.md)
- [buy](https://cryptococo.gitbook.io/cocoshop-theme-development/liquid/functions/buy.md)
- [Roadmap](https://cryptococo.gitbook.io/cocoshop-theme-development/others/roadmap.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, 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://cryptococo.gitbook.io/cocoshop-theme-development/getting-started/overview.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.
