# Welcome!

<figure><img src="https://1773300429-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOiYpmXDLnAZsK3iyhDD6%2Fuploads%2FTzvIPPN4Wd4T5ldG7jBe%2Fhostmobile-icon.png?alt=media&#x26;token=41234d1e-1815-480b-8c2d-69a75423c35a" alt=""><figcaption><p>HostMobile App Logo</p></figcaption></figure>

With this app you can set up a dynamic HTTP server built with KTOR on your phone. You can upload any web files you want to this server and access it from any browser.

You can also enable the Auth feature on this server to allow users to pass 4-digit authentication before connecting to your server and viewing web files. If the auth feature is enabled, users will also have to verify the JWT token on every request, thus increasing security even more.

In addition to the Custom Server, which the user can dynamically change in the application, a Default Server is also opened at the same time. In this Default Server, you can send web files to the mobile application, use Android's SharedPreference feature via API and many more features. New features are planned for this Default Server very soon.

Log screen is available for both Default Server and Custom Server. After you open the log screen, all requests to these 2 servers and all operations performed on the server are shown on the log screen.

You can install our application for this and many more features to be added soon!

#### [Play Store 🔗](https://play.google.com/store/apps/details?id=com.ozgurbaykal.hostmobile)

### What will be in this document?

* Information About Application
* Default Server API Doc
* Last Updates On Application
* Privacy Policy


---

# 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://hostmobile.baykal.me/welcome.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.
