# Bots Configuration

You can add **unlimited** amount of bots config inside **one** script! This script is designed to be one long running and automated all sort of boring stuff that you don't need to do yourself.

{% hint style="info" %}
You can use `'` or `"` for string, it's basically the same.
{% endhint %}

```lua
bots[#bots + 1] = {
	credential = {
		name = 'botsekut1',
		password = 'sekut'
	},
	backup = { 'botsekutbackup1:sekut', 'botsekutbackup2:sekut' },
	worlds = {
		'worldsekut1',
		'worldsekut2-3'
	},
	startFrom = 0,
	id = 'sekut',
	webhooks = {
		status = 'https://discord.com/api/webhooks/etc',
		seed = 'https://discord.com/api/webhooks/etc2',
		pack = 'https://discord.com/api/webhooks/etc3'
	},
	storage = {
		seed = { 'sekutseed1:seed' },
		pack = { 'sekutpack1:seed' }
	}
}
```


---

# 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://machseeman.gitbook.io/sarafarm/customizing-your-configuration/bots-configuration.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.
