# Bots

- [Add Bot](https://wiki.thescriptersguild.com/scripting/nodes/bots/add-bot.md)
- [Add Bot Ambition To Object](https://wiki.thescriptersguild.com/scripting/nodes/bots/add-bot-ambition-to-object.md)
- [Ambition Type: Deliver](https://wiki.thescriptersguild.com/scripting/nodes/bots/ambition-type-deliver.md)
- [Ambition Type: Guard](https://wiki.thescriptersguild.com/scripting/nodes/bots/ambition-type-guard.md)
- [Ambition Type: Interact](https://wiki.thescriptersguild.com/scripting/nodes/bots/ambition-type-interact.md)
- [Ambition Type: Pickup](https://wiki.thescriptersguild.com/scripting/nodes/bots/ambition-type-pickup.md)
- [Bot Ambition](https://wiki.thescriptersguild.com/scripting/nodes/bots/bot-ambition.md)
- [Bot Difficulty](https://wiki.thescriptersguild.com/scripting/nodes/bots/bot-difficulty.md)
- [Get All Bots](https://wiki.thescriptersguild.com/scripting/nodes/bots/get-all-bots.md)
- [Get All Bots On Team](https://wiki.thescriptersguild.com/scripting/nodes/bots/get-all-bots-on-team.md)
- [Get Bot Is Difficulty](https://wiki.thescriptersguild.com/scripting/nodes/bots/get-bot-is-difficulty.md)
- [Get Is Bot](https://wiki.thescriptersguild.com/scripting/nodes/bots/get-is-bot.md)
- [Remove All Bots](https://wiki.thescriptersguild.com/scripting/nodes/bots/remove-all-bots.md)
- [Remove Bot Ambitions From Object](https://wiki.thescriptersguild.com/scripting/nodes/bots/remove-bot-ambitions-from-object.md)
- [Remove Specific Bot From Match](https://wiki.thescriptersguild.com/scripting/nodes/bots/remove-specific-bot-from-match.md)


---

# 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://wiki.thescriptersguild.com/scripting/nodes/bots.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.
