# Creating a new widget

## From example list

If you want to create a widget from our example list, please navigate to <https://interaxai.com/app>. At the very bottom of the page, please choose a widget you would like to create. After clicking "Use Widget" you should be able to see the example widget in your widgets list.

## From scratch

If you want to create a widget from scratch for your specific use case, please navigate to <https://interaxai.com/app> and click "New Widget".

Steps:

<details>

<summary>1 - Choose a type</summary>

</details>

<details>

<summary>2 - Basic Information</summary>

</details>

<details>

<summary>3 - Payment Type</summary>

</details>

<details>

<summary>4 - Edit Appearance</summary>

</details>

<details>

<summary>5 - Backend Settings</summary>

</details>

<details>

<summary>6 - Finalize Widget</summary>

</details>


---

# 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.interaxai.com/getting-started/creating-a-new-widget.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.
