> For the complete documentation index, see [llms.txt](https://docs.zbrain.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zbrain.ai/zbrain-documentation/zbrain-zsearch/getting-started-with-zsearch/accessing-and-navigating-the-zsearch-panel.md).

# Accessing and navigating the ZSearch panel

The ZSearch panel is the primary interface where users search enterprise knowledge, manage projects, and navigate search workflows. Once logged in, users are presented with a clean, search-first interface that makes enterprise information easy to discover and use.

This section explains the main areas of the ZSearch panel and how to navigate them.

#### ZSearch home screen <a href="#zsearch-home-screen" id="zsearch-home-screen"></a>

When you open ZSearch, you are taken to the home screen. The home screen is centered around search and provides quick access to core ZSearch features.

At the center of the screen, you will see:

* A prominent search prompt inviting users to begin a search
* A search input field where users can enter keywords or natural language queries
* A search action button to execute the query

This search-first design allows users to immediately begin searching across their approved enterprise knowledge.

<figure><img src="/files/7y8KT7xpYH4b0bptJF3M" alt=""><figcaption></figcaption></figure>

#### Search bar <a href="#search-bar" id="search-bar"></a>

The search bar is the primary interaction point in ZSearch.

Using the search bar, users can:

* Enter keyword-based queries
* Ask natural language questions
* Search across all data sources included in their enterprise context

<figure><img src="/files/OlKui2lmanQUT9zBpdeJ" alt=""><figcaption></figcaption></figure>

ZSearch interprets the query, applies relevance ranking, and returns results based on the user’s access permissions.

#### Left navigation panel <a href="#left-navigation-panel" id="left-navigation-panel"></a>

The left-hand navigation panel provides access to key areas within ZSearch.

The navigation options include:

* **My Projects**\
  Displays all projects created by or shared with the user. Projects allow users to group selected documents and collaborate within a focused context.
* **New Search**\
  Begins a new search.

<figure><img src="/files/TPAc3UuPN80KgBnP1L5U" alt=""><figcaption></figcaption></figure>

This navigation panel remains accessible throughout the ZSearch experience.

#### Application header <a href="#application-header" id="application-header"></a>

The application header at the top of the panel displays:

* The ZSearch branding
* A settings or configuration icon (based on user role and permissions)

<figure><img src="/files/grp3K5qXEeXokCuTDE6H" alt=""><figcaption></figcaption></figure>

The header provides consistent access to application-level controls while keeping the main interface focused on search and projects.

#### Search-centered workflow <a href="#search-centered-workflow" id="search-centered-workflow"></a>

ZSearch is designed around a search-centered workflow:

* Users start by searching from the home screen
* Search results can be reviewed and refined
* Relevant documents can be grouped into projects for deeper exploration

The interface minimizes distractions and emphasizes quick access to enterprise knowledge.

After becoming familiar with the ZSearch panel, the next step is to Searching in ZSearch

#### **Searching in ZSearch** <a href="#searching-in-zsearch" id="searching-in-zsearch"></a>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.zbrain.ai/zbrain-documentation/zbrain-zsearch/getting-started-with-zsearch/accessing-and-navigating-the-zsearch-panel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
