# 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.


---

# 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://hopemoore.gitbook.io/unity-basics/the-unity-interface/the-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.
