> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/navigation.md).

# Navigation

Autify Genesis uses a left sidebar and a main content area to organize navigation across organizations, workspaces, and feature pages. Knowing where each area appears makes it easier to move between chats, Spaces, workflows, and settings.

## Screen layout overview

The Autify Genesis screen consists of a **sidebar** on the left and a **main content area** on the right.

## Sidebar structure

The sidebar is organized into three areas from top to bottom: **header**, **content**, and **footer**.

### Header

The top of the sidebar shows organization switching, notifications, and the sidebar collapse / expand control.

### Content

The middle area of the sidebar changes depending on the page you are viewing.

* **When viewing the workspace list**: Workspace switching is shown. Click the workspace name to open a dropdown and select another workspace.
* **When inside a workspace**: The sidebar changes with the area you are working in.
  * A **Dashboard** link appears at the top of the workspace sidebar.
  * On **Workflows**, you see recent workflows and recent runs.
  * On **Resources & context**, you see recent documents and recent artifacts.
  * On **Spaces**, you see the Space and collection tree.
* Chat history is opened from **Ask Genesis** in the page header, not from the sidebar.

<figure><img src="/files/bsG5LvJMcFCxGb1nYaQy" alt="Screenshot of the sidebar content"><figcaption><p>Sidebar content</p></figcaption></figure>

### Footer

The bottom of the sidebar shows the signed-in **user name**, **role**, and a **Settings** button. When the sidebar is expanded, **Help & support** and **Send feedback** appear as separate buttons. When the sidebar is collapsed, these actions remain available as icons.

## Screen layout inside a workspace

When a workspace has resources such as GitHub repositories or documents registered, or when you skipped the resource connection screen, **Workflows** and **Resources & context** appear at the top of the screen. If **Spaces** is available for your organization, **Spaces** also appears. By default, the **Workflows** tab is selected.

<figure><img src="/files/mbQKIGElEEjC1CIzU8mi" alt="Screenshot of the workspace tabs"><figcaption><p>Workspace tabs</p></figcaption></figure>

The page header also includes **Ask Genesis**, which opens chat as a side panel without leaving the page you are viewing. In the workflow editor, use **AI Builder** to open the builder chat.

Inside **Resources & context**, use the **Files**, **Codebase**, and **Integrations** subtabs to manage uploaded files, connected repositories, and workspace-level integrations in one place.


---

# 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://help.genesis.autify.com/navigation.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.
