> For the complete documentation index, see [llms.txt](https://docs.linuxguard.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxguard.io/concepts/concepts/console/whats-changed.md).

# What Changed

The LinuxGuard console has been reorganized from a flat section list to a 5-pillar model. This page maps the previous top-level sections to their new locations. Use Ctrl+F to search for any old section name.

| Old Location                 | New Location                                           |
| ---------------------------- | ------------------------------------------------------ |
| Dashboard                    | Dashboard                                              |
| Servers                      | Infrastructure > Servers                               |
| Accounts                     | Identity Intelligence > Accounts                       |
| Posture Scoring              | Identity Intelligence > Identity Overview              |
| Identity                     | Identity Intelligence > Identity Overview              |
| Compliance                   | Compliance & Audit > Frameworks                        |
| Infrastructure Efficiency    | Infrastructure > Efficiency                            |
| Security > Signals           | Zero Trust Enforcement > Signals                       |
| Security > Config Drift      | Zero Trust Enforcement > Config Drift                  |
| Security > Security Findings | Zero Trust Enforcement > Findings                      |
| Security > File Monitoring   | Zero Trust Enforcement > File Monitoring               |
| Security > Suppressions      | Compliance & Audit > Suppressions                      |
| Security > Auth              | Infrastructure > Servers > \[server detail] > Auth tab |
| NHI Automation               | Identity Intelligence > Non-Human Identities           |
| Baselines                    | Infrastructure > Baselines                             |
| Settings                     | Settings (unchanged, below pillar navigation)          |

> **Note**: The per-server Auth tab is now accessed from the server detail page within Infrastructure > Servers, rather than as a top-level section.

***

**Related**: [Console](/concepts/concepts/console.md) | [Dashboard](/concepts/concepts/console/dashboard.md) | [Identity Intelligence](/concepts/concepts/console/identity-intelligence.md) | [Zero Trust Enforcement](/concepts/concepts/console/zero-trust-enforcement.md) | [Compliance & Audit](/concepts/concepts/console/compliance-audit.md) | [Infrastructure](/concepts/concepts/console/infrastructure.md)


---

# 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.linuxguard.io/concepts/concepts/console/whats-changed.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.
