> For the complete documentation index, see [llms.txt](https://docs.varbase.vardot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.varbase.vardot.com/9.0.x/developers/theme-development-with-varbase/local-tasks-and-moderation-sidebar.md).

# Local Tasks and Moderation Sidebar

The default Varbase configuration for Vartheme and its sub-themes is to hide the "**Local Tasks** or **Tabs**" available in content pages in the front-end theme, assuming that the **Moderation Sidebar** is the alternative method to edit, view, translate, or manage content.

![Moderation Sidebar Without Tabs](/files/-MFfCO7CPEvLdYU16lNO)

This is simply done by implementing a visibility rule to the "**Tabs**" block.

To change this behavior, simply remove or edit the visibility settings for "**Tabs**" block.

1. Navigate to **Administration** \ **Structure** \ ***Block layout***&#x20;
2. Under your desired front-end theme, look for the "**Tabs**" block (usually under Top Bar region in Vartheme) and click on "**Configure**"
3. Go to "**Pages**" under Visibility, and either remove the `/node/*` entry or add your own rules.\
   Removing the entry will make the **Tabs** appear again.

![Tabs Block in Block Layout](/files/-MFfD8AeACvfMI9oRX4b)

![Configure Tabs Visibility on Pages](/files/-MFfDFDwtXb6PfJOkNH2)

![Moderation Sidebar With Tabs](/files/-MFfDtvTsPOg-9-Sufe0)


---

# 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://docs.varbase.vardot.com/9.0.x/developers/theme-development-with-varbase/local-tasks-and-moderation-sidebar.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.
