> For the complete documentation index, see [llms.txt](https://newsly.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newsly.gitbook.io/docs/using-the-bot/setup-guide/newsly-pro-setup.md).

# Newsly Pro Setup

Firstly, to use Newsly Pro you must set up your newsly bot, verify your token balance and connect your CEX account via API. If you haven't already done this, start [here](/docs/using-the-bot/setup-guide.md).

{% embed url="<https://www.youtube.com/watch?v=l_wM1vll4qg>" %}
Quick walkthrough of the setup
{% endembed %}

#### **How to Activate Newsly Pro:**

1. Open the main Newsly Telegram bot
2. Click the Account button to bring up a new set of options
3. Click on Newsly Pro, and from here you will be able create and customise your own personal bot

#### **Creating Your Personal Bot:**

1. Direct Message '@BotFather' on Telegram.
2. Click START and enter the command "/newbot".
3. Assign a name for your bot. (For example : NewslyPro)
4. Choose a unique Telegram username. After this step, BotFather will generate an HTTP API access token for you.
5. Copy the given API token.
6. Go back to the Newsly bot, click "I created my bot", and paste the copied token.
7. Upon success, you'll receive a confirmation message.

After completing the above steps, message your new personal bot. Once done, you'll start receiving news directly there. From this point, you can also set up your preferred news filters!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://newsly.gitbook.io/docs/using-the-bot/setup-guide/newsly-pro-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
