> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-console/settings-and-preferences/billing.md).

# Billing

In "**Billing**", you can track your company's invoices and contracts. This section is divided into two tabs: **Invoices** and **Contracts**.

### Invoices

In the "**Invoices"** tab, you can view the following details:

* Period
* Amount
* Status

<figure><img src="/files/6p2K2vY08USrXniXptHA" alt=""><figcaption></figcaption></figure>

### **Search and Filter Features**

* **Select Year**: Search for invoices by year.
* **Filters**: Click "**Filters**" to refine your search using the following options:
  * Select Year
  * Select Month
  * Status: All, Open, Invoiced, or Partially Invoiced

To remove the applied filters, click "**Clear Filters**".

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

**Export Spreadsheet**

In the upper right corner of the screen, the **Export Spreadsheet** option will be available.\
By clicking this option, the invoice data displayed on the screen will be exported to a spreadsheet file in Microsoft Excel (.xlsx) format.

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

***

### Contracts

In the **Contracts** tab, you can view the following details:

#### **Summary Panel**

* Total Number of Contracts
* Active Contracts
* Completed Contracts
* Canceled Contracts

#### **Contract Details**

* Contract ID
* Description
* Start Date
* Valid Until
* Expected Monthly Value
* Status

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

#### **Search and Filter Features**

* **Search**: Click the search icon at the top of the platform and enter a contract (e.g., its number or code) to find the desired item.
* **Select Year**: Search for contracts by year.
* **Filters**: Click "**Filters**" to refine your search using the following options:
  * **Contract, Number, or Code**
  * **Select Year**
  * **Select Month**
  * **Status:** All, Current, Canceled, Suspended, or Concluded.

<figure><img src="/files/53JFRkiKwCm1hMw7P8N1" alt=""><figcaption></figcaption></figure>

To remove the applied filters, click "**Clear Filters**".

* **Report:** When clicking the **Report** button, a document will be generated containing all the information currently displayed on the page.

<figure><img src="/files/5FWqHK7G9bbTcDEVDXXd" alt=""><figcaption></figcaption></figure>


---

# 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.skyone.cloud/english/skyone-console/settings-and-preferences/billing.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.
