> ## Documentation Index
> Fetch the complete documentation index at: https://shivamgoyal.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Navigation Overview

> Learn how to navigate through the CodeNull interface effectively

# Navigation Overview

The CodeNull platform features an intuitive navigation system that helps you move efficiently between different sections of your project.

## Main Dashboard Navigation

The main navigation bar is located on the left side of the interface and provides access to all major sections:

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/shivamgoyal/images/main-navigation.png" alt="Main navigation bar" />
</Frame>

### Primary Navigation Sections

<CardGroup cols={2}>
  <Card title="Projects" icon="folder">
    Access all your projects and create new ones
  </Card>

  <Card title="Frontend" icon="paintbrush">
    Build and design your user interface
  </Card>

  <Card title="API" icon="code">
    Create and manage API endpoints
  </Card>

  <Card title="Database" icon="database">
    Design schemas and manage your data
  </Card>

  <Card title="Deployment" icon="rocket">
    Deploy and monitor your applications
  </Card>

  <Card title="Analytics" icon="chart-line">
    Track performance and user engagement
  </Card>
</CardGroup>

## Project Navigation

Within each project, you'll find a contextual navigation bar that adapts to the current section:

<Tabs>
  <Tab title="Frontend">
    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/shivamgoyal/images/frontend-navigation.png" alt="Frontend navigation" />
    </Frame>

    The Frontend navigation includes:

    * Pages
    * Components
    * Assets
    * Themes
    * Responsive Preview
  </Tab>

  <Tab title="API">
    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/shivamgoyal/images/api-navigation.png" alt="API navigation" />
    </Frame>

    The API navigation includes:

    * Endpoints
    * Logic Flows
    * Authentication
    * Testing
    * Documentation
  </Tab>

  <Tab title="Database">
    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/shivamgoyal/images/database-navigation.png" alt="Database navigation" />
    </Frame>

    The Database navigation includes:

    * Schema Design
    * Data Browser
    * Queries
    * Relationships
    * Backups
  </Tab>
</Tabs>

## Search Functionality

The global search feature (Ctrl+K / ⌘+K) allows you to quickly find:

* Projects
* Pages and components
* API endpoints
* Database collections
* Documentation

<Tip>
  You can use filters in the search bar to narrow down results. For example, type "api:" to search only API-related items.
</Tip>
