> For the complete documentation index, see [llms.txt](https://hopemoore.gitbook.io/unity-basics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hopemoore.gitbook.io/unity-basics/the-unity-interface/the-tabs.md).

# The Windows (Tabs)

[**Hierarchy Window**](/unity-basics/the-unity-interface/the-tabs/hierarchy-tab.md)\
Shows a text list of game objects within your scene.

[**Scene Window**](/unity-basics/the-unity-interface/the-tabs/scene-tab.md)\
Shows your scene overall. You can move around game objects and change your view in this window.

[**Project Window**](/unity-basics/the-unity-interface/the-tabs/project-tab.md)\
Shows the folders in the Asset folder of your project file and is where all of your assets (materials, scripts, sounds, prefabs, etc.) can be accessed.

[**Inspector Window**](/unity-basics/the-unity-interface/the-tabs/inspector-tab.md)\
One of the most important windows, the Inspector shows all the components and properties of a selected game object or Asset.

[**Game Window**](/unity-basics/the-unity-interface/the-tabs/game-tab.md) (hidden by default)\
Shows what the player sees through one of the cameras in the scene.

[**Console Window**](/unity-basics/the-unity-interface/the-tabs/console-tab.md) (hidden by default)\
Provides helpful feedback such as errors, warnings, and messages.
