# Basic Usage

#### Using Tippy is pretty simple! But if you need a starting guide, read this!

To start out, invite Tippy [here](https://discord.com/oauth2/authorize?client_id=739936819721797642\&permissions=275683601494\&scope=bot%20applications.commands). Then once Tippy has joined your server, you can use the `*help` command to view a list of commands! Additionally, there's also a list [here](/commands/list.md).

If Tippy doesn't respond, make sure to check it's permissions for the channel. It needs to be able to view the channel, send messages, and embed links! If you're still running into issues, you can join the [support server](https://discord.gg/JfsU5Zk).

Now we can do some basic configuration. To start out, you might want to change the prefix. You can do this using the `*prefix` command. For example, to set the prefix to `^`, you can use `*prefix ^`. If you forget Tippy's prefix, you can ping Tippy, and it will tell you the prefix. If you managed to set the prefix to something that Tippy isn't responding to, you can use `@Tippy resetprefix` to reset it to the default `*`.

Now let's say you don't want Tippy to respond to commands in some chats, or maybe you just don't like some commands. You can use the `*disable` command for this.&#x20;

To disable a channel, you can use `*disable channel #channel`. This will prevent Tippy from responding to any commands in this channel, you can use `*enable channel #channel` to enable the channel again!

To disable a command, you can similarly use `*disable command <command>`. Simply replace `<command>` with the command you want to disable, and Tippy will stop responding to this command in the server. Additionally, you can also use `*disable category <category` to disable a full command category, such as the `fun` category!

#### You should be good to go now! For further instructions on some of the more complicated commands, follow the rest of this guide!

{% content-ref url="/pages/FtwP1p0euRfpXOQGF090" %}
[Confessions](/modules/confessions.md)
{% endcontent-ref %}

{% content-ref url="/pages/zl3C49PEx1YauE23pQC2" %}
[Ping On Join](/modules/ping-on-join.md)
{% endcontent-ref %}

{% content-ref url="/pages/pR0dXhqAxG9LW4rtYQQM" %}
[Vote Logging](/modules/vote-logging.md)
{% endcontent-ref %}


---

# 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://docs.tippy.cafe/knowledge/basic-usage.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.
