# Open NerdBot

So let's start the route with Open\_NerdBot by adding @open\_nerdbot to your community&#x20;

Then just give our bot permission to send messages, and it'll get to work right away

{% hint style="info" %}
***Tips:** Use /help for a summary of all features of Open\_Nerdbot which your user can use*
{% endhint %}

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

## WHAT CAN IT DO?

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

{% hint style="info" %}
Our bot will make it convenient for your users by helping them research and discuss on-chain data right in your community without having to switch to any other platform
{% endhint %}

In any community conversation, users can use the *`/_ + token symbol or contract address`* command to perform the following features:

#### &#x20;<mark style="color:blue;">/s:</mark> Will scan if the token is "healthy" or not the same like [Security Check](/nerdbot-docs/features/token-xsight/security-check.md)

#### &#x20;<mark style="color:purple;">/c:</mark> Will make a price chart of the token that will generate

#### &#x20;<mark style="color:orange;">/p:</mark> Will help user quickly check the price of a token and its basic information&#x20;

#### &#x20;<mark style="color:red;">/sm:</mark>  Will emulate the behavior of the Smart Money Wallet on the token last 14 days

#### &#x20;<mark style="color:yellow;">/w:</mark> Will show an easy-to-understand report on how well a wallet is doing

#### &#x20;<mark style="color:green;">/e:</mark> Will show the Inflow and Outflow of tokens within exchanges&#x20;

#### <mark style="color:blue;">/early:</mark> Early summary of token&#x20;


---

# 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://thedatanerd.gitbook.io/nerdbot-docs/community-bot/open-nerdbot.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.
