# Set JavaScript Component Inputs

You can specify **Inputs** to pass data inside **the** JavaScript Component from **Jet Admin** if you have defined custom attributes for your JavaScript Component (Examples from GitHub include them already).

{% hint style="warning" %}
**For Angular**: Please note that Angular changes **Input** names to **dash-case** when creating **Custom Element** (<https://angular.io/guide/elements#mapping>)
{% endhint %}

![](/files/-MTKeDXa-b0dCenB3J7j)


---

# 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.jetadmin.io/user-guide/design-and-structure/components/custom-component/set-javascript-component-inputs.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.
