# Welcome to NFTBot.Pro

NFTBot keeps tracking of the NFT trading info and sends sales notification to different channels, such as Twitter, etc.

### Get Started

Login the [Dashboard](https://nftbot.pro/dashboard) using the twitter account that **will be used to tweet the NFT sales.**

Clicking the login button, you should see

<figure><img src="/files/5YoQTaWPfTePPsRBuvu8" alt=""><figcaption></figcaption></figure>

Click on "Authorize app"

You should be able to see the dashboard, this is still working in progress:

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

Now expand the "Sales Notification" and choose "Ethereum"

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

Let's create our first twitter sales notification

Click the "New" button and fill in the NFT "Token Address", here we use the Wolf Game Farmer contract for example:

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

After put in the token address it will automatically fill in the "Name" as well as fetching the recent sales data. (It is OK if there is no recent sales data, just manually input the name)

The default template allows you to choose what traits info you'd like to be included in the tweet. Please keep in mind there is 140 length limit in a tweet (the system would not tell you if it exceeds as of now). The tweet would look like this: <https://twitter.com/WolfGameNFTs>

Choose 'twitter' as the channel name. We only support twitter for now.

Now Let's click "Submit"

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

The bot would only tweet if the 'Active' is checked. Uncheck it if you want to pause the tweet.

Now take a coffee and enjoy the bot working for you!


---

# 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://docs.nftbot.pro/welcome/welcome-to-nftbot.pro.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.
