> ## 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.

# Project Settings (General)

> Each project has its own unique settings. The 'General' tab allows you to manage the project's basic information, financial metrics, dates, and location from a central place.

# Project Settings: General Tab

Each project has its own unique settings. The "General" tab allows you to manage the project's basic information, financial metrics, dates, and location from a central place.

## Accessing the General Settings Page

<Steps>
  <Step title="Go to Project Settings">
    While inside the relevant project, click the **Project Settings** (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/office-building-cog-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=ef68bfbe31cd2b7bc892dcaf6603f336" alt="office-building-cog-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/office-building-cog-outline.svg" />) icon in the left menu.
  </Step>

  <Step title="Select the General Tab">
    Ensure the **General** (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/cogs.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=56aff11c70cc301cdcaa99460769249f" alt="cogs" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/cogs.svg" />) tab is selected in the top menu of the opened page.
  </Step>
</Steps>

Direct URL: `https://app.bultech.co/company/:companyId/project/:projectId/settings/general`

<Info>
  To edit the information on the page, you can activate edit mode by clicking the blue "**Update Project**" button in the top right corner.
</Info>

## Form Field Descriptions

<AccordionGroup>
  <Accordion title="Basic Information">
    * **Name:** The name of your project as it will appear on the platform.
    * **Project Number:** A unique number or code used to identify your project.
    * **Phone & Fax:** Contact numbers for the project.
    * **Time Zone:** The time zone of the project's location.
    * **Active Status:** A checkbox indicating whether the project is active.
  </Accordion>

  <Accordion title="Financial Information">
    * **Total Value:** The total contract or sales value of the project.
    * **Total Debt:** The total amount of credit or debt taken for the project.
    * **Total Area:** The total area of the project (m² or ft²).
    * **Number of Units:** The total number of independent units in the project.
    * **Auto-Calculated Values:** Metrics such as price per unit area and value per unit are automatically calculated by the system.
  </Accordion>

  <Accordion title="Dates">
    * **Start Date:** The planned and actual start dates of the project.
    * **Completion Date:** The planned and projected completion dates of the project.
    * **Warranty Dates:** The start and end dates of the warranty period.
  </Accordion>

  <Accordion title="Classification">
    * **Stage:** Indicates the current status of the project (e.g., Under Construction).
    * **Type:** Indicates the type of project (e.g., Residential, Commercial).
    * **Bid Type:** Indicates how the project was acquired (e.g., Competitive Bid).
  </Accordion>

  <Accordion title="Description and Visuals">
    * **Description:** Detailed information or notes about the project.
    * **Project Image:** The main image representing the project.
    * **Logo:** A specific logo for the project.
  </Accordion>

  <Accordion title="Location Information">
    * **Address:** The full address of the project.
    * **Coordinates:** Latitude and longitude automatically obtained from the map service when the address is entered.
  </Accordion>
</AccordionGroup>
