# Pricing for Specific Action Types

Below is a breakdown of the most common action types and how their pricing is structured. This includes both **basic actions** (such as navigating to a page) and more **complex actions** (like interacting with external resources or performing advanced tasks).

### **Simple Navigation**

* **Description**: A simple navigation action refers to the agent navigating from one URL to another.
* **Cost Factors**:
  * **Base cost**: 0.0025 USD per navigation action.
  * **Time factor**: Additional charges may apply if the action involves waiting for a long page load time (e.g., more than 5 seconds).

**Example Pricing:**

* A session where the agent performs 10 page navigations within the first tier will cost:
  * **Total Cost** = 10 × 0.0025 USD = **0.025 USD**.

### **Form Submission**

* **Description**: A form submission action involves filling out and submitting data in a form (e.g., user login or registration).
* **Cost Factors**:
  * **Base cost**: 0.0125 USD per form submission.
  * **Additional charges**: If the form submission requires external input (e.g., CAPTCHA or admin approval), there may be an additional charge for the external resource request.

**Example Pricing:**

* A session with 3 form submissions in Tier 2 would cost:
  * **Total Cost** = 3 × 0.01125 USD = **0.03375 USD**.

### **Page Scraping & Interactions**

* **Description**: Scraping data from a webpage, such as extracting content or interacting with elements like buttons or forms.
* **Cost Factors**:
  * **Base cost**: 0.025 USD per scraping action.
  * **Additional charges**: If the page scraping involves interacting with multiple elements or fetching large volumes of data, additional charges may apply based on the complexity and size of the page.

**Example Pricing:**

* A session with 5 page scraping actions in Tier 3 would cost:
  * **Total Cost** = 5 × 0.0225 USD = **0.1125 USD**.

### **External Resource Request**

* **Description**: An action that requires the agent to request external input (e.g., user input, admin approval, or external API calls).
* **Cost Factors**:
  * **Base cost**: 0.05 USD per external resource request.
  * **Additional charges**: If the external resource request exceeds the default 5-minute validity period or if it requires complex approval workflows, additional charges may apply.

**Example Pricing:**

* A session where the agent requests 3 external resources would cost:
  * **Total Cost** = 3 × 0.04 USD = **0.12 USD**.


---

# 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://assisfy.gitbook.io/assisfy.ai/getting-started/action-pricing/pricing-for-specific-action-types.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.
