> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/administrator-documentation/case-type-settings/editing-tab-visibility.md).

# Editing Tab Visibility

This lesson will show you how to edit the visibility of tabs in a chosen case type.

{% stepper %}
{% step %}

### Access tab visibility

<figure><img src="/files/fWk3HNoGvhj08HGfYXDg" alt="" width="177"><figcaption></figcaption></figure>

AgileCase allows you to toggle the availability of tabs in each of your case types in order to remove any unnecessary information from the system. To do this, select "Tab Visibility" under "Case Type Settings" on the settings menu.
{% endstep %}

{% step %}

### Add a case type

<figure><img src="/files/ivFKQMrkWMwTAKkMEgAY" alt=""><figcaption></figcaption></figure>

On the tab visibility page, you must first add a case type before you can edit the tabs within it. To do so, click "Add Case Type".
{% endstep %}

{% step %}

### Select a case type

<figure><img src="/files/5QFt8RWLwSE4NxLQpukI" alt=""><figcaption></figcaption></figure>

In the following window, select the case type that you wish to edit, then click "Create" to proceed.
{% endstep %}

{% step %}

### Edit tabs

<figure><img src="/files/5gLybNR5pqs1oZgqWFNE" alt=""><figcaption></figcaption></figure>

To edit the visibility of tabs in the selected case type, use the dropdown menu and select "Edit".
{% endstep %}

{% step %}

### Enable and disable tabs

<figure><img src="/files/tItlksdeQiuO5AAux11M" alt=""><figcaption></figcaption></figure>

Set the tabs you want to be visible as "Enabled" and those you do not wish to see as "Disabled". After you have done this, click "Update" to proceed.
{% endstep %}

{% step %}

### Tab settings are saved

<figure><img src="/files/fSWOjmlipPlHct38f1xG" alt=""><figcaption></figcaption></figure>

You will now see that enabled tabs are ticked while disabled tabs are crossed in the display beside the case type.
{% endstep %}

{% step %}

### View new tab visibility settings

<figure><img src="/files/3Sbkch47DkvsIUgyNkMl" alt=""><figcaption></figcaption></figure>

You can now see that the disabled tab no longer appears on the case toolbar.
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.agilecase.com/administrator-documentation/case-type-settings/editing-tab-visibility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
