# Editing stylesheets in the web application

There are numerous ways to use the Amino editor. The browser extension contains a pop-up mode, a pop-out mode, and can be opened as a tab within DevTools. We've now added editing capabilities to our web app. Here are a couple of different ways to utilize the editor at [aminoeditor.com](https://aminoeditor.com).

**Hover over an existing stylesheet in your library, and click the edit icon:**

![](/files/-MZDiWTd3gDdDM2YlrPe)

**Alternatively, use the stylesheet menu to open edit mode:**

![](/files/-MZDj-7o3IsCoKg8LGUV)

Either of these will launch the editor within the application:

![](/files/-MZDjKH_455lD52tPLeY)


---

# 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/guides/editing-stylesheets-in-the-web-application.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.
