# Project Detail

Each active project in the Float16 web interface is organized into seven main sections:

## Overview

<figure><img src="/files/SmgMc0cnvvu2McukUG7w" alt=""><figcaption><p>Overview section</p></figcaption></figure>

The Overview section provides essential project details:

* Project Name
* Project ID
* Project instance type
* Project status
* Creation date
* Last update date
* Endpoint and endpoint status (if deployed)

If your project has a deployed endpoint:

* A 24-hour graph displays the number of requests and total usage time (in seconds)

If you have any active Spot tasks:

* They will be shown in this section as long as they are still running

## Deploy

<figure><img src="/files/IRud4uOCsLYGybDfCCaM" alt=""><figcaption><p>Deploy section </p></figcaption></figure>

The Deploy section displays comprehensive deployment-related information&#x20;

* Deployed date
* Endpoint (function and server)
* API key
* Request task history

### Endpoint Management Actions

#### Stop Endpoint

1. Click the "Stop" button while the endpoint is active
2. Confirm to stop the endpoint
3. Immediate endpoint termination

{% hint style="info" %}
Equivalent to CLI command: `float16 endpoint stop`
{% endhint %}

#### Start Endpoint

1. Click the "Start" button while the endpoint is inactive
2. Confirm to start the endpoint
3. Immediate endpoint activation

{% hint style="info" %}
Equivalent to CLI command: `float16 endpoint start`
{% endhint %}

#### Re-generate API Key

1. Click "Re-generate" button
2. Confirm regeneration
3. Automatically invalidates the old API key&#x20;

{% hint style="info" %}
Equivalent to CLI command: `float16 endpoint regenerate`
{% endhint %}

## Develop

<figure><img src="/files/N1s3HRnBO7PA7okQrzTt" alt=""><figcaption><p>Develop section</p></figcaption></figure>

The Develop section displays tasks executed using the `float16 run` command for the current project, including comprehensive task details.

## Storage

<figure><img src="/files/3Dc8MmbROw63ZqKxvBLX" alt=""><figcaption><p>Storage section</p></figcaption></figure>

The Storage section lists remote storage associated with the project.

{% hint style="info" %}

* Equivalent to `float16 storage ls` CLI command
  {% endhint %}

### Storage Management Actions

#### File Preview

You can also click on a selected file to preview its contents before taking any action.

<figure><img src="/files/DOs3DFKtIJuil13T0rRW" alt=""><figcaption><p>File Preview</p></figcaption></figure>

**Upload Files/Folders**

1. Click the "Upload" button.
2. Select a file or drag and drop files/folders into the dialog. You can upload multiple files at once.
3. Click "Upload". You may close the dialog while the upload is in progress.

{% hint style="info" %}
Equivalent to CLI command: `float16 storage upload -f <file>`
{% endhint %}

#### Download Files

1. Click ![](/files/lhSZx2JMSzv6SkvfQR3S) on the selected file
2. Click **"Download"**.
3. The file will be downloaded immediately.

{% hint style="info" %}
Equivalent to CLI command: `float16 storage download -f <file>`
{% endhint %}

#### Remove Files

1. Click ![](/files/lhSZx2JMSzv6SkvfQR3S) on the selected file or folder
2. Click **"Delete"**.
3. Confirm the deletion. The file will be removed immediately.

{% hint style="info" %}
Equivalent to CLI command: `float16 storage remove-on-remote -f <file>`
{% endhint %}

#### Copy Files

1. Click ![](/files/lhSZx2JMSzv6SkvfQR3S) on the selected file or folder
2. Click **"Copy to"**.
3. Select the destination project
4. (Optional) Enter the destination path.
   1. If you want to copy to the **root directory** of the selected project, you can leave this field empty.
5. Click **"Copy"** to confirm and start the copy process.

{% hint style="info" %}
Equivalent to CLI command: `float16 storage copy`
{% endhint %}

## Tasks

<figure><img src="/files/wIcC1aU5Z6FCMe3JCZW9" alt=""><figcaption><p>Project's tasks</p></figcaption></figure>

This section presents a comprehensive table of all tasks within the project, including both deployment and development mode tasks.

### Features

* Search and filter tasks by:
  * Task ID
  * Status
  * Type
  * Date
* Clickable task entries for detailed information

<figure><img src="/files/elcrZ9vn80l0CV73rSIJ" alt=""><figcaption><p>Task Details</p></figcaption></figure>

{% hint style="info" %}

* Refresh the website to update task information
* When a project is deleted, only Overview and Tasks sections remain accessible
  {% endhint %}

## Playground

The Playground section provides an interactive environment where you can develop, test, and deploy your applications directly in the browser—no local setup required.

Playground includes three tabs:

<figure><img src="/files/7GCkvS9SwTOIAWITJldX" alt=""><figcaption><p>Run playground</p></figcaption></figure>

#### Run

* Represents the Development Mode (same as `float16 run`)
* Write and edit a single `.py` file directly in the browser
* You can click **Run** to execute the script immediately on Serverless GPU
* Or use **Run Spot** for execute in spot mode
* You can also rename the script file (default: `quick-run.py`)

<figure><img src="/files/aDhBA59W2hXe2eFIAgNJ" alt=""><figcaption><p>Deploy playground</p></figcaption></figure>

#### Deploy

* Designed for deploying FastAPI apps (same as `float16 deploy`)
* Write your FastAPI app in a single `.py` file
* Click **Deploy** to launch the app and receive an API endpoint instantly

<figure><img src="/files/TNJZmTePBkWFn8Q5fWT4" alt=""><figcaption><p>Requirements playground</p></figcaption></figure>

#### Requirements

* Represents the `requirements.txt` file
* Add any additional Python packages your project needs
* Click **Install** to install the listed dependencies before running or deploying

{% hint style="info" %}
You can see your available credit and today's usage here. For full details and conditions, check [Payment](/getting-started/account/payment.md#credit-usage).
{% endhint %}

## Activity

<figure><img src="/files/N8LnQBaYQkrXuSAVL7am" alt=""><figcaption><p>Activity Dashboard</p></figcaption></figure>

The **Activity** page provides a visual summary of your GPU usage over time. For more information, please refer to the [Activity Dashboard](/getting-started/account/dashboard.md#serverless-gpu) section.

### Setting

<figure><img src="/files/0UhP5xDX6WhoBWFbeRWT" alt=""><figcaption><p>Setting</p></figcaption></figure>

This section allows you to manage basic project configurations.

* **Rename Project**: To rename your project, enter a new name in the input field and click the **Rename** button.
* **Delete Project**: To permanently delete the project, click the **Delete Project** button. *Please note that this action cannot be undone.*


---

# Agent Instructions: 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:

```
GET https://docs.float16.cloud/getting-started/serverless-gpu/quick-start/app-features/project-detail.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
