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

# Themes

- [Yaffo](https://docs.nebotheme.com/themes/yaffo.md)
- [Getting Started](https://docs.nebotheme.com/themes/yaffo/getting-started.md)
- [Homepage](https://docs.nebotheme.com/themes/yaffo/homepage.md)
- [Header](https://docs.nebotheme.com/themes/yaffo/header.md)
- [Navigation Menus](https://docs.nebotheme.com/themes/yaffo/navigation-menu.md): Navigation Menus are customizable menus in your theme. They allow users to add Pages, Posts, Categories, and URLs to the menu.
- [Post Settings](https://docs.nebotheme.com/themes/yaffo/post-settings.md)
- [Page Settings](https://docs.nebotheme.com/themes/yaffo/page-settings.md)
- [Setting Up a Logo](https://docs.nebotheme.com/themes/yaffo/setting-up-a-logo.md)
- [Sidebar & Widgets](https://docs.nebotheme.com/themes/yaffo/sidebar-and-widgets.md)
- [Customizing Appearance](https://docs.nebotheme.com/themes/yaffo/customizing-appearance.md)
- [Social Icons](https://docs.nebotheme.com/themes/yaffo/social-media-settings.md)
- [🛒Shop with WooCommerce](https://docs.nebotheme.com/themes/yaffo/creating-a-shop-woocommerce.md): WooCommerce is the world’s most popular open-source eCommerce solution.
- [Instagram Feed](https://docs.nebotheme.com/themes/yaffo/instagram-feed.md): Your photos from Instagram are now on your website
- [MailChimp Newsletter](https://docs.nebotheme.com/themes/yaffo/mailchimp-newsletter.md): Allowing your visitors to subscribe to your newsletter should be easy.
- [📈Additional Content (Google AdSense)](https://docs.nebotheme.com/themes/yaffo/additional-content-ads.md): You can put content or ads on your website anywhere with Additional Content. Different places are available for each form of website, so you can position your content either before or after the site.
- [Craftype](https://docs.nebotheme.com/themes/craftype.md)
- [Getting Started](https://docs.nebotheme.com/themes/craftype/getting-started.md)
- [Homepage](https://docs.nebotheme.com/themes/craftype/homepage.md)
- [Header](https://docs.nebotheme.com/themes/craftype/header.md)
- [Navigation Menus](https://docs.nebotheme.com/themes/craftype/navigation-menu.md): Navigation Menus are customizable menus in your theme. They allow users to add Pages, Posts, Categories, and URLs to the menu.
- [Post Settings](https://docs.nebotheme.com/themes/craftype/post-settings.md)
- [Page Settings](https://docs.nebotheme.com/themes/craftype/page-settings.md)
- [Setting Up a Logo](https://docs.nebotheme.com/themes/craftype/setting-up-a-logo.md)
- [Sidebar & Widgets](https://docs.nebotheme.com/themes/craftype/sidebar-and-widgets.md)
- [Customizing Appearance](https://docs.nebotheme.com/themes/craftype/customizing-appearance.md)
- [Social Icons](https://docs.nebotheme.com/themes/craftype/social-media-settings.md)
- [🛒Shop with WooCommerce](https://docs.nebotheme.com/themes/craftype/creating-a-shop-woocommerce.md): WooCommerce is the world’s most popular open-source eCommerce solution.
- [Instagram Feed](https://docs.nebotheme.com/themes/craftype/instagram-feed.md): Your photos from Instagram are now on your website
- [MailChimp Newsletter](https://docs.nebotheme.com/themes/craftype/mailchimp-newsletter.md): Allowing your visitors to subscribe to your newsletter should be easy.
- [📈Additional Content (Google AdSense)](https://docs.nebotheme.com/themes/craftype/additional-content-ads.md): You can put content or ads on your website anywhere with Additional Content. Different places are available for each form of website, so you can position your content either before or after the site.


---

# 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.nebotheme.com/themes.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.
