> ## Documentation Index
> Fetch the complete documentation index at: https://hyprcode.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Built-In File Tools

> Atomic file read, write, and search utilities

Hypr relies on custom tools to modify codebase states:

* **`read_file`**: Reads target ranges.
* **`write_file`**: Overwrites file content.
* **`edit_file`**: Applies line search-and-replace alterations.
* **`view_code_outline`**: Extracts symbols, class definitions, and exports without raw method implementations.
