# NPM MODULE

- [Getting Started Npm](https://docs.cybralist.com/npm-module/introduction.md)
- [Vote Check](https://docs.cybralist.com/npm-module/votecheck.md): By this method of Vote Check, your bot can check whether the author have or have not voted for your bot.
- [Bot Search](https://docs.cybralist.com/npm-module/botsearch.md): By using this method, you can get information about your bot as well as other bots.
- [Server Count](https://docs.cybralist.com/npm-module/servercount.md): This will post the server count on the cybralist.com website


---

# 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.cybralist.com/npm-module.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.
