> For the complete documentation index, see [llms.txt](https://docs.float16.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.float16.cloud/getting-started/one-click-deploy/quick-start/instance-detail.md).

# Instance Detail

When you initiate deployment, the instance detail page becomes available. This page is divided into five sections, each providing crucial information about your deployed instance.

## Overview

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

The Overview section contains essential instance information:

* Model details (batch size, max input length, number of tokens)&#x20;
* Instance configuration (cloud provider, region, GPU type)&#x20;
* Endpoint and API key (visible after successful deployment)

{% hint style="info" %}
You can regenerate the API key for security purposes. [Learn more about API key management.](/getting-started/one-click-deploy/quick-start/re-generate-api-key.md)
{% endhint %}

{% hint style="info" %}
A playground is also provided for quick model testing. [See how to use the playground.](/getting-started/one-click-deploy/quick-start.md)
{% endhint %}

## Usage & Cost

<figure><img src="/files/hy4QlMPdrHJLH321C0IF" alt=""><figcaption><p>usage and cost log</p></figcaption></figure>

This section displays real-time usage and cost information:

* Each row represents usage and cost for a specific pricing period
* New rows are added when pricing changes

**Example:** If L4 GPU costs `1.00/hour` in September and increases to `1.20/hour` in October, you'll see separate rows for September and October usage.

{% hint style="info" %}
For a comprehensive view of all instance costs, visit the [payment settings](/getting-started/account/payment.md).
{% endhint %}

## Activity

The Activity section shows monthly instance activity. [Learn more about activity dashboard.](/getting-started/account/dashboard.md)

## Deployments

<figure><img src="/files/eBnUIpyiFgnqn3DNyA8S" alt=""><figcaption><p>deployment status</p></figcaption></figure>

This section displays the deployment status with the following possible states:

1. Initial: Checking model and limitations
2. Allocate: Allocating resources
3. Running: Deploy successful, ready to use
4. Terminated: Instance shut down (will still show 3 checked statuses)

{% hint style="warning" %}
If deployment fails, system will automatically terminate the instance
{% endhint %}

## Setting

Currently, the Setting section offers the option to terminate the instance. [Learn how to terminate an instance.](/getting-started/one-click-deploy/quick-start/terminate-instance.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.float16.cloud/getting-started/one-click-deploy/quick-start/instance-detail.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
