> For the complete documentation index, see [llms.txt](https://widgets.yourhelpcenter.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://widgets.yourhelpcenter.net/home/getting-started.md).

# Getting Started

### 1. Enable Your Widget

* Click to enable the default widget.
* Save the settings to view a preview of what the widget will look like.

{% content-ref url="/pages/ugKgvjaTbGUxqfEdy5xV" %}
[Widget Builder](/widget-builder/overview.md)
{% endcontent-ref %}

***

### 2. Customize Your Widget

* Navigate to "Widget Settings."
* Here, you can customize various aspects of the widget:
  * Its appearance
  * Location on your webpage
  * Custom branding options, and more

{% content-ref url="/pages/ugKgvjaTbGUxqfEdy5xV" %}
[Widget Builder](/widget-builder/overview.md)
{% endcontent-ref %}

***

### 3. Add Conversion Tools™

* Initially, no Conversion Tools™ will be visible in the widget preview.
* To add tools, click on "Add Tool" and select from a library of different tools.
* You'll need to configure each tool individually. Resources are available in the help center for guidance.

{% content-ref url="/pages/U21n1klgDYYAAWr5aJ6T" %}
[Conversion Tools](/conversion-tools/overview.md)
{% endcontent-ref %}

***

### 4. Create Smart Popups™

* You can build popups to highlight specific actions you'd like your visitors to take.
* These popups have several customizable options including:
  * Triggering settings
  * Visibility settings
  * Display settings
  * Media elements and more

{% content-ref url="/pages/BiMizMjcHzSN3nZN3BPy" %}
[Smart Popups](/smart-popups/overview.md)
{% endcontent-ref %}

***

### 5. Install Your Widget

* Go to the "Installation Script" section.
* Copy and paste the installation script into your application or web page where needed.
* If you encounter issues, refer to help articles specifically designed for various applications and web pages.

{% content-ref url="/pages/ugKgvjaTbGUxqfEdy5xV" %}
[Widget Builder](/widget-builder/overview.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://widgets.yourhelpcenter.net/home/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
