# How it Works?

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

*Acid Assistant operates as a Chrome browser extension, seamlessly embedding itself into the Document Object Model (DOM) layer of web pages. Leveraging a multi-agent AI architecture, it interprets user intent and executes tasks through integrations with APIs, smart contracts, and browser-specific events.*

#### Initiating Tasks:

* **Contextual Right-click Actions**: Interact directly with webpage elements.
* **Natural Language Commands**: Type or speak commands directly into Acid.
* **Condition-Based Triggers**: Define criteria for automatic execution.

#### Execution Modes:

* **Cautious**: Confirms every step before executing.
* **Confident**: Confirms only critical actions.

{% hint style="info" %}
**ACID** maintains safety and user control through secure runtime environments, tab contexts, and precise agent permissions.
{% endhint %}


---

# 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.acidai.app/how-it-works.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.
