# Visualization for users

Once you will have points for each user, you can show them on site. Mycred has a lot of integrations for Profile plugins, for example, for Buddypress. But also, you can show points for user inside widget or via shortcode which you can place on page.

Check next parts of documentation for Mycred:

* [Shortcodes](https://codex.mycred.me/chapter-ii/shortcodes/)&#x20;
* [Widgets](https://codex.mycred.me/chapter-ii/widgets/)

You can be interested in some special addons of Mycred. For example, [email addon](https://codex.mycred.me/chapter-iii/email-notice/) which can send emails to users about their approved cashback. You can also give users special badges for their approved points via [Badge Addon](https://codex.mycred.me/chapter-iii/badges/).


---

# 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://ctracker-docs.keywordrush.com/mycred-plugin-integration/visualization-for-users.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.
