# Authorization

Authorization gives you access to all Telemetrio features: channel analytics, advertising tools, and catalogs.\
The process takes less than 1 minute. To use it fully, as an advertiser or channel administrator, you need to log in. **The authorization takes less than 1 minute.**

{% hint style="info" %}
Want to verify your channel?? Head to the [Channel Verification](/docs/getting-started/publish-your-docs.md) section to learn more.
{% endhint %}

#### Description

Authorization gives you access to all Telemetrio features: channel analytics, advertising tools, and catalogs.\
The process takes less than 1 minute.

### How does authorization work?

Telemetrio supports two login methods:

* via Telegram
* via Google

After authorization, your account is created automatically.

### Step 1: Click “Sign in”

Click the **Sign in** button in the top-right corner of the page.

<div data-full-width="false"><figure><img src="/files/9Ulq0S1k7mm9LB5jN96V" alt=""><figcaption></figcaption></figure></div>

### Step 2: Choose a login method

In the modal window, select:

* **Continue with Telegram**
* **Continue with Google**

<figure><img src="/files/laKaUG1WwHoqmBXt0upi" alt=""><figcaption></figcaption></figure>

### Authorization via Telegram

1. Click **Continue with Telegram**
2. A system popup will ask to open Telegram
3. Click **Open Telegram**
4. The Telemetrio Bot will open
5. Press **Start** or type `/start`
6. You will receive the message:\
   **Authorization successful! You can continue using Telemetr.io in your browser.**

Return to the browser — you are logged in.\ <br>

<figure><img src="/files/993nftNOeM73mmvBHn2S" alt=""><figcaption></figcaption></figure>

### &#x20;Authorization via Google

1. Click **Continue with Google**
2. A Google account selection window will appear
3. Choose your account or click **Use another account**
4. Grant access to:
   * email
   * name
   * profile

After that, you will be logged in automatically.

### What happens after login?

After authorization:

* your account is created
* you gain access to features
* your session is saved

### Common issues and solutions

#### Telegram does not open

* check browser pop-ups
* open Telegram manually
* try another browser

#### Authorization error in bot

* press **Log in** again
* ensure the correct Telegram account
* refresh the page

#### No confirmation after /start

* make sure you are using the correct Telegram account
* send `/start` again
* refresh the browser

#### Redirects back to login screen

* clear cookies
* disable adblock
* close extra tabs

### Important

By logging in, you agree to:

* Terms of Use
* 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://telemetrio.gitbook.io/docs/getting-started/quickstart.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.
