> For the complete documentation index, see [llms.txt](https://themedocs.zenit.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themedocs.zenit.design/en/settings.md).

# SETTINGS

- [Basic settings](https://themedocs.zenit.design/en/settings/basic-settings.md)
- [Search](https://themedocs.zenit.design/en/settings/search.md)
- [Custom field assignment](https://themedocs.zenit.design/en/settings/custom-field-assignment.md)
- [Custom fields for product documents](https://themedocs.zenit.design/en/settings/custom-field-assignment/custom-fields-for-product-documents.md): Using the custom field assignment, you can select your own fields and display them in the datasheets tab on the product page. Create as many fields as you like and assign them in the configuration.
- [Custom fields for product details](https://themedocs.zenit.design/en/settings/custom-field-assignment/custom-fields-for-product-details.md)
- [Social media icons](https://themedocs.zenit.design/en/settings/social-media-icons.md): Display of social media icons in the footer area of the page.
- [Marketing text slider](https://themedocs.zenit.design/en/settings/marketing-text-slider.md): Outputs an animated text slider in the storefront header.
- [Custom tab details page](https://themedocs.zenit.design/en/settings/custom-tab.md): Custom tab on details page
- [Custom footer columns](https://themedocs.zenit.design/en/settings/custom-footer-columns.md): You can fill up to 3 additional columns in the footer with individual content.
- [Custom code](https://themedocs.zenit.design/en/settings/custom-code.md): In the theme settings you can add additional CSS code and Javascript code.


---

# 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://themedocs.zenit.design/en/settings.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.
