# SuperComponent

One of the goals of creating components is to be able to use them many times in your application. The instance returned after creating a component is called a SuperComponent, because internally each time the component is used a lightweight instance is created that manages this new rendering of the component, these instances take “control” whenever an action occurs in them where the reaction is the execution of a previously passed callback, normally in Hooks and DOM events.

> Don't worry, it will become clearer as you go through the examples and practice.


---

# 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://bemtv.gitbook.io/bemtvjs/supercomponent.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.
