# Level 0 - Level 1

```
Username: natas1
Password: g9D9cREhslqBKtcA2uocGHPfMZVzeFK6
URL:      http://natas1.natas.labs.overthewire.org
```

In this challenge also, you can find the password for the next level in the page source code, but you can't use right click to open the drop down menu to choose the inspect or view page source option.

So you can use the `Ctrl + shift + i` shortcut to access the Dev-Tools Inspect element tab or the `Ctrl + u` shortcut to open the page source code to get the flag.

<figure><img src="/files/a68EuWsRdFmGQCfw1Bac" 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-0-level-1.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.
