# How to work with component designer

**Component Designer** has six distinct areas:&#x20;

1. **Toolbar** – find tools to switch between selection and hand, and also to create [frames](/component-designer/frames-and-groups.md), shapes, text, images and [action components](/component-designer/action-components.md). These will be the building blocks of your designs.
2. **Parameters** – allow you to pass dynamic variables from your app to the component ang change states
3. **Actions** – trigger actions on the page, outside of your component
4. **Layers sidebar** – gives you access to layers.
5. **Canvas** – is your working area where you’ll arrange layers to create your designs. You’ll find lots of room to explore and iterate on your ideas.
6. [**Right sidebar**](/component-designer/right-sidebar.md) – access more information about your layers. With a layer selected, you can explore the properties of your current selection.

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


---

# 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/component-designer/how-to-work-with-component-designer.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.
