# Getting Started

## What is the Web App?

The DEPLOYR Web App is a comprehensive tool designed to simplify and streamline the Solana token deployment process. Accessible at [deployr.tech/app](https://deployr.tech/app), the Web App mirrors the functionality of the [Telegram bot](/deployr/telegram-bot/getting-started.md) while providing a convenient and user-friendly interface for everyone.\
With the Web App, users can deploy tokens with the same advanced features, including:

* Standard Reflection Tokens
* Standard Reward Tokens
* Basic Tax Tokens
  \*  These options come with additional functionalities like whitelisting, max wallets, and more.
* Basic SPL Token&#x20;
  * Deploy the most basic Solana token without any custom feature using your phantom wallet.

## Accessing the Web App

To use the Web App, you’ll need prior access to the Telegram bot. Once you’ve interacted with the Telegram bot, follow these steps:

1. Send the <mark style="background-color:blue;">`/access`</mark>command in the Telegram bot.
2. The bot will provide you with a authorization link to the Web App.
3. Use the provided link to gain access. Note that the your app access may have an expiration time—simply request a new link from the Telegram bot if needed.


---

# 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://deployr.gitbook.io/deployr/web-app/getting-started.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.
