# Theme settings

- [Spacing](https://docs.ultramarinastudios.com/theme-settings/spacing.md): When customizing a new theme, we recommend starting with customizing these global spacing settings before you make granular tweaks to individual settings in order to minimize setup work.
- [Appearance](https://docs.ultramarinastudios.com/theme-settings/appearance.md): Adjust various appearance-related global settings for your theme.
- [Logo](https://docs.ultramarinastudios.com/theme-settings/logo.md)
- [Colors](https://docs.ultramarinastudios.com/theme-settings/colors.md): Color schemes are a Shopify feature that allow you to color entire sections using a preset scheme.
- [Typography](https://docs.ultramarinastudios.com/theme-settings/typography.md): This page lists out the various typographic styles in a theme, where to find them, and any settings.
- [Product card](https://docs.ultramarinastudios.com/theme-settings/product-card.md): The product card settings apply to all product cards across the theme.
- [Mini product](https://docs.ultramarinastudios.com/theme-settings/mini-product.md): The mini product card is displayed in contexts where there may not be enough space for a full product card.
- [Collection card](https://docs.ultramarinastudios.com/theme-settings/collection-card.md): Collection cards can be found on the collection list template as well as the collection list section.
- [Blog post card](https://docs.ultramarinastudios.com/theme-settings/blog-post-card.md): Blog post cards are displayed wherever there are multiple blog posts, such as in search results, on blog archive pages, and in the blog posts section.
- [Search behavior](https://docs.ultramarinastudios.com/theme-settings/search-behavior.md)
- [Social media](https://docs.ultramarinastudios.com/theme-settings/social-media.md)
- [Currency format](https://docs.ultramarinastudios.com/theme-settings/currency-format.md)
- [Cart](https://docs.ultramarinastudios.com/theme-settings/cart.md)
- [Optimizations](https://docs.ultramarinastudios.com/theme-settings/optimizations.md)
- [Custom CSS](https://docs.ultramarinastudios.com/theme-settings/custom-css.md): This setting allows you to apply custom CSS to your entire store.


---

# Agent Instructions: 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:

```
GET https://docs.ultramarinastudios.com/theme-settings.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.
