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

# Company Overview Dashboard

> This dashboard is a central control panel where you can see the overall status of your company, your projects, your team, and other important metrics at a glance.

# Company Overview Dashboard

This dashboard is a central control panel where you can see the overall status of your company, your projects, your team, and other important metrics at a glance. This page opens by default when you log into an approved company.

## Accessing the Dashboard

* **Direct URL:** `https://app.bultech.co/company/:companyId/detail/overview`
* **Interface Path:** Click the **Company** (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/view-dashboard-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=153bee8a10d223e62d78ba4f883ec933" alt="view-dashboard-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/view-dashboard-outline.svg" />) icon in the left menu.

## Dashboard Components (Widgets)

The dashboard consists of various information cards (widgets). Here are the most important ones:

<CardGroup cols={2}>
  <Card title="Projects" icon="office-building-outline" href="/en/project-operations/project-list">
    Shows a list of projects belonging to your company. You can click on the cards to go to the projects.
  </Card>

  <Card title="Team" icon="account-hard-hat-outline" href="/en/team-management/company-team">
    Shows a list of team members in your company.
  </Card>

  <Card title="Calendar" icon="calendar-outline">
    Presents scheduled meetings related to all projects in a monthly calendar view.
  </Card>

  <Card title="Open Items" icon="alert-circle-check-outline" href="/en/company-operations/company-dashboard-widgets">
    Lists all tasks assigned to you that have not yet been completed.
  </Card>

  <Card title="Weather" icon="weather-partly-cloudy">
    Shows weather forecasts based on your company's registered address.
  </Card>

  <Card title="Map" icon="map-marker-outline">
    Displays the locations of your company and projects on an interactive map.
  </Card>
</CardGroup>
