# HTML - Source Code

## Assignment

We have been given a password field to find a password in order to pass this level.

## Analyze

Once we start the challenge we will be shown the login portal. Due to the name of the challenge, I would first look at the source code of the page by pressing `CTRL+U` to see if there is a password hiding there. After analyzing the source code we can notice that the password is indeed there. Now we just copy and paste it into the challenge homepage and we're done.

## Findings

We learnt a little bit about source code and analysis of it in this level.


---

# 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://en4ex.gitbook.io/ctf-writeups/root-me/challenges/web-server/html-source-code.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.
