> For the complete documentation index, see [llms.txt](https://bimil.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bimil.gitbook.io/docs/add-ins/smart-tab-view.md).

# Smart Tab View

Smart Tab View allows users to customize the appearance and functionality of tab views for improved organization and workflow efficiency.

## Features

* [**Color by Project**:](/docs/add-ins/smart-tab-view/color-by-project.md)\
  Assign different colors to tabs based on projects. Users can change the background color or border color, with border thickness adjustable from 1 to 5 pixels. Up to 8 distinct colors can be applied to distinguish between tabs.<br>
* [**Tab Menu**:<br>](/docs/add-ins/smart-tab-view/tab-menu.md)Enable additional options through the context menu by activating the setting. Once enabled, right-clicking on a tab displays the following actions:
  * **Open document folder**: Opens the file location of the document.
  * **Copy document path to clipboard**: Copies the file's full path.
  * **Close view**: Closes the currently active tab.
  * **Close other views of this document**: Closes all views associated with the same document, except the active one.
  * **Close this document**: Closes the entire document and all associated views.
  * **Reopen closed view**: Reopens the most recently closed tab.

## Notes

* The font color of the tab view automatically switches between black and white based on the background color.
* The **Reopen Closed View** feature is only supported for tabs within the currently open document.

{% embed url="<https://youtu.be/nlKVxlmPtHY?si=NNTPXjQ5kiQWsS-w>" %}


---

# 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://bimil.gitbook.io/docs/add-ins/smart-tab-view.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.
