# What is NovaAct? AI crawler guide

Canonical URL: https://trakkr.ai/bots/novaact
Published: 2026-06-11
Last updated: 2026-06-11

Learn what NovaAct is, who operates it, its verified user-agent, robots.txt posture, and how blocking it can affect AI search, citations, training, or agent visibility.

Amazon Nova Act agent token reported for browser-style task execution.

## What is NovaAct?

NovaAct is an interaction bot operated by Amazon. It is reported as an agent token associated with Amazon Nova Act, a browser-style task execution system. Unlike traditional crawlers that primarily index content, NovaAct performs agentic navigation, meaning it can interact with web pages on behalf of a user to complete tasks. The user-agent token is simply "NovaAct". Its behavior is not fully documented, and its robots.txt posture is unverified, so site owners should treat it as an agent that may execute actions rather than just fetch pages.

## What it's for

For a site owner, a hit from NovaAct may indicate that an automated agent is navigating your site to perform tasks for a user, rather than just indexing content. This could affect how your site's interactive elements are used, potentially leading to unintended actions or resource consumption. Understanding this distinction helps in deciding whether to allow or block such agentic traffic based on your site's functionality and business needs.

## How to handle NovaAct

To manage NovaAct, you can add a robots.txt rule targeting its user-agent token. Since its posture is unverified, blocking it may prevent agentic task execution on your site. Consider the nature of your site: if it relies on user-specific interactions that should not be automated, blocking could be beneficial. If you are unsure, monitor its activity before deciding.

## robots.txt rule

User-agent: NovaAct
Disallow: /

## Blocking cost

Blocking NovaAct may prevent Amazon Nova Act from performing automated tasks on your site, which could reduce agent-driven traffic or functionality but is unlikely to affect traditional search indexing.

## Examples

- An e-commerce site notices NovaAct in its logs, suggesting an agent may be adding items to a cart or checking out on behalf of a user.
- A web application sees NovaAct requests that mimic form submissions, indicating automated task completion rather than content scraping.
- A content site observes NovaAct navigating through interactive tutorials, potentially executing steps without human intervention.

## Related bots

- GoogleAgent-Mariner: Also tracked as a interaction crawler.
- AmazonBuyForMe: Another Amazon interaction crawler to compare.
- Claude-Code: Also tracked as a interaction crawler.
- Gemini-Deep-Research: Also tracked as a interaction crawler.
- Google-Gemini-CLI: Also tracked as a interaction crawler.
- Google-NotebookLM: Also tracked as a interaction crawler.
- ChatGPT Agent: Also tracked as a interaction crawler.
- cohere-ai: Also tracked as a interaction crawler.
- Meta-ExternalFetcher: Also tracked as a interaction crawler.
- Robots.txt: Robots.txt is the control file used to allow or block NovaAct.
- Alexa: NovaAct gives crawler context for Alexa.

## Frequently Asked Questions

### What does NovaAct do?

NovaAct is an agent token for Amazon Nova Act, designed for browser-style task execution. It can navigate and interact with web pages to complete tasks on behalf of users.

### Is NovaAct a crawler?

No, NovaAct is not a traditional crawler. It is an interaction bot that performs agentic navigation, meaning it executes tasks rather than just indexing content.

### How can I block NovaAct?

You can block NovaAct by adding a robots.txt rule for the user-agent "NovaAct" with a Disallow directive. However, its compliance is unverified, so blocking may not be guaranteed.

### Does blocking NovaAct affect search rankings?

Blocking NovaAct is unlikely to affect search rankings because it is not a search indexing crawler. It may, however, prevent automated task execution on your site.

### Who operates NovaAct?

NovaAct is operated by Amazon, as indicated by its association with Amazon Nova Act.

## Data And Sources

- [NovaAct source reference](https://github.com/ai-robots-txt/ai.robots.txt/blob/main/table-of-bot-metrics.md) - Source used to verify NovaAct.
