# Get Started

Phoenix LLM Bot: <https://t.me/PhoenixLLM_bot>

## 1 Create a Phoenix SkyNet Account

If you do not have a registered account, please create an account via <https://skynet.phoenix.global/>.

<figure><img src="/files/D6T4zTTPNDz2MvDolrZu" alt=""><figcaption><p>Create an Account</p></figcaption></figure>

## 2 Bind the Telegram Username

Open the settings page of telegram, click profile, and you can see your telegram username.&#x20;

{% hint style="info" %}
Note that the username does not include the @ symbol.
{% endhint %}

<figure><img src="/files/6zfaNB2T8arJTMUaFIkL" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/XgDKWBkU7Clg6bJ4Pu2F" alt=""><figcaption><p>Telegram Username</p></figcaption></figure>

Log in to SkyNet with your account, click the telegram button in the upper right corner, and bind your telegram username.

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

<figure><img src="/files/gSvPaXHjkJwwCBYa4Jbw" alt=""><figcaption><p>Bind the Telegram Username</p></figcaption></figure>

## 3 Start Using PhoenixLLM Bot

Click the Start button in the PhoenixLLM Bot chat.

<figure><img src="/files/u1X7PbNjXgZ2viIvBFRe" alt=""><figcaption><p>Start Using PhoenixLLM Bot</p></figcaption></figure>

You can select different functions by clicking buttons or sending commands. For example, click **Call LLM** to call the LLM. After clicking **Call LLM** (or Sending the */call\_llm* command), send prompts directly to the Bot and wait for the bot to answer.

<figure><img src="/files/mFiRQ1CO5jhA5IbqRxAd" alt=""><figcaption><p>Call the LLM</p></figcaption></figure>

Click the **GenAI** button, select one of the AIGC models and click to generate an image or gif. For example, click **SDXL** and then send prompts to generate an image of a black horse.&#x20;

{% hint style="info" %}
You can also send the */gen\_sdxl* command to call the SDXL model directly.
{% endhint %}

<figure><img src="/files/F9wMgN91ooWrRxYxgeaZ" alt=""><figcaption><p>Call the SDXL GenAI</p></figcaption></figure>


---

# 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://genai-doc.phoenix.global/get-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.
