# Search and Focus

## **Search Fields Everywhere!**

Most windows will have a search field at the top.

As you start to type, matching game objects, assets, components, labels, etc. will appear depending on the window you are searching in.

| Window                          | What it searches              |
| ------------------------------- | ----------------------------- |
| Hierarchy                       | Game objects within the scene |
| Project                         | Assets within a project       |
| Inspector: Add Component button | Components and Scripts        |
| Scene                           | Visible game objects          |
| Asset Store                     | Items in the Asset Store      |

## **Focus**

Sometimes, you select a game object in the Hierarchy, but it's off-screen in the Scene view or maybe you selected a game object in the Scene view, you but lost where it was located in the Hierarchy window.

Just press **F** to "focus" or bring close/highlight the location of the selected game object while hovering over the window you need the focus in.

## Finding Assets

The three dots on the top right of the [Hierarchy](/unity-basics/the-unity-interface/the-tabs/hierarchy-tab.md) window can find and highlight the current scene in the Project window.

Double-clicking on a message, warning, or error in the [Console](/unity-basics/the-unity-interface/the-tabs/console-tab.md) will find and highlight the script giving the message and sometimes the related game object.


---

# 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://hopemoore.gitbook.io/unity-basics/select/search-and-focus.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.
