# Level 1 - Level 2

## Level 1 - Level 2

```
Username: natas2
Password: h4ubbcXrWqsTo7GGnnUMLppXbOogfBZ7
URL:      http://natas2.natas.labs.overthewire.org
```

There is nothing in the page source as mentioned. But there is image named `pixel.png` located at `/files` path.

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

So I checked the /files path: <http://natas2.natas.labs.overthewire.org/files/>.

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

In the `/files` path, there was a file named `users.txt`, which has the password for the next level.

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


---

# 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://thamizhiniyancs.gitbook.io/writeups/overthewire/natas/level-1-level-2.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.
