# App Features

## Getting Started

### Prerequisites

* Obtain your Float16 authentication token
* Access the Float16 App for serverless GPU service

## Quickstart Guide

After obtaining your token, the Quickstart Guide provides a step-by-step introduction to develop mode usage and deployment mode procedures

<figure><img src="/files/JF9KnPMj8sMLRnPA1KTf" alt=""><figcaption><p>Quickstart Guide</p></figcaption></figure>

## Check all projects

<figure><img src="/files/XcG7adbztIGJdkoUhAx6" alt=""><figcaption></figcaption></figure>

The Projects section provides a comprehensive overview of all projects in your Float16 account.

* Displays all your projects.
  * Search by Project ID, and filter by status and creation date.
* **Click on any project** to view more detailed project information.

## Create new project

<figure><img src="/files/efUsI5E9ChBcGfVIx4oN" alt=""><figcaption><p>Create New Project</p></figcaption></figure>

Creating a new project in Float16 is simple and takes just a few steps:

* Click **“Create Project”** from the Projects page
* Select your **Instance Type** (currently available: `h100`)
* Input **"Project Name"** (Optional)
* Click **“Create Project”** to finalize the setup

Once created, your project will appear in the list under the **Projects** section. You can then deploy or run tasks using this project ID.

## Check all tasks

<figure><img src="/files/7jXzLVIOyBkQs2KX7Yo5" alt=""><figcaption></figcaption></figure>

The Tasks section offers a centralized view of all tasks across your entire Float16 account. You can efficiently manage tasks by filtering based on Task ID, Status, Type, and Date.

To explore task, click on individual tasks to access detailed information.

<figure><img src="/files/pDF9rctuDIcAx6sBaowh" alt=""><figcaption><p>Task Detail</p></figcaption></figure>


---

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