# Companies

The **Companies** page is designed to meet the administrative needs of managing multiple Companies within the platform.

{% tabs %}
{% tab title="Dictionary" %}
General Terms from **Companies** page:

* **Name -** The name of the Company.
* **End Users -** Number of end users associated with the Company.
* **Prepaid -** Number of prepaid SIM cards.
* **Subscription -** Number of subscription SIM cards.
* **PAYGO -** Number of PAYGO SIM cards.
* **Staff -** Total number of staff members.
* **Pool -** Number of pools associated with the Company.
* **Wallet -**&#x54;he balance of the Company’s wallet.
* **Labels -** Tags or categories for easy identification.
  {% endtab %}

{% tab title="Key Features" %}

1. **Detailed Information (Clicking on a row):** Provides additional details about the selected Company:
   * **General:** Overview of prepaid SIMs, subscription SIMs, PAYGO SIMs, end user information, and financial data, including the amount paid this month and lifetime payments.
   * **Wallet:** Detailed wallet information, including the starting balance, total refilled amount, total spent, and the ending balance. A table with transaction data is also provided, showing the date, description, and amount of each transaction.
   * **Staff:** List of staff members associated with the Company, including first name, last name, email, and type.
   * **Company Details:** Information about the Company name, owner, email, notification settings, and currency preferences.

The **Companies** page provides a clear and organized view of each Company’s SIM card usage, financial transactions, and associated staff, helping administrators maintain control and oversight.
{% endtab %}
{% endtabs %}


---

# 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://faq.droam.com/menu/companies.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.
