# Core Features

| Feature                                      | Description                                                                                                                                                            |
| -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [**Verify Roles**](/plugins/verify-roles.md) | Assign roles based on NFT ownership or token balance                                                                                                                   |
| [**NFT Tracker**](/plugins/nft-tracker.md)   | Track your NFT collection mints, listings, and sales                                                                                                                   |
| [**NFT Stats**](/plugins/nft-stats.md)       | Create channels that automatically update with real-time NFT stats (floor, volume, sales)                                                                              |
| [**Guard**](/plugins/guard.md)               | Protect your community from suspicious links, embeds, and users with transparent profile pictures                                                                      |
| [**Mini Games**](/plugins/mini-games.md)     | Entertain your community with simple activities like daily GM word streaks and reward the automatically choosen winners                                                |
| [**Utilities**](/plugins/utilities.md)       | Use simple and handly tools to track your user activity and get their addresses for rewards easily if they were verified via [Verify Roles](/plugins/verify-roles.md). |
| **Task Manager** *(Coming Soon)*             | Simple, team-focused task lists managed inside Discord                                                                                                                 |


---

# 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://guide.bocto.octopeeps.com/basics/core-features.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.
