# 侧边工具栏

侧边工具栏是一个固定在页面左侧或右侧的导航栏，用户可以根据自己的需求将其隐藏或显示在移动端设备上。此工具栏可包含多种功能模块（Block），如语言和地区选择、搜索、电子邮件、电话、新闻通讯等，方便用户快速访问不同功能。

**设置选项**

1. **显示位置**：
   * **左侧**：将工具栏固定在页面左侧。
   * **右侧**：将工具栏固定在页面右侧。
2. **在移动端隐藏**：
   * 勾选此选项后，工具栏在移动端设备上将被隐藏，仅在桌面端显示。

**可添加的 Block 模块**

1. **语言和地区**：允许用户在页面中切换语言和地区。
2. **搜索**：提供一个搜索输入框，用户可以直接搜索站内内容。
3. **电子邮件**：显示电子邮件信息，方便用户通过邮件与商家联系。
4. **电话**：显示联系电话，用户可以通过电话联系商家。
5. **新闻通讯**：提供订阅新闻通讯的功能，用户可以输入邮件地址订阅更新。

**注意事项**

* 如果工具栏包含过多模块，在移动端设备上可能会影响页面的显示效果，建议隐藏不必要的模块或在移动端隐藏整个工具栏。
* 确保各模块的内容准确且能够正确显示，以提升用户体验。


---

# 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://ascent.webvista.studio/webvista-studio-docs/ce-bian-gong-ju-lan.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.
