.. _python_API_project_management:

.. currentmodule:: flow360

**************************
Project Management
**************************

Organize simulations into logical project structures to improve workflow efficiency, enable team collaboration, and maintain context across related simulation sets.

.. grid:: 2

    .. grid-item-card:: 🌩️ Cloud Assets
        :link: cloud_assets
        :link-type: doc
        
        Manage cloud resources robustly within project frameworks.

    .. grid-item-card:: 🔀 Forking a Simulation
        :link: fork
        :link-type: doc
        
        Create simualtion fork while maintaining connections to parent simulation.

    .. grid-item-card:: 🚀 Running with Forks
        :link: run_case_with_fork
        :link-type: doc
        
        Execute simulations using forked project structures.

    .. grid-item-card:: ☁️ Cloud Integration
        :link: use_cloud
        :link-type: doc
        
        Leverage cloud resources effectively within your project workflows.

    .. grid-item-card:: 💰 Total Flex Credits
        :link: total_flex_credits
        :link-type: doc

        Calculate the total Flex Credits consumed by a project.

Key Capabilities
=============

* Logical grouping of related simulations
* Version control for simulation configurations
* Asset tracking across project variants
* Cloud resource integration and management
* Team collaboration through shared project structures

.. toctree::
   :hidden:

   cloud_assets
   fork
   run_case_with_fork
   use_cloud
   total_flex_credits
