> For the complete documentation index, see [llms.txt](https://docs.flatredball.com/gum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flatredball.com/gum/gum-tool/project-tab.md).

# Project Tab

### Introduction

The Project Tab displays all Screens, Components, Standard Elements, and Behaviors in a project. Each element type is organized in its own subfolder.

<figure><img src="/files/uC0GdvW4NNhqtlWQYenq" alt=""><figcaption><p>Project tab displaying a Gum project</p></figcaption></figure>

### Searching

The search bar can be used to find elements in your project by searching for their name. By default the following are searched:

* Screen Names
* Component Names
* Standard Element Names
* Behavior Names

<figure><img src="/files/Xw8p6PG8qbVVq49kvVCh" alt=""><figcaption><p>Searching for "Button" displays all elements and behaviors with the word "button"</p></figcaption></figure>

Additionally, variable values can be searched by checking the **Search variables** checkbox. When checked, variable values are searched for the entered text.

<figure><img src="/files/bVTC1DyKgjLtaFIwepgj" alt=""><figcaption><p>Searching for variables checks all variable values</p></figcaption></figure>


---

# 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.flatredball.com/gum/gum-tool/project-tab.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.
