> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/2.components.md).

# Component Settings

First, please make sure you have already created a new [service](/home/quantumbyte-v2.0/2.builder/1.frontend/1.started.md) and are on the frontend [builder](/home/quantumbyte-v2.0/2.builder.md) page, as shown in the following image.

<figure><img src="/files/S2ZU421HuQCijC0bhPbf" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You will find several pre-built components on the left that you can add to your service. To learn more about what each component does, you can check the detailed descriptions in the [Widget](/home/quantumbyte-v2.0/2.builder/1.frontend/7.widget.md) menu.
{% endhint %}

***

### Add Components

To add a component to your page, simply click and hold a component from the left panel, then drag and drop it into the central page area, as demonstrated in the image below.

<figure><img src="/files/7L9pXgpQpNM7jhTVvwCB" alt=""><figcaption></figcaption></figure>

### Component Settings

Each component has its own unique settings. To configure a component, click the "Gear" icon on the component after you've placed it on the page.

<figure><img src="/files/mrqRnV0XTjjwwf50OX7v" alt=""><figcaption></figcaption></figure>

### Delete Component

If you wish to remove a component, just click the "**Trash Can**" icon on that specific component.

<figure><img src="/files/m4iBzi9P5fXeisZld8ca" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Excellent! You have now successfully learned how to add, remove, and configure components. The next stage is to learn how to create a new page within the builder.
{% endhint %}


---

# 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:

```
GET https://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/2.components.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.
