> For the complete documentation index, see [llms.txt](https://skincms.360creators.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skincms.360creators.com/3dvista-skin-components.md).

# 3DVista Skin Components

- [3DVista Label](https://skincms.360creators.com/3dvista-skin-components/3dvista-label.md): 3DVista Label represents a single line of text. Good use for titles.
- [3DVista Multiline](https://skincms.360creators.com/3dvista-skin-components/3dvista-multiline.md): 3DVista Multiline works well if you have product descriptions or long sentences that might need more space on smaller screens.
- [3DVista Image](https://skincms.360creators.com/3dvista-skin-components/3dvista-image.md)
- [3DVista WebFrame](https://skincms.360creators.com/3dvista-skin-components/3dvista-webframe.md): Embed anything dynamically into 3DVista. Such as Youtube videos, Matterport tours, 3D models, dynamic lead forms.
- [3DVista Button](https://skincms.360creators.com/3dvista-skin-components/3dvista-button.md): The button has two attributes: the link to open as well as the text to show on the button. Both can be set from Airtable with Skin CMS.


---

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

```
GET https://skincms.360creators.com/3dvista-skin-components.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.
