# Features

There are currently three types of phones you can purchase. A Smartphone, a Flip Phone and a Brick Phone. Some phone types have more features than others.

***

### Smart Phone

You can purchase a smart phone from players in game or from a player-run shop. These are the most advanced phones, that include all features.

<figure><img src="/files/WyPigsVIVPClF7jtCTnO" alt="" width="333"><figcaption></figcaption></figure>

***

### Flip Phone

You can purchase a flip phone from players in game or from a player-run shop. These are less advanced with limited features.

<figure><img src="/files/FeVtiFYFNoUCxIBGK6tk" alt="" width="333"><figcaption></figcaption></figure>

***

### Brick Phone

You can purchase a brick phone from the **Family Store**, which is an NPC shop to the left of spawn. These phones only allow you to call or text another person.

***

<table><thead><tr><th></th><th data-type="checkbox">Smart Phone</th><th data-type="checkbox">Flip Phone</th><th data-type="checkbox">Brick Phone</th></tr></thead><tbody><tr><td>Texting / Calling</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Contacts List</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Set Ringtone</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Games</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Blockify</td><td>true</td><td>false</td><td>false</td></tr><tr><td>App Store</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Weather</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Onrain</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Phone Cases</td><td>true</td><td>false</td><td>false</td></tr></tbody></table>


---

# 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.schoolrp.net/phones/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.
