# Hi, Developers 👋 - Cybralist

## Hi, Developers 👋 - Cybralist

- [Hey Developer, Welcome 👋](https://docs.cybralist.com/master.md): Cybralist is a npm module prepared for the api of cybralist.com website.
- [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
- [Getting Started Python](https://docs.cybralist.com/python-package/getting-started-python.md)
- [Server Count](https://docs.cybralist.com/python-package/server-count.md): This will post the server count on the cybralist.com website
- [Has Voted](https://docs.cybralist.com/api/has-voted.md)
- [Stats](https://docs.cybralist.com/api/stats.md)
- [Search](https://docs.cybralist.com/api/search.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.cybralist.com/master.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.
