# BotsShelter

## What is BotsShelter?

It is an API where you can share information about your bots and access it from anywhere, a website, another bot, etc. And this can be done by anyone!

## Why was it made?

The initial idea was to make bot info commands from every bot more complete, but you can do with it all you can imagine (and program :stuck\_out\_tongue\_closed\_eyes: ).

## How can I use it?

You will find different sections in this guide that will show you how everything works:

* The [Official Bot](/official-bot.md) - Where bots are added, modified, and deleted.
* The [API](/api.md) - Where you can find information about the bots that are in.
* The [NPM package](/npm-package.md) - That makes it super easy to use the API from Node.js.


---

# 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://bs.phodit.xyz/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.
