# GLOBAL EXPORTS

This section contains helper exports that are not tied to a specific application but provide general utility functions related to the phone system. These are useful for managing phone numbers, retrieving player information, controlling phone accessibility, or interacting with the phone's UI (e.g., Streamer Mode).

#### Available Exports

Below is a quick reference list of global exports available.

### **Server-Side:**

* **`GeneratePhoneNumber`**
* **`GetIdentifierFromNumber`**
* **`GetNumberFromPlayer`**
* **`GetPlayerSrcFromActiveNumber`**
* **`SetPlayerPhoneBlockState`**

### **Client-Side:**

* **`OpenPhone`**
* **`ClosePhone`**
* **`SetPlayerPhoneBlockState`**
* **`HasPhoneItem`**
* **`IsPhoneOpen`**
* **`CreateNotification`**
* **`ToggleFlashlight`**
* **`GetFlashlightState`**
* **`SetStreamerModeState`**
* **`GetStreamerModeState`**
* **`OpenApp`**
* **`CloseApp`**

To learn more about specific exports, please navigate to the next tab.


---

# 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.17movement.net/phone/exports/global-exports.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.
