# Detail: Tabs

You can split your information across multiple tabs in the same Detail layout. This can be useful when you need to show different sections related to the same record. For example, an employee profile might have public and private information.

## Enable Tabs

1. Click **Edit Layout** on a Detail layout
2. Click **Tabs**
3. Click **+ Add**
4. To edit the name of the tab click the pencil icon

![tabs.gif](https://support.stackerhq.com/hc/article_attachments/6838945328915)

When you've created the tab, select the widgets and fields you want to show on this particular tab. You cannot delete Tabs, but you can toggle them off.

In our Applicants app, we have added three tabs. The first one shows the details for each job, the second shows the applicants that have applied for that role and the third is our activity/comments tab.

![tabs2.gif](https://support.stackerhq.com/hc/article_attachments/6839082629395)

## Add a Filter on Tabs

You can apply filters to tabs to only show them to specific users.

In our Applicant app, we have set a conditional visibility filter on our Details tab. We only show that particular tab if a user has the correct role. This is a way to limit the information you want to show for each Detail layout on a table, without the user having to click out of this view.

![](https://support.stackerhq.com/hc/article_attachments/6839086187411)


---

# 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://docs.stackerhq.com/stacker-classic/layout-types/detail-layout/detail-tabs.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.
