> For the complete documentation index, see [llms.txt](https://itachi-bot.gitbook.io/itachi-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itachi-bot.gitbook.io/itachi-bot/commands/setup-commands.md).

# Setup Commands

{% hint style="danger" %}
This commands can only be use by Owner, Mods & Admins
{% endhint %}

<details>

<summary>/setup features [type] [turn]</summary>

**Type 1:- Welcome Greetings**

**Type 2:- Leave Greetings**

**Type 3:- Logs**

**Type 4:- Captcha**

**Type 5:- Confession**

**Type 6:- Automod (chatfilter)**

**Type 7:- Level system**

**Turn:- ON**

**Turn:- OFF**

</details>

Turn the feature on and off in your server.&#x20;

```
/setup info
```

Get information about which feature is on or off

```
/setup welcome <channel> <message> <role>
```

Setup a welcome system in your server to know who joined the server.

```
/setup leave <channel> <message>
```

Setup leave system in your server to know who left the server

```
/setup logs [channel]
```

Setup the logs system in your server to know who made changes in the server.

```
/setup voice [channel]
```

Setup join-to-create in your server to let people create their private vc.

```
/setup captcha [role] [channel]
```

Setup verification system to prevent riders/fake acc

```
/setup confession [channel]
```

Setup a confession system in your server to let people confess their love.

```
/setup ticket [category] [channel] <role> <message> <button-message>
```

Setup a ticket system in your server.

```
/setup levels <channel> <embed: boolean> <message>
```

Setup a leveling system in your server.

```
/setup application [channel]
```

Setup an application system in your server to let people apply.

```
/chatfilter configure [option] [words]
```

Add or remove blacklisted words

```
/chatfilter list
```

Get the list of all blacklisted words

```
/chatfilter clear 
```

Remove all blacklisted words

```
/counting setup [channel]
```

Setup counting system in your server

```
/counting disable
```

Remove the counting system from your server

```
/stick [message] <count>
```

Stick a message to a channel

```
/unstick
```

Removes sticky message from the channel

```
/nick-role add [role] [nickname]
```

Gives a nickname when you add a role

```
/nick-role remove [role]
```

Removes the role from the database

```
/auto-response add [phrase] [reply]
```

Add a phrase/word and trigger a response

```
/auto-response check
```

Check all the triggered phrases/words

```
/auto-response edit [phrase] <new-reply> <block-channel>
```

Edit an auto-response

```
/auto-response remove [phrase]
```

Remove a phrase from auto-reponse

<mark style="color:purple;">You've reached the bottom of this page, you've scrolled further than most Olympic swimmers! Now take a break before you start training for the next scrolling marathon.</mark>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://itachi-bot.gitbook.io/itachi-bot/commands/setup-commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
