# Getting Started

## 1. Add the extension to your Chrome or Edge browser.

Add the extension via:

👉 [Google Chrome Web Store](https://chrome.google.com/webstore/detail/amino-live-css-editor/pbcpfbcibpcbfbmddogfhcijfpboeaaf)\
👉 [Microsoft Edge Add-ons Store](https://microsoftedge.microsoft.com/addons)

*For information on the permissions we request at install, please see* [*Permissions*](broken://pages/-Lb_ZCnOXB6COgY93RVg)*.*

## 2. Visit a website in your browser.

For demonstration purposes, visit [google.com](https://google.com).

## 3. Open the editor from the toolbar icon.

![](/files/-LeSzKawi0AAnp4Wknx3)

## 4. Alternatively, open the editor from within DevTools.

**Open DevTools:**

1. Mac: `Command+Option+I`
2. Windows/Linux: `F12` or `Control+Shift+I`

**Select the Elements tab:**

![](/files/-LeSzYzemF85-0rwhxxE)

**Select the Amino sub-tab:**

![](/files/-LeSzhLArcQ9CFCwwS25)

## 5. Write some CSS!


---

# 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.amino.dev/getting-started.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.
