# How to use the tags module?

**This is a guide on how to use the tags module in AdvancedBot.**\
The commands for the tags module are:\
`?tag create`\
`?tag delete`\
`?tags`\
`?tag`\
`?dtag`\
The command usages are:\
`?tag create [name] [content]`\
`?tag delete [name]`\
`?tag [tag]`\
`?dtag [tag]`\
`?tags`\
The command usage examples are:\
`?tag create "best discord bot" AdvancedBot is one of the best discord bots!` \
`?tag best discord bot`\
`?dtag best discord bot`\
`?tag delete "best discord bot"`\
`?tags`\
Things to make sure:\
`- You are using the right prefix while using the command.`\
`- You have the correct permissions while using the command.`\
`- You are using quotes while creating tag names which have more than one word in them.`\
Frequently asked question:\
**Question 1:** Is there any limit to tags?\
**Answer 1:** No, there is no limit on how many tags you want with AdvancedBot.\
**Question 2:** Are tag names case sensitive?\
**Answer 2:** No, AdvancedBot tags are not case sensitive.\
**Question 3:** What does the ?dtag command do?\
**Answer 3:** The ?dtag command is the normal tag command but it deletes the command usage.\
If you have any question/concern or face any difficulties with the tags module, you can feel free to ask in AdvancedBot's [support server](https://discord.gg/X9URYUd).


---

# 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://thediamondroblox.gitbook.io/advancedbot/how-to-use-the-tags-module.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.
