# Sidebar Caption

To make a visible/invisible Sidebar Caption in the theme change value in layout files located at Admin/views/layouts"**main-layout.html**, **auth-layout.html, component-layout.html**".

**To make visible Sidebar Caption in the navbar change given below**

```cshtml
data-pc-sidebar-caption="true"
at : <body data-pc-sidebar-caption="true" >
```

**To make an invisible Sidebar Caption in the navbar change given below**

```cshtml
data-pc-sidebar-caption="false"
at : <body data-pc-sidebar-caption="false" >
```


---

# 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://phoenixcoded.gitbook.io/able-pro/django/customizer/sidebar-caption.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.
