# Building custom apps

Welcome to the 17mov\_Phone Custom Apps developer documentation. This guide provides a comprehensive overview of how to create, register, and develop external applications for the 17mov\_Phone ecosystem. Using our boilerplate and exposed APIs, you can extend the phone's functionality with your own React-based applications.

#### Prerequisites

* Basic knowledge of Lua (for server/client registration).
* Knowledge of React.js and TypeScript (for UI development).
* Node.js installed on your development machine.

#### Resources

* Boilerplate Repository: <https://github.com/17movement-net/17mov_Phone_app_boilerplate>


---

# 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/building-custom-apps.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.
