---
title: fastly.bot.name
summary: null
url: >-
  https://www.fastly.com/documentation/reference/vcl/variables/miscellaneous/fastly-bot-name
---

**Type:** STRING  
**Access:** read-only

**Available in:** recv, hash, deliver, log

A string identifying the specific bot detected (e.g., `GoogleBot`, `GPTBot`, `Bingbot`).

Returns an empty string if bot detection was not executed or no bot was detected.

**Warning:** String values may change over time. Use this for logging or informational purposes. For conditional logic, use the `fastly.bot.category.is_*` variables.
